]> git.ipfire.org Git - thirdparty/git.git/commit
git-bundle: handle thin packs in subcommand "unbundle"
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Fri, 9 Mar 2007 02:48:27 +0000 (03:48 +0100)
committerJunio C Hamano <junkio@cox.net>
Fri, 9 Mar 2007 06:57:51 +0000 (22:57 -0800)
commit263703fff38d252907d1c7ae9977038715e2e22f
tree436865d80b7c4bb7a324f584cc39ff52a9475453
parent9e64d109f905afb225f48409c4e0e068b2203332
git-bundle: handle thin packs in subcommand "unbundle"

The patch to make the packs in a bundle thin forgot the receiving side.
D'oh.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-bundle.c