Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information