Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'maint'
author
Junio C Hamano
<gitster@pobox.com>
Wed, 30 Apr 2008 18:43:37 +0000
(11:43 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 30 Apr 2008 18:43:37 +0000
(11:43 -0700)
* maint:
fetch-pack: brown paper bag fix
builtin-fetch-pack.c
patch
|
blob
|
history
raw
(from parent 1:
8d308b3
)
diff --git
a/builtin-fetch-pack.c
b/builtin-fetch-pack.c
index fe8cfa0cb899d0db2f572e4fcf859dea9e895197..c97a42739d23ac7ed90ae207e5a3770c388e66a7 100644
(file)
--- a/
builtin-fetch-pack.c
+++ b/
builtin-fetch-pack.c
@@
-123,7
+123,7
@@
static const unsigned char* get_rev(void)
return NULL;
commit = rev_list->item;
- if (commit->object.parsed)
+ if (
!
commit->object.parsed)
parse_commit(commit);
parents = commit->parents;