Skip to content

Commit

Permalink
Merge branch 'maint'
Browse files Browse the repository at this point in the history
* maint:
  fetch-pack: brown paper bag fix
  • Loading branch information
Junio C Hamano committed Apr 30, 2008
2 parents 8d308b3 + 2d8bed9 commit e4b9c36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin-fetch-pack.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit e4b9c36

Please sign in to comment.