Skip to content

Commit

Permalink
git-bundle: fix 'create --all'
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Schindelin authored and Junio C Hamano committed Feb 23, 2007
1 parent fb9a541 commit 3d1efd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion revision.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 3d1efd8

Please sign in to comment.