Merge branch 'maint'
* maint: fetch-pack: brown paper bag fix
This commit is contained in:
commit
e4b9c36ca4
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user