Age | Commit message (Expand) | Author | Files | Lines |
2019-04-16 | Merge branch 'ma/asciidoctor-fixes-more' | Junio C Hamano | 1 | -1/+1 |
2019-03-07 | config: document --type=color output is a complete line | Jeff King | 1 | -1/+3 |
2019-03-07 | Documentation: turn middle-of-line tabs into spaces | Martin Ågren | 1 | -1/+1 |
2018-10-22 | worktree: add per-worktree config files | Nguyễn Thái Ngọc Duy | 1 | -7/+19 |
2018-09-20 | git-config.txt: fix 'see: above' note | Martin Ågren | 1 | -2/+2 |
2018-09-20 | Doc: use `--type=bool` instead of `--bool` | Martin Ågren | 1 | -2/+2 |
2018-08-20 | Merge branch 'sb/config-write-fix' | Junio C Hamano | 1 | -0/+21 |
2018-08-08 | git-config: document accidental multi-line setting in deprecated syntax | Stefan Beller | 1 | -0/+21 |
2018-04-23 | builtin/config: introduce `color` type specifier | Taylor Blau | 1 | -0/+6 |
2018-04-23 | builtin/config: introduce `--default` | Taylor Blau | 1 | -0/+4 |
2018-04-19 | builtin/config.c: support `--type=<type>` as preferred alias for `--<type>` | Taylor Blau | 1 | -32/+39 |
2018-02-21 | config: change default of `pager.config` to "on" | Martin Ågren | 1 | -0/+1 |
2018-02-21 | config: respect `pager.config` in list/get-mode only | Martin Ågren | 1 | -0/+5 |
2017-11-18 | config: add --expiry-date | Haaris Mehmood | 1 | -0/+5 |
2017-10-19 | config doc: clarify "git config --path" example | Nathan Payre | 1 | -4/+4 |
2016-08-25 | Merge branch 'dg/document-git-c-in-git-config-doc' | Junio C Hamano | 1 | -0/+3 |
2016-08-23 | doc: mention `git -c` in git-config(1) | David Glasser | 1 | -0/+3 |
2016-06-28 | doc: typeset long options with argument as literal | Matthieu Moy | 1 | -2/+2 |
2016-06-28 | doc: typeset long command-line options as literal | Matthieu Moy | 1 | -13/+13 |
2016-06-08 | doc: more consistency in environment variables format | Tom Russello | 1 | -1/+1 |
2016-04-26 | config doc: improve exit code listing | Stefan Beller | 1 | -3/+3 |
2016-04-14 | Merge branch 'jk/config-get-urlmatch' into maint | Junio C Hamano | 1 | -10/+9 |
2016-02-28 | Documentation/git-config: fix --get-all description | John Keeping | 1 | -2/+1 |
2016-02-28 | Documentation/git-config: use bulleted list for exit codes | John Keeping | 1 | -7/+7 |
2016-02-28 | config: fail if --get-urlmatch finds no value | John Keeping | 1 | -1/+1 |
2016-02-26 | Merge branch 'ls/config-origin' | Junio C Hamano | 1 | -5/+11 |
2016-02-22 | Merge branch 'jk/config-include' | Junio C Hamano | 1 | -1/+3 |
2016-02-22 | config: add '--show-origin' option to print the origin of a config value | Lars Schneider | 1 | -5/+11 |
2016-02-13 | git-config: better document default behavior for `--include` | Jeff King | 1 | -1/+3 |
2015-08-10 | config: add '--name-only' option to list only variable names | SZEDER Gábor | 1 | -3/+7 |
2015-03-13 | *config.txt: stick to camelCase naming convention | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2014-05-21 | Documentation: use "command-line" when used as a compound adjective, and fix ... | Jason St. John | 1 | -1/+1 |
2013-09-09 | Merge branch 'jc/url-match' | Junio C Hamano | 1 | -0/+29 |
2013-08-05 | config: "git config --get-urlmatch" parses section.<url>.key | Junio C Hamano | 1 | -0/+29 |
2013-07-31 | Merge branch 'rr/maint-tilde-markup-in-doc' | Junio C Hamano | 1 | -12/+14 |
2013-07-26 | config doc: quote paths, fixing tilde-interpretation | Ramkumar Ramachandra | 1 | -12/+14 |
2013-07-22 | Merge branch 'hv/config-from-blob' | Junio C Hamano | 1 | -0/+7 |
2013-07-21 | Merge branch 'nk/config-local-doc' into maint | Junio C Hamano | 1 | -0/+9 |
2013-07-12 | Merge branch 'jk/maint-config-multi-order' | Junio C Hamano | 1 | -8/+12 |
2013-07-12 | teach config --blob option to parse config from database | Heiko Voigt | 1 | -0/+7 |
2013-07-07 | git-config(1): clarify precedence of multiple values | John Keeping | 1 | -8/+12 |
2013-07-03 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+1 |
2013-07-03 | Merge branch 'maint-1.8.2' into maint | Junio C Hamano | 1 | -1/+1 |
2013-07-03 | git-config: update doc for --get with multiple values | John Keeping | 1 | -1/+1 |
2013-06-24 | Merge branch 'nk/config-local-doc' | Junio C Hamano | 1 | -0/+9 |
2013-06-17 | config: Add description of --local option | Namhyung Kim | 1 | -0/+9 |
2013-05-17 | documentation: trivial style cleanups | Felipe Contreras | 1 | -2/+1 |
2013-01-11 | Merge branch 'jn/warn-on-inaccessible-loosen' into maint | Junio C Hamano | 1 | -0/+4 |
2013-01-06 | Merge branch 'jn/warn-on-inaccessible-loosen' | Junio C Hamano | 1 | -0/+4 |
2012-10-14 | doc: advertise GIT_CONFIG_NOSYSTEM | Jonathan Nieder | 1 | -0/+4 |