mirror of
https://github.com/git-for-windows/git.git
synced 2026-04-28 18:44:04 -05:00
Merge branch 'maint'
* maint: fetch-pack: brown paper bag fix
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user