summaryrefslogtreecommitdiff
path: root/Documentation/git-config.txt
Commit message (Expand)AuthorAgeFilesLines
* Documentation: wrap config listings in "----"Martin Ågren2019-09-091-27/+29
* Merge branch 'ma/asciidoctor-fixes-more'Junio C Hamano2019-04-161-1/+1
|\
| * Documentation: turn middle-of-line tabs into spacesMartin Ågren2019-03-071-1/+1
* | config: document --type=color output is a complete lineJeff King2019-03-071-1/+3
|/
* worktree: add per-worktree config filesNguyễn Thái Ngọc Duy2018-10-221-7/+19
* git-config.txt: fix 'see: above' noteMartin Ågren2018-09-201-2/+2
* Doc: use `--type=bool` instead of `--bool`Martin Ågren2018-09-201-2/+2
* Merge branch 'sb/config-write-fix'Junio C Hamano2018-08-201-0/+21
|\
| * git-config: document accidental multi-line setting in deprecated syntaxStefan Beller2018-08-081-0/+21
* | builtin/config: introduce `color` type specifierTaylor Blau2018-04-231-0/+6
* | builtin/config: introduce `--default`Taylor Blau2018-04-231-0/+4
* | builtin/config.c: support `--type=<type>` as preferred alias for `--<type>`Taylor Blau2018-04-191-32/+39
* | config: change default of `pager.config` to "on"ma/config-page-only-in-list-modeMartin Ågren2018-02-211-0/+1
* | config: respect `pager.config` in list/get-mode onlyMartin Ågren2018-02-211-0/+5
|/
* config: add --expiry-datehm/config-parse-expiry-dateHaaris Mehmood2017-11-181-0/+5
* config doc: clarify "git config --path" examplenp/config-path-docNathan Payre2017-10-191-4/+4
* Merge branch 'dg/document-git-c-in-git-config-doc'Junio C Hamano2016-08-251-0/+3
|\
| * doc: mention `git -c` in git-config(1)dg/document-git-c-in-git-config-docDavid Glasser2016-08-231-0/+3
* | doc: typeset long options with argument as literalMatthieu Moy2016-06-281-2/+2
* | doc: typeset long command-line options as literalMatthieu Moy2016-06-281-13/+13
* | doc: more consistency in environment variables formatTom Russello2016-06-081-1/+1
|/
* config doc: improve exit code listingsb/config-exit-status-listStefan Beller2016-04-261-3/+3
* Merge branch 'jk/config-get-urlmatch' into maintJunio C Hamano2016-04-141-10/+9
|\
| * Documentation/git-config: fix --get-all descriptionjk/config-get-urlmatchJohn Keeping2016-02-281-2/+1
| * Documentation/git-config: use bulleted list for exit codesJohn Keeping2016-02-281-7/+7
| * config: fail if --get-urlmatch finds no valueJohn Keeping2016-02-281-1/+1
* | Merge branch 'ls/config-origin'Junio C Hamano2016-02-261-5/+11
|\ \
| * | config: add '--show-origin' option to print the origin of a config valuels/config-originLars Schneider2016-02-221-5/+11
| |/
* | Merge branch 'jk/config-include'Junio C Hamano2016-02-221-1/+3
|\ \ | |/ |/|
| * git-config: better document default behavior for `--include`jk/config-includeJeff King2016-02-131-1/+3
* | config: add '--name-only' option to list only variable namesSZEDER Gábor2015-08-101-3/+7
* | *config.txt: stick to camelCase naming conventionnd/config-doc-camelCaseNguyễn Thái Ngọc Duy2015-03-131-1/+1
* | Documentation: use "command-line" when used as a compound adjective, and fix ...jj/command-line-somethingjj/command-line-adjectiveJason St. John2014-05-211-1/+1
* | Merge branch 'jc/url-match'Junio C Hamano2013-09-091-0/+29
|\ \
| * | config: "git config --get-urlmatch" parses section.<url>.keyJunio C Hamano2013-08-051-0/+29
* | | Merge branch 'rr/maint-tilde-markup-in-doc'Junio C Hamano2013-07-311-12/+14
|\ \ \
| * | | config doc: quote paths, fixing tilde-interpretationrr/maint-tilde-markup-in-docRamkumar Ramachandra2013-07-261-12/+14
| * | | Merge branch 'nk/config-local-doc' into maintJunio C Hamano2013-07-211-0/+9
| |\ \ \
* | \ \ \ Merge branch 'hv/config-from-blob'Junio C Hamano2013-07-221-0/+7
|\ \ \ \ \
| * | | | | teach config --blob option to parse config from databaseHeiko Voigt2013-07-121-0/+7
* | | | | | Merge branch 'jk/maint-config-multi-order'Junio C Hamano2013-07-121-8/+12
|\ \ \ \ \ \
| * | | | | | git-config(1): clarify precedence of multiple valuesjk/maint-config-multi-orderJohn Keeping2013-07-071-8/+12
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'maint'Junio C Hamano2013-07-031-1/+1
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Merge branch 'maint-1.8.2' into maintJunio C Hamano2013-07-031-1/+1
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | git-config: update doc for --get with multiple valuesmaint-1.8.1John Keeping2013-07-031-1/+1
* | | | | | Merge branch 'nk/config-local-doc'Junio C Hamano2013-06-241-0/+9
|\ \ \ \ \ \ | |/ / / / / |/| | | / / | | |_|/ / | |/| | |
| * | | | config: Add description of --local optionNamhyung Kim2013-06-171-0/+9
| |/ / /
| * | | Merge branch 'jn/warn-on-inaccessible-loosen' into maintJunio C Hamano2013-01-111-0/+4
| |\ \ \
* | | | | documentation: trivial style cleanupsFelipe Contreras2013-05-171-2/+1
| |_|/ / |/| | |
* | | | Merge branch 'jn/warn-on-inaccessible-loosen'Junio C Hamano2013-01-061-0/+4
|\ \ \ \ | |/ / / |/| / / | |/ /