Archive-destroying "git repack -a -d" bug.
commit490e23d22afad5734daa447f1a991eeff3a669bb
authorJunio C Hamano <junkio@cox.net>
Sun, 18 Sep 2005 06:35:49 +0000 (17 23:35 -0700)
committerJunio C Hamano <junkio@cox.net>
Sun, 18 Sep 2005 06:35:49 +0000 (17 23:35 -0700)
treeebbb45fcf93d3080f6abafb7868eb189aa14849c
parent434d036fe4b8f1b7571eb912957590a483944b26
Archive-destroying "git repack -a -d" bug.

Using "git repack -a -d" can destroy your git archive if you use it
twice in succession, because the new pack can be called the same as
the old pack.  Found by Linus.

Signed-off-by: Junio C Hamano <junkio@cox.net>
git-repack.sh