summaryrefslogtreecommitdiff
path: root/Documentation/git-gc.txt
Commit message (Expand)AuthorAgeFilesLines
* Documentation: spell 'git cmd' without dash throughoutThomas Rast2010-01-101-10/+10
* Documentation: format full commands in typewriter fontThomas Rast2010-01-101-1/+1
* Documentation/git-gc.txt: change "references" to "reference"Matt Kraai2009-10-201-1/+1
* Documentation/git-gc.txt: default --aggressive window is 250, not 10Brandon Casey2009-09-291-1/+1
* Fix overridable written with an extra 'e'Nanako Shiraishi2009-08-271-1/+1
* gc: make --prune useful again by accepting an optional parameterJohannes Schindelin2009-02-141-1/+9
* manpages: italicize git command names (which were in teletype font)Jonathan Nieder2008-07-051-10/+10
* Documentation formatting and cleanupJonathan Nieder2008-07-011-5/+5
* Documentation: be consistent about "git-" versus "git "Jonathan Nieder2008-07-011-3/+3
* documentation: move git(7) to git(1)Christian Couder2008-06-061-1/+1
* Manual subsection to refer to other pages is SEE ALSOJunio C Hamano2008-05-281-1/+1
* doc/git-gc: add a note about what is collectedJeff King2008-04-241-0/+15
* make it easier for people who just want to get rid of 'git gc --auto'Nicolas Pitre2008-03-191-2/+9
* gc: call "prune --expire 2.weeks.ago" by defaultJohannes Schindelin2008-03-121-12/+5
* gc: Add --quiet optionFrank Lichtenheld2008-03-011-1/+4
* Change git-gc documentation to reflect gc.packrefs implementation.Florian La Roche2008-01-091-3/+3
* Documentation: rename gitlink macro to linkgitDan McGee2008-01-061-7/+7
* Documentation/git-gc: improve description of --autoJeff King2007-10-181-12/+17
* Documentation/git-gc: explain --auto in descriptionJeff King2007-10-181-1/+2
* git-gc --auto: run "repack -A -d -l" as necessary.Junio C Hamano2007-09-171-1/+6
* git-gc --auto: add documentation.Junio C Hamano2007-09-171-1/+10
* Fix minor grammatical typos in the git-gc man pageTheodore Ts'o2007-05-311-3/+3
* Add --aggressive option to 'git gc'Theodore Tso2007-05-101-1/+15
* git-gc: run pack-refs by default unless the repo is bareJohannes Schindelin2007-02-131-0/+4
* git-gc: do not run git-prune by default.Junio C Hamano2007-01-211-1/+16
* Documentation: a few spelling fixesRené Scharfe2007-01-171-1/+1
* Create 'git gc' to perform common maintenance operations.Shawn O. Pearce2006-12-271-0/+64