summaryrefslogtreecommitdiff
path: root/Documentation/config
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ds/maintenance-part-3'Junio C Hamano2020-11-181-0/+25
|\
| * maintenance: create maintenance.strategy configDerrick Stolee2020-10-161-0/+15
| * maintenance: add --schedule option and configDerrick Stolee2020-09-251-0/+5
| * maintenance: optionally skip --auto processDerrick Stolee2020-09-251-0/+5
* | Merge branch 'bk/sob-dco'Junio C Hamano2020-11-021-1/+1
|\ \
| * | Documentation: stylistically normalize references to Signed-off-by:Bradley M. Kuhn2020-10-201-1/+1
* | | Merge branch 'dl/checkout-guess'Junio C Hamano2020-10-271-8/+13
|\ \ \
| * | | checkout: learn to respect checkout.guessDenton Liu2020-10-081-0/+5
| * | | Documentation/config/checkout: replace sq with backticksDenton Liu2020-10-071-8/+8
| |/ /
* | | Merge branch 'sb/clone-origin'Junio C Hamano2020-10-271-0/+4
|\ \ \
| * | | clone: allow configurable default for `-o`/`--origin`Sean Barag2020-09-301-0/+4
* | | | Merge branch 'sk/force-if-includes'Junio C Hamano2020-10-272-3/+12
|\ \ \ \
| * | | | t, doc: update tests, reference for "--force-if-includes"Srinidhi Kaushik2020-10-032-3/+12
* | | | | Merge branch 'ds/maintenance-part-2'Junio C Hamano2020-10-272-2/+20
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | maintenance: add incremental-repack auto conditionDerrick Stolee2020-09-251-0/+9
| * | | midx: enable core.multiPackIndex by defaultDerrick Stolee2020-09-251-2/+2
| * | | maintenance: create auto condition for loose-objectsDerrick Stolee2020-09-251-0/+9
* | | | Merge branch 'jk/format-auto-base-when-able'Junio C Hamano2020-10-051-1/+3
|\ \ \ \
| * | | | format-patch: teach format.useAutoBase "whenAble" optionJacob Keller2020-10-011-1/+3
| | |/ / | |/| |
* | | | Merge branch 'jc/fmt-merge-msg-suppress-destination'Junio C Hamano2020-10-041-1/+1
|\ \ \ \
| * | | | config/fmt-merge-msg.txt: drop space in quoteMartin Ågren2020-09-271-1/+1
* | | | | Merge branch 'tb/upload-pack-filters'Junio C Hamano2020-10-041-1/+1
|\ \ \ \ \
| * | | | | config/uploadpack.txt: fix typo in `--filter=tree:<n>`Martin Ågren2020-09-271-1/+1
* | | | | | Merge branch 'jk/make-protocol-v2-the-default'Junio C Hamano2020-09-292-6/+1
|\ \ \ \ \ \
| * | | | | | protocol: re-enable v2 protocol by defaultJeff King2020-09-252-6/+1
* | | | | | | Merge branch 'tb/bloom-improvements'Junio C Hamano2020-09-291-0/+8
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | commit-graph: introduce 'commitGraph.maxNewFilters'Taylor Blau2020-09-181-0/+4
| * | | | | | commit-graph: respect 'commitGraph.readChangedPaths'Taylor Blau2020-09-091-0/+4
* | | | | | | Merge branch 'jx/proc-receive-hook'Junio C Hamano2020-09-251-0/+22
|\ \ \ \ \ \ \
| * | | | | | | receive-pack: new config receive.procReceiveRefsJiang Xin2020-08-271-0/+22
* | | | | | | | Merge branch 'ds/maintenance-part-1'Junio C Hamano2020-09-251-0/+16
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | / / | | |_|_|_|/ / | |/| | | | |
| * | | | | | maintenance: add auto condition for commit-graph taskDerrick Stolee2020-09-171-0/+10
| * | | | | | maintenance: create maintenance.<task>.enabled configDerrick Stolee2020-09-171-0/+6
* | | | | | | Merge branch 'ls/mergetool-meld-auto-merge'Junio C Hamano2020-09-221-0/+10
|\ \ \ \ \ \ \
| * | | | | | | mergetool: allow auto-merge for meld to follow the vim-diff behaviorLin Sun2020-09-161-0/+10
* | | | | | | | Merge branch 'jt/threaded-index-pack'Junio C Hamano2020-09-221-1/+1
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | Documentation: deltaBaseCacheLimit is per-threadJonathan Tan2020-08-241-1/+1
| | |/ / / / / | |/| | | | |
* | | | | | | negotiator/noop: add noop fetch negotiatorJonathan Tan2020-08-181-1/+4
|/ / / / / /
* | | | | | Merge branch 'dd/send-email-config'Junio C Hamano2020-08-171-0/+5
|\ \ \ \ \ \
| * | | | | | git-send-email: die if sendmail.* config is setDrew DeVault2020-07-231-0/+5
* | | | | | | Merge branch 'tb/upload-pack-filters'Junio C Hamano2020-08-111-0/+18
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | upload-pack.c: introduce 'uploadpackfilter.tree.maxDepth'Taylor Blau2020-08-031-0/+6
| * | | | | | upload-pack.c: allow banning certain object filter(s)Taylor Blau2020-08-031-0/+12
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'bc/sha-256-part-3'Junio C Hamano2020-08-111-0/+8
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | docs: add documentation for extensions.objectFormatbrian m. carlson2020-07-301-0/+8
| | |/ / / | |/| | |
* | | | | Merge branch 'jc/fmt-merge-msg-suppress-destination' into masterJunio C Hamano2020-08-011-0/+12
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | fmt-merge-msg: allow merge destination to be omitted againJunio C Hamano2020-07-301-0/+12
| |/ /
* | | experimental: default to fetch.writeCommitGraph=falseJonathan Nieder2020-07-082-10/+1
* | | clone: use configured default branch name when appropriateJohannes Schindelin2020-06-241-2/+2
* | | init: allow setting the default for the initial branch name via the configDon Goodman-Wilson2020-06-241-0/+4
|/ /