diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2007-01-25 16:51:21 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-01-25 19:16:07 -0800 |
commit | 1b555932cdb7f75239623573cd2ff25fa98ab4e4 (patch) | |
tree | 3cd342e77ecef95266e8bba684b5931ffbe9cd29 /dir.h | |
parent | New files in git weren't being downloaded during CVS update (diff) | |
download | tgif-1b555932cdb7f75239623573cd2ff25fa98ab4e4.tar.xz |
Fix seriously broken "git pack-refs"
Do *NOT* try this on a repository you care about:
git pack-refs --all --prune
git pack-refs
because while the first "pack-refs" does the right thing, the second
pack-refs will totally screw you over.
This is because the second one tries to pack only tags; we should
also pack what are already packed -- otherwise we would lose them.
[jc: with an additional test]
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'dir.h')
0 files changed, 0 insertions, 0 deletions