зеркало из https://github.com/microsoft/git.git
git-bundle: fix 'create --all'
This commit is contained in:
Родитель
fb9a54150d
Коммит
3d1efd8f1d
|
@ -480,7 +480,7 @@ static int handle_one_ref(const char *path, const unsigned char *sha1, int flag,
|
|||
struct all_refs_cb *cb = cb_data;
|
||||
struct object *object = get_reference(cb->all_revs, path, sha1,
|
||||
cb->all_flags);
|
||||
add_pending_object(cb->all_revs, object, "");
|
||||
add_pending_object(cb->all_revs, object, path);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче