]> git.ipfire.org Git - thirdparty/git.git/commit
git-bundle: fix pack generation.
authorJunio C Hamano <junkio@cox.net>
Tue, 6 Mar 2007 06:48:00 +0000 (22:48 -0800)
committerJunio C Hamano <junkio@cox.net>
Tue, 6 Mar 2007 07:28:36 +0000 (23:28 -0800)
commitc044aa18f68bcba4f7ec6fd625eb48c2520a1bb1
tree5d425545699fe0d6f7071b48c47568ea21d08215
parent31930b5beece8ff86f823b62cf0937e73e9494fa
git-bundle: fix pack generation.

The handcrafted built-in rev-list lookalike forgot to mark the trees
and blobs contained in the boundary commits uninteresting, resulting
in unnecessary objects in the pack.

Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-bundle.c