index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
git-gc.txt
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
builtin/gc: add a `--detach` flag
Patrick Steinhardt
2024-08-16
1
-1
/
+4
*
builtin/repack.c: implement support for `--max-cruft-size`
Taylor Blau
2023-10-05
1
-0
/
+7
*
builtin/gc.c: make `gc.cruftPacks` enabled by default
Taylor Blau
2023-04-18
1
-2
/
+3
*
builtin/gc.c: ignore cruft packs with `--keep-largest-pack`
Taylor Blau
2023-04-18
1
-3
/
+4
*
docs: add and use include template for config/* includes
Ævar Arnfjörð Bjarmason
2022-09-07
1
-2
/
+1
*
gc: simplify --cruft description
René Scharfe
2022-06-21
1
-2
/
+1
*
builtin/gc.c: conditionally avoid pruning objects via loose
Taylor Blau
2022-05-27
1
-0
/
+5
*
docs: clarify that refs/notes/ do not keep the attached objects alive
Martin von Zweigbergk
2021-02-11
1
-6
/
+8
*
Recommend git-filter-repo instead of git-filter-branch
Elijah Newren
2019-09-05
1
-9
/
+8
*
gc docs: remove incorrect reference to gc.auto=0
Ævar Arnfjörð Bjarmason
2019-04-08
1
-2
/
+1
*
gc docs: clarify that "gc" doesn't throw away referenced objects
Ævar Arnfjörð Bjarmason
2019-04-08
1
-2
/
+2
*
gc docs: downplay the usefulness of --aggressive
Ævar Arnfjörð Bjarmason
2019-04-08
1
-2
/
+27
*
gc docs: include the "gc.*" section from "config" in "gc"
Ævar Arnfjörð Bjarmason
2019-04-08
1
-79
/
+7
*
gc docs: clean grammar for "gc.bigPackThreshold"
Ævar Arnfjörð Bjarmason
2019-03-24
1
-2
/
+2
*
gc docs: stop noting "repack" flags
Ævar Arnfjörð Bjarmason
2019-03-24
1
-3
/
+2
*
gc docs: modernize the advice for manually running "gc"
Ævar Arnfjörð Bjarmason
2019-03-24
1
-11
/
+10
*
Merge branch 'rd/gc-prune-doc-fix'
Junio C Hamano
2019-03-11
1
-1
/
+1
|
\
|
*
docs/git-gc: fix typo "--prune=all" to "--prune=now"
Robert P. J. Day
2019-03-03
1
-1
/
+1
*
|
git-gc.txt: fix typo about gc.writeCommitGraph
Derrick Stolee
2019-01-08
1
-1
/
+1
|
/
*
gc doc: mention the commit-graph in the intro
Ævar Arnfjörð Bjarmason
2018-10-11
1
-1
/
+2
*
gc: automatically write commit-graph files
Derrick Stolee
2018-06-27
1
-0
/
+4
*
Merge branch 'nd/doc-header'
Junio C Hamano
2018-05-23
1
-2
/
+2
|
\
|
*
doc: keep first level section header in upper case
Nguyễn Thái Ngọc Duy
2018-05-02
1
-2
/
+2
*
|
Merge branch 'nd/repack-keep-pack'
Junio C Hamano
2018-05-23
1
-4
/
+15
|
\
\
|
*
|
gc --auto: exclude base pack if not enough mem to "repack -ad"
Nguyễn Thái Ngọc Duy
2018-04-16
1
-2
/
+7
|
*
|
gc: add gc.bigPackThreshold config
Nguyễn Thái Ngọc Duy
2018-04-16
1
-2
/
+4
|
*
|
gc: add --keep-largest-pack option
Nguyễn Thái Ngọc Duy
2018-04-16
1
-1
/
+5
|
|
/
*
|
Merge branch 'sg/doc-gc-quote-mismatch-fix'
Junio C Hamano
2018-05-08
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
docs/git-gc: fix minor rendering issue
SZEDER Gábor
2018-04-18
1
-1
/
+1
*
|
gc.txt: more details about what gc does
Nguyễn Thái Ngọc Duy
2018-03-15
1
-9
/
+19
|
/
*
docs/git-gc: fix default value for `--aggressiveDepth`
Patrick Steinhardt
2017-02-24
1
-1
/
+1
*
Merge branch 'mm/gc-safety-doc' into maint
Junio C Hamano
2017-01-18
1
-8
/
+26
|
\
|
*
git-gc.txt: expand discussion of races with other processes
Matt McCutchen
2016-11-16
1
-8
/
+26
*
|
doc: change configuration variables format
Tom Russello
2016-06-08
1
-8
/
+8
|
/
*
Merge branch 'jc/doc-gc-prune-now'
Junio C Hamano
2015-10-16
1
-2
/
+5
|
\
|
*
Documentation/gc: warn against --prune=<now>
Junio C Hamano
2015-10-14
1
-2
/
+5
*
|
*config.txt: stick to camelCase naming convention
Nguyễn Thái Ngọc Duy
2015-03-14
1
-6
/
+6
|
/
*
gc --aggressive: make --depth configurable
Nguyễn Thái Ngọc Duy
2014-03-31
1
-0
/
+3
*
Merge branch 'nd/gc-lock-against-each-other'
Junio C Hamano
2013-09-04
1
-1
/
+5
|
\
|
*
gc: reject if another gc is running, unless --force is given
Nguyễn Thái Ngọc Duy
2013-08-09
1
-1
/
+5
*
|
git-gc.txt, git-reflog.txt: document new expiry options
Michael Haggerty
2013-04-18
1
-2
/
+3
|
/
*
docs: stop using asciidoc no-inline-literal
Jeff King
2012-04-26
1
-1
/
+1
*
Documentation: use [verse] for SYNOPSIS sections
Martin von Zweigbergk
2011-07-06
1
-0
/
+1
*
doc: drop author/documentation sections from most pages
Jeff King
2011-03-11
1
-4
/
+0
*
Merge branch 'maint'
Junio C Hamano
2010-12-20
1
-1
/
+1
|
\
|
*
Fix typo in git-gc document.
Jiang Xin
2010-12-17
1
-1
/
+1
*
|
Change remote tracking to remote-tracking in non-trivial places
Matthieu Moy
2010-11-03
1
-3
/
+3
|
/
*
Merge branch 'maint'
Junio C Hamano
2010-07-05
1
-0
/
+7
|
\
|
*
Documentation/git-gc.txt: add reference to githooks
Chris Packham
2010-07-02
1
-0
/
+7
*
|
Merge branch 'jc/maint-no-reflog-expire-unreach-for-head'
Junio C Hamano
2010-05-21
1
-0
/
+10
|
\
\
|
|
/
|
/
|
[next]