git-bundle: fix 'create --all'

This commit is contained in:
Johannes Schindelin 2007-02-23 02:56:31 +01:00 коммит произвёл Junio C Hamano
Родитель fb9a54150d
Коммит 3d1efd8f1d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;
}