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)
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>
No differences found