summaryrefslogtreecommitdiff
path: root/Documentation/config
AgeCommit message (Expand)AuthorFilesLines
2023-12-14pack-bitmap: enable reuse from all bitmapped packsTaylor Blau1-5/+11
2023-12-14pack-objects: allow setting `pack.allowPackReuse` to "single"Taylor Blau1-1/+1
2023-11-24orphan/unborn: add to the glossary and use them consistentlyJunio C Hamano1-1/+1
2023-11-16rebase: fully ignore rebase.autoSquash without -iAndy Koppe1-1/+3
2023-11-02Merge branch 'mp/rebase-label-length-limit' into maint-2.42Junio C Hamano1-0/+6
2023-10-30Merge branch 'jc/attr-tree-config'Junio C Hamano1-0/+7
2023-10-30Merge branch 'sn/typo-grammo-phraso-fixes'Junio C Hamano1-1/+1
2023-10-23Merge branch 'en/docfixes'Junio C Hamano46-101/+101
2023-10-18Merge branch 'tb/repack-max-cruft-size'Junio C Hamano1-0/+6
2023-10-13attr: add attr.tree for setting the treeish to read attributes fromJohn Cai1-0/+7
2023-10-10Merge branch 'cc/repack-sift-filtered-objects-to-separate-pack'Junio C Hamano1-0/+16
2023-10-09documentation: add some commas where they are helpfulElijah Newren13-25/+25
2023-10-09documentation: fix capitalizationElijah Newren2-2/+2
2023-10-09documentation: fix punctuationElijah Newren2-2/+2
2023-10-09documentation: use clearer prepositionsElijah Newren2-2/+2
2023-10-09documentation: add missing hyphensElijah Newren2-2/+2
2023-10-09documentation: add missing articleElijah Newren9-12/+12
2023-10-09documentation: whitespace is already generally pluralElijah Newren1-1/+1
2023-10-09documentation: fix singular vs. pluralElijah Newren8-9/+9
2023-10-09documentation: fix verb vs. nounElijah Newren1-1/+1
2023-10-09documentation: fix adjective vs. nounElijah Newren1-1/+1
2023-10-09documentation: fix verb tenseElijah Newren3-3/+3
2023-10-09documentation: employ consistent verb tense for a listElijah Newren2-2/+2
2023-10-09documentation: fix subject/verb agreementElijah Newren6-6/+6
2023-10-09documentation: remove extraneous wordsElijah Newren4-4/+4
2023-10-09documentation: add missing wordsElijah Newren5-5/+5
2023-10-09documentation: fix apostrophe usageElijah Newren3-3/+3
2023-10-09documentation: fix small errorElijah Newren1-1/+1
2023-10-09documentation: wording improvementsElijah Newren19-26/+26
2023-10-05builtin/repack.c: implement support for `--max-cruft-size`Taylor Blau1-0/+6
2023-10-05doc: fix some typos, grammar and wording issuesŠtěpán Němec1-1/+1
2023-10-02repository: implement extensions.compatObjectFormatbrian m. carlson1-0/+12
2023-10-02gc: add `gc.repackFilterTo` config optionChristian Couder1-0/+11
2023-10-02gc: add `gc.repackFilter` config optionChristian Couder1-0/+5
2023-09-18diff --stat: add config option to limit filename widthDragan Simic1-0/+4
2023-09-14Merge branch 'jk/tree-name-and-depth-limit'Junio C Hamano1-0/+6
2023-08-31add core.maxTreeDepth configJeff King1-0/+6
2023-08-24Merge branch 'mp/rebase-label-length-limit'Junio C Hamano1-0/+6
2023-08-10rebase: allow overriding the maximal length of the generated labelsJohannes Schindelin1-0/+6
2023-06-23Merge branch 'tb/gc-recent-object-hook'Junio C Hamano1-0/+15
2023-06-22Merge branch 'tb/pack-bitmap-traversal-with-boundary'Junio C Hamano2-0/+20
2023-06-22Merge branch 'ja/worktree-orphan'Junio C Hamano1-0/+4
2023-06-12gc: introduce `gc.recentObjectsHook`Taylor Blau1-0/+15
2023-05-20Merge branch 'cg/doc-http-lowspeed-limit'Junio C Hamano1-2/+3
2023-05-17worktree add: introduce "try --orphan" hintJacob Abel1-0/+4
2023-05-14doc/git-config: add unit for http.lowSpeedLimitCorentin Garcia1-2/+3
2023-05-08pack-bitmap.c: use commit boundary during bitmap traversalTaylor Blau2-0/+20
2023-05-01send-email: add --header-cmd, --no-header-cmd optionsMaxim Cournoyer1-0/+1
2023-04-28Merge branch 'tb/enable-cruft-packs-by-default'Junio C Hamano2-9/+6
2023-04-27Merge branch 'tb/pack-revindex-on-disk'Junio C Hamano1-1/+7