aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-gc.txt
AgeCommit message (Expand)AuthorFilesLines
2023-10-05builtin/repack.c: implement support for `--max-cruft-size`Taylor Blau1-0/+7
2023-04-18builtin/gc.c: make `gc.cruftPacks` enabled by defaultTaylor Blau1-2/+3
2023-04-18builtin/gc.c: ignore cruft packs with `--keep-largest-pack`Taylor Blau1-3/+4
2022-09-07docs: add and use include template for config/* includesÆvar Arnfjörð Bjarmason1-2/+1
2022-06-21gc: simplify --cruft descriptionRené Scharfe1-2/+1
2022-05-26builtin/gc.c: conditionally avoid pruning objects via looseTaylor Blau1-0/+5
2021-02-10docs: clarify that refs/notes/ do not keep the attached objects aliveMartin von Zweigbergk1-6/+8
2019-09-05Recommend git-filter-repo instead of git-filter-branchElijah Newren1-9/+8
2019-04-08gc docs: remove incorrect reference to gc.auto=0Ævar Arnfjörð Bjarmason1-2/+1
2019-04-08gc docs: clarify that "gc" doesn't throw away referenced objectsÆvar Arnfjörð Bjarmason1-2/+2
2019-04-08gc docs: downplay the usefulness of --aggressiveÆvar Arnfjörð Bjarmason1-2/+27
2019-04-08gc docs: include the "gc.*" section from "config" in "gc"Ævar Arnfjörð Bjarmason1-79/+7
2019-03-24gc docs: clean grammar for "gc.bigPackThreshold"Ævar Arnfjörð Bjarmason1-2/+2
2019-03-24gc docs: stop noting "repack" flagsÆvar Arnfjörð Bjarmason1-3/+2
2019-03-24gc docs: modernize the advice for manually running "gc"Ævar Arnfjörð Bjarmason1-11/+10
2019-03-11Merge branch 'rd/gc-prune-doc-fix'Junio C Hamano1-1/+1
2019-03-03docs/git-gc: fix typo "--prune=all" to "--prune=now"Robert P. J. Day1-1/+1
2019-01-08git-gc.txt: fix typo about gc.writeCommitGraphDerrick Stolee1-1/+1
2018-10-11gc doc: mention the commit-graph in the introÆvar Arnfjörð Bjarmason1-1/+2
2018-06-27gc: automatically write commit-graph filesDerrick Stolee1-0/+4
2018-05-23Merge branch 'nd/doc-header'Junio C Hamano1-2/+2
2018-05-23Merge branch 'nd/repack-keep-pack'Junio C Hamano1-4/+15
2018-05-08Merge branch 'sg/doc-gc-quote-mismatch-fix'Junio C Hamano1-1/+1
2018-05-02doc: keep first level section header in upper caseNguyễn Thái Ngọc Duy1-2/+2
2018-04-18docs/git-gc: fix minor rendering issueSZEDER Gábor1-1/+1
2018-04-16gc --auto: exclude base pack if not enough mem to "repack -ad"Nguyễn Thái Ngọc Duy1-2/+7
2018-04-16gc: add gc.bigPackThreshold configNguyễn Thái Ngọc Duy1-2/+4
2018-04-16gc: add --keep-largest-pack optionNguyễn Thái Ngọc Duy1-1/+5
2018-03-15gc.txt: more details about what gc doesNguyễn Thái Ngọc Duy1-9/+19
2017-02-24docs/git-gc: fix default value for `--aggressiveDepth`Patrick Steinhardt1-1/+1
2017-01-17Merge branch 'mm/gc-safety-doc' into maintJunio C Hamano1-8/+26
2016-11-16git-gc.txt: expand discussion of races with other processesMatt McCutchen1-8/+26
2016-06-08doc: change configuration variables formatTom Russello1-8/+8
2015-10-16Merge branch 'jc/doc-gc-prune-now'Junio C Hamano1-2/+5
2015-10-14Documentation/gc: warn against --prune=<now>Junio C Hamano1-2/+5
2015-03-13*config.txt: stick to camelCase naming conventionNguyễn Thái Ngọc Duy1-6/+6
2014-03-31gc --aggressive: make --depth configurableNguyễn Thái Ngọc Duy1-0/+3
2013-09-04Merge branch 'nd/gc-lock-against-each-other'Junio C Hamano1-1/+5
2013-08-09gc: reject if another gc is running, unless --force is givenNguyễn Thái Ngọc Duy1-1/+5
2013-04-18git-gc.txt, git-reflog.txt: document new expiry optionsMichael Haggerty1-2/+3
2012-04-26docs: stop using asciidoc no-inline-literalJeff King1-1/+1
2011-07-06Documentation: use [verse] for SYNOPSIS sectionsMartin von Zweigbergk1-0/+1
2011-03-11doc: drop author/documentation sections from most pagesJeff King1-4/+0
2010-12-19Merge branch 'maint'Junio C Hamano1-1/+1
2010-12-17Fix typo in git-gc document.Jiang Xin1-1/+1
2010-11-03Change remote tracking to remote-tracking in non-trivial placesMatthieu Moy1-3/+3
2010-07-05Merge branch 'maint'Junio C Hamano1-0/+7
2010-07-02Documentation/git-gc.txt: add reference to githooksChris Packham1-0/+7
2010-05-21Merge branch 'jc/maint-no-reflog-expire-unreach-for-head'Junio C Hamano1-0/+10
2010-04-14Document gc.<pattern>.reflogexpire variablesJunio C Hamano1-0/+10
2010-01-10Documentation: spell 'git cmd' without dash throughoutThomas Rast1-10/+10
2010-01-10Documentation: format full commands in typewriter fontThomas Rast1-1/+1
2009-10-20Documentation/git-gc.txt: change "references" to "reference"Matt Kraai1-1/+1
2009-09-29Documentation/git-gc.txt: default --aggressive window is 250, not 10Brandon Casey1-1/+1
2009-08-27Fix overridable written with an extra 'e'Nanako Shiraishi1-1/+1
2009-02-14gc: make --prune useful again by accepting an optional parameterJohannes Schindelin1-1/+9
2008-07-05manpages: italicize git command names (which were in teletype font)Jonathan Nieder1-10/+10
2008-07-01Documentation formatting and cleanupJonathan Nieder1-5/+5
2008-07-01Documentation: be consistent about "git-" versus "git "Jonathan Nieder1-3/+3
2008-06-06documentation: move git(7) to git(1)Christian Couder1-1/+1
2008-05-28Manual subsection to refer to other pages is SEE ALSOJunio C Hamano1-1/+1
2008-04-24doc/git-gc: add a note about what is collectedJeff King1-0/+15
2008-03-19make it easier for people who just want to get rid of 'git gc --auto'Nicolas Pitre1-2/+9
2008-03-12gc: call "prune --expire 2.weeks.ago" by defaultJohannes Schindelin1-12/+5
2008-03-01gc: Add --quiet optionFrank Lichtenheld1-1/+4
2008-01-09Change git-gc documentation to reflect gc.packrefs implementation.Florian La Roche1-3/+3
2008-01-06Documentation: rename gitlink macro to linkgitDan McGee1-7/+7
2007-10-18Documentation/git-gc: improve description of --autoJeff King1-12/+17
2007-10-18Documentation/git-gc: explain --auto in descriptionJeff King1-1/+2
2007-09-17git-gc --auto: run "repack -A -d -l" as necessary.Junio C Hamano1-1/+6
2007-09-17git-gc --auto: add documentation.Junio C Hamano1-1/+10
2007-05-31Fix minor grammatical typos in the git-gc man pageTheodore Ts'o1-3/+3
2007-05-10Add --aggressive option to 'git gc'Theodore Tso1-1/+15
2007-02-13git-gc: run pack-refs by default unless the repo is bareJohannes Schindelin1-0/+4
2007-01-21git-gc: do not run git-prune by default.Junio C Hamano1-1/+16
2007-01-17Documentation: a few spelling fixesRené Scharfe1-1/+1
2006-12-27Create 'git gc' to perform common maintenance operations.Shawn O. Pearce1-0/+64