提交 3d1efd8f 编写于 作者: J Johannes Schindelin 提交者: Junio C Hamano

git-bundle: fix 'create --all'

上级 fb9a5415
...@@ -480,7 +480,7 @@ static int handle_one_ref(const char *path, const unsigned char *sha1, int flag, ...@@ -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 all_refs_cb *cb = cb_data;
struct object *object = get_reference(cb->all_revs, path, sha1, struct object *object = get_reference(cb->all_revs, path, sha1,
cb->all_flags); cb->all_flags);
add_pending_object(cb->all_revs, object, ""); add_pending_object(cb->all_revs, object, path);
return 0; return 0;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册