summaryrefslogtreecommitdiffstats
path: root/Documentation/config.txt (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bw/doc-submodule-recurse-config-with-clone'Junio C Hamano2018-03-061-1/+2
|\
| * submodule: indicate that 'submodule.recurse' doesn't apply to cloneBrandon Williams2018-02-211-1/+2
* | Merge branch 'ab/fetch-prune'Junio C Hamano2018-03-061-1/+19
|\ \
| * | fetch: add a --prune-tags option and fetch.pruneTags configÆvar Arnfjörð Bjarmason2018-02-091-0/+14
| * | git-fetch & config doc: link to the new PRUNING sectionÆvar Arnfjörð Bjarmason2018-02-091-1/+5
| |/
* | Merge branch 'jh/partial-clone'Junio C Hamano2018-02-131-0/+4
|\ \ | |/ |/|
| * upload-pack: add object filtering for partial cloneJeff Hostetler2017-12-081-0/+4
* | Merge branch 'db/doc-config-section-names-with-bs'Junio C Hamano2018-01-051-5/+7
|\ \
| * | config.txt: document behavior of backslashes in subsectionsDave Borowitz2017-12-221-5/+7
* | | Merge branch 'sr/http-sslverify-config-doc'Junio C Hamano2017-12-281-2/+2
|\ \ \
| * | | config: document default value of http.sslVerifySimon Ruderich2017-12-181-2/+2
* | | | Merge branch 'lb/rebase-i-short-command-names'Junio C Hamano2017-12-271-30/+1
|\ \ \ \
| * | | | Documentation: move rebase.* configs to new fileLiam Beguin2017-12-041-30/+1
* | | | | Merge branch 'ls/editor-waiting-message'Junio C Hamano2017-12-191-0/+3
|\ \ \ \ \
| * | | | | launch_editor(): indicate that Git waits for user inputLars Schneider2017-12-071-0/+3
| | |_|/ / | |/| | |
| * | | | Merge branch 'sb/blame-config-doc' into maintJunio C Hamano2017-11-151-0/+17
| |\ \ \ \ | | |_|_|/ | |/| | |
* | | | | Merge branch 'tg/worktree-create-tracking'Junio C Hamano2017-12-191-0/+10
|\ \ \ \ \
| * | | | | add worktree.guessRemote config optionThomas Gummerer2017-12-061-0/+10
* | | | | | Merge branch 'jn/ssh-wrappers'Junio C Hamano2017-12-061-10/+16
|\ \ \ \ \ \
| * | | | | | ssh: 'auto' variant to select between 'ssh' and 'simple'Jonathan Nieder2017-11-211-10/+16
* | | | | | | Merge branch 'bw/protocol-v1'Junio C Hamano2017-12-061-4/+40
|\| | | | | | | |_|_|_|/ / |/| | | | |
| * | | | | ssh: introduce a 'simple' ssh variantBrandon Williams2017-10-171-4/+23
| * | | | | protocol: introduce protocol extension mechanismsBrandon Williams2017-10-171-0/+17
* | | | | | Merge branch 'rv/sendemail-tocmd-in-config-and-completion'Junio C Hamano2017-11-271-0/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Documentation/config: add sendemail.tocmd to list preceding "See git-send-ema...Rasmus Villemoes2017-11-141-0/+1
* | | | | | Merge branch 'bp/fsmonitor'Junio C Hamano2017-11-211-0/+7
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | fsmonitor: add documentation for the fsmonitor extension.Ben Peart2017-10-011-0/+7
| |/ / / /
* | | | | Merge branch 'sb/blame-config-doc'Junio C Hamano2017-11-091-0/+17
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | config: document blame configurationStefan Beller2017-11-061-0/+17
* | | | | Merge branch 'mp/push-pushoption-config'Junio C Hamano2017-11-061-0/+29
|\ \ \ \ \
| * | | | | builtin/push.c: add push.pushOption configMarius Paliga2017-10-241-0/+29
| | |_|/ / | |/| | |
| * | | | Merge branch 'jk/ref-filter-colors-fix'Junio C Hamano2017-10-181-17/+18
| |\ \ \ \
| | * | | | Revert "color: make "always" the same as "auto" in config"Jeff King2017-10-171-17/+18
| | * | | | Merge branch 'jk/ui-color-always-to-auto-maint' (early part) into jk/ref-filt...Junio C Hamano2017-10-171-18/+17
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Merge branch 'jk/doc-the-this' into maintJunio C Hamano2017-09-101-2/+2
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'ah/doc-empty-string-is-false' into maintJunio C Hamano2017-09-101-5/+5
| | |\ \ \ \ \
| * | \ \ \ \ \ Merge branch 'jk/ui-color-always-to-auto-maint' into jk/ui-color-always-to-autoJunio C Hamano2017-10-041-18/+17
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| | * | | | | | color: make "always" the same as "auto" in configJeff King2017-10-041-18/+17
| | |/ / / / /
* | / / / / / run-command: add hint when a hook is ignoredDamien Marié2017-10-101-0/+3
|/ / / / / /
* | | | / / Documentation/config: clarify the meaning of submodule.<name>.updateStefan Beller2017-09-241-4/+8
| |_|_|/ / |/| | | |
* | | | | Merge branch 'mh/ref-lock-entry'Junio C Hamano2017-08-271-0/+6
|\ \ \ \ \
| * | | | | refs: retry acquiring reference locks for 100msMichael Haggerty2017-08-231-0/+6
| |/ / / /
* | | | | Merge branch 'jc/cutoff-config'Junio C Hamano2017-08-271-0/+2
|\ \ \ \ \
| * | | | | rerere: allow approxidate in gc.rerereResolved/gc.rerereUnresolvedJunio C Hamano2017-08-221-0/+2
| |/ / / /
* | | | | Merge branch 'sb/diff-color-move'Junio C Hamano2017-08-271-2/+13
|\ \ \ \ \
| * | | | | diff: document the new --color-moved settingStefan Beller2017-06-301-2/+13
* | | | | | Merge branch 'jk/doc-the-this'Junio C Hamano2017-08-241-2/+2
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | doc: fix typo in sendemail.identityJeff King2017-08-201-2/+2
* | | | | | Merge branch 'ah/doc-empty-string-is-false'Junio C Hamano2017-08-231-5/+5
|\ \ \ \ \ \ | |_|_|/ / / |/| | | / / | | |_|/ / | |/| | |
| * | | | doc: clarify "config --bool" behaviour with empty stringAndreas Heiduk2017-08-151-5/+5