author | Junio C Hamano <junkio@cox.net> | |
Sun, 18 Sep 2005 06:35:49 +0000 (23:35 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sun, 18 Sep 2005 06:35:49 +0000 (23:35 -0700) | ||
commit | 490e23d22afad5734daa447f1a991eeff3a669bb | |
tree | ebbb45fcf93d3080f6abafb7868eb189aa14849c | tree | snapshot |
parent | 434d036fe4b8f1b7571eb912957590a483944b26 | commit | diff |
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>
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 | diff | blob | history |