aboutsummaryrefslogtreecommitdiff
path: root/revision.c
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2007-02-28 14:38:36 -0800
committerJunio C Hamano <junkio@cox.net>2007-02-28 14:38:36 -0800
commit77b50ab009deab7f8eb703843a71ac7253b977c8 (patch)
treece1cd978189ff7f50efbf8e6d41895e89b6a6e11 /revision.c
parent1db8b60b2a6ef0cc0f7cc7d0783b7cda2ce894ca (diff)
parent64d99e9c5a4a3fb35d803894992764a6e288de5d (diff)
downloadgit-77b50ab009deab7f8eb703843a71ac7253b977c8.tar.gz
git-77b50ab009deab7f8eb703843a71ac7253b977c8.tar.xz
Merge branch 'js/bundle'
* js/bundle: bundle: reword missing prerequisite error message git-bundle: record commit summary in the prerequisite data git-bundle: fix 'create --all' git-bundle: avoid fork() in verify_bundle() git-bundle: assorted fixes Add git-bundle: move objects and references by archive
Diffstat (limited to 'revision.c')
-rw-r--r--revision.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/revision.c b/revision.c
index b84c066cb..f5b8ae4f0 100644
--- a/revision.c
+++ b/revision.c
@@ -482,7 +482,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;
}