summaryrefslogtreecommitdiff
path: root/Documentation/git-pack-refs.txt
AgeCommit message (Collapse)AuthorFilesLines
2007-01-26Documentation: pack-refs --all vs default behaviourLibravatar Junio C Hamano1-1/+12
Document the recommended way to prime a repository with tons of references with 'pack-refs --all -prune'. Signed-off-by: Junio C Hamano <junkio@cox.net>
2007-01-08--prune is now default for 'pack-refs'Libravatar Junio C Hamano1-4/+5
There is no reason not to, really. Signed-off-by: Junio C Hamano <junkio@cox.net>
2006-11-06Document git-pack-refs and link it to git(7).Libravatar Junio C Hamano1-0/+54
Signed-off-by: Junio C Hamano <junkio@cox.net>