summaryrefslogtreecommitdiff
path: root/Documentation/git-gc.txt
AgeCommit message (Expand)Author
2018-05-23Merge branch 'nd/doc-header'Junio C Hamano
2018-05-23Merge branch 'nd/repack-keep-pack'Junio C Hamano
2018-05-08Merge branch 'sg/doc-gc-quote-mismatch-fix'Junio C Hamano
2018-05-02doc: keep first level section header in upper caseNguyễn Thái Ngọc Duy
2018-04-18docs/git-gc: fix minor rendering issueSZEDER Gábor
2018-04-16gc --auto: exclude base pack if not enough mem to "repack -ad"Nguyễn Thái Ngọc Duy
2018-04-16gc: add gc.bigPackThreshold configNguyễn Thái Ngọc Duy
2018-04-16gc: add --keep-largest-pack optionNguyễn Thái Ngọc Duy
2018-03-15gc.txt: more details about what gc doesNguyễn Thái Ngọc Duy
2017-02-24docs/git-gc: fix default value for `--aggressiveDepth`Patrick Steinhardt
2017-01-17Merge branch 'mm/gc-safety-doc' into maintJunio C Hamano
2016-11-16git-gc.txt: expand discussion of races with other processesMatt McCutchen
2016-06-08doc: change configuration variables formatTom Russello
2015-10-16Merge branch 'jc/doc-gc-prune-now'Junio C Hamano
2015-10-14Documentation/gc: warn against --prune=<now>Junio C Hamano
2015-03-14*config.txt: stick to camelCase naming conventionNguyễn Thái Ngọc Duy
2014-03-31gc --aggressive: make --depth configurableNguyễn Thái Ngọc Duy
2013-09-04Merge branch 'nd/gc-lock-against-each-other'Junio C Hamano
2013-08-09gc: reject if another gc is running, unless --force is givenNguyễn Thái Ngọc Duy
2013-04-18git-gc.txt, git-reflog.txt: document new expiry optionsMichael Haggerty
2012-04-26docs: stop using asciidoc no-inline-literalJeff King
2011-07-06Documentation: use [verse] for SYNOPSIS sectionsMartin von Zweigbergk
2011-03-11doc: drop author/documentation sections from most pagesJeff King
2010-12-20Merge branch 'maint'Junio C Hamano
2010-12-17Fix typo in git-gc document.Jiang Xin
2010-11-03Change remote tracking to remote-tracking in non-trivial placesMatthieu Moy
2010-07-05Merge branch 'maint'Junio C Hamano
2010-07-02Documentation/git-gc.txt: add reference to githooksChris Packham
2010-05-21Merge branch 'jc/maint-no-reflog-expire-unreach-for-head'Junio C Hamano
2010-04-14Document gc.<pattern>.reflogexpire variablesJunio C Hamano
2010-01-10Documentation: spell 'git cmd' without dash throughoutThomas Rast
2010-01-10Documentation: format full commands in typewriter fontThomas Rast
2009-10-20Documentation/git-gc.txt: change "references" to "reference"Matt Kraai
2009-09-29Documentation/git-gc.txt: default --aggressive window is 250, not 10Brandon Casey
2009-08-28Fix overridable written with an extra 'e'Nanako Shiraishi
2009-02-15gc: make --prune useful again by accepting an optional parameterJohannes Schindelin
2008-07-05manpages: italicize git command names (which were in teletype font)Jonathan Nieder
2008-07-02Documentation formatting and cleanupJonathan Nieder
2008-07-02Documentation: be consistent about "git-" versus "git "Jonathan Nieder
2008-06-06documentation: move git(7) to git(1)Christian Couder
2008-05-28Manual subsection to refer to other pages is SEE ALSOJunio C Hamano
2008-04-25doc/git-gc: add a note about what is collectedJeff King
2008-03-20make it easier for people who just want to get rid of 'git gc --auto'Nicolas Pitre
2008-03-13gc: call "prune --expire 2.weeks.ago" by defaultJohannes Schindelin
2008-03-01gc: Add --quiet optionFrank Lichtenheld
2008-01-09Change git-gc documentation to reflect gc.packrefs implementation.Florian La Roche
2008-01-07Documentation: rename gitlink macro to linkgitDan McGee
2007-10-19Documentation/git-gc: improve description of --autoJeff King
2007-10-19Documentation/git-gc: explain --auto in descriptionJeff King
2007-09-18git-gc --auto: run "repack -A -d -l" as necessary.Junio C Hamano