summaryrefslogtreecommitdiff
path: root/Documentation/git-pack-refs.txt
Commit message (Collapse)AuthorAgeFilesLines
* Documentation: pack-refs --all vs default behaviourJunio C Hamano2007-01-261-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>
* --prune is now default for 'pack-refs'Junio C Hamano2007-01-081-4/+5
| | | | | | There is no reason not to, really. Signed-off-by: Junio C Hamano <junkio@cox.net>
* Document git-pack-refs and link it to git(7).Junio C Hamano2006-11-061-0/+54
Signed-off-by: Junio C Hamano <junkio@cox.net>