| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-01-21 | doc: use .adoc extension for AsciiDoc files | brian m. carlson | 1 | -638/+0 |
| 2024-10-08 | git-config.1: remove value from positional args in unset usage | Josh Heinrichs | 1 | -1/+1 |
| 2024-09-03 | Merge branch 'jc/config-doc-update' | Junio C Hamano | 1 | -2/+2 |
| 2024-08-26 | git-config.1: fix description of --regexp in synopsis | Junio C Hamano | 1 | -1/+1 |
| 2024-08-26 | git-config.1: --get-all description update | Junio C Hamano | 1 | -1/+1 |
| 2024-08-23 | doc: replace 3 dash with correct 2 dash in git-config(1) | Celeste Liu | 1 | -1/+1 |
| 2024-05-06 | builtin/config: introduce "edit" subcommand | Patrick Steinhardt | 1 | -7/+10 |
| 2024-05-06 | builtin/config: introduce "remove-section" subcommand | Patrick Steinhardt | 1 | -4/+7 |
| 2024-05-06 | builtin/config: introduce "rename-section" subcommand | Patrick Steinhardt | 1 | -4/+7 |
| 2024-05-06 | builtin/config: introduce "unset" subcommand | Patrick Steinhardt | 1 | -11/+16 |
| 2024-05-06 | builtin/config: introduce "set" subcommand | Patrick Steinhardt | 1 | -14/+24 |
| 2024-05-06 | builtin/config: introduce "get" subcommand | Patrick Steinhardt | 1 | -48/+45 |
| 2024-05-06 | builtin/config: introduce "list" subcommand | Patrick Steinhardt | 1 | -7/+19 |
| 2024-04-05 | Merge branch 'rs/config-comment' | Junio C Hamano | 1 | -3/+15 |
| 2024-03-16 | docs: fix typo in git-config `--default` | Brian Lyles | 1 | -1/+1 |
| 2024-03-16 | docs: clarify file options in git-config `--edit` | Brian Lyles | 1 | -1/+2 |
| 2024-03-15 | config: allow tweaking whitespace between value and comment | Junio C Hamano | 1 | -3/+9 |
| 2024-03-15 | config: fix --comment formatting | Junio C Hamano | 1 | -7/+8 |
| 2024-03-15 | config: add --comment option to add a comment | Ralph Seichter | 1 | -3/+8 |
| 2023-12-26 | doc: enforce placeholders in documentation | Jean-Noël Avila | 1 | -4/+4 |
| 2023-09-15 | git-config: fix misworded --type=path explanation | Evan Gates | 1 | -1/+1 |
| 2022-07-14 | Documentation: define protected configuration | Glen Choo | 1 | -0/+13 |
| 2022-07-14 | Documentation/git-config.txt: add SCOPES section | Glen Choo | 1 | -23/+59 |
| 2022-06-07 | config: document and test the 'worktree' scope | Glen Choo | 1 | -1/+1 |
| 2022-02-08 | Documentation: add extensions.worktreeConfig details | Derrick Stolee | 1 | -2/+6 |
| 2021-11-09 | doc: express grammar placeholders between angle brackets | Jean-Noël Avila | 1 | -23/+23 |
| 2021-09-13 | doc: config, tell readers of `git help --config` | Philip Oakley | 1 | -0/+3 |
| 2021-07-20 | doc/git-config: simplify "override" advice for FILES section | Jeff King | 1 | -5/+4 |
| 2021-07-20 | doc/git-config: clarify GIT_CONFIG environment variable | Jeff King | 1 | -5/+6 |
| 2021-07-20 | doc/git-config: explain --file instead of referring to GIT_CONFIG | Jeff King | 1 | -1/+7 |
| 2021-04-19 | config: allow overriding of global and system configuration | Patrick Steinhardt | 1 | -0/+5 |
| 2021-01-25 | Merge branch 'ps/config-env-pairs' | Junio C Hamano | 1 | -0/+16 |
| 2021-01-15 | config: allow specifying config entries via envvar pairs | Patrick Steinhardt | 1 | -0/+16 |
| 2020-11-25 | config doc: value-pattern is not necessarily a regexp | Junio C Hamano | 1 | -4/+7 |
| 2020-11-25 | config: add --fixed-value option, un-implemented | Derrick Stolee | 1 | -7/+13 |
| 2020-11-25 | config: replace 'value_regex' with 'value_pattern' | Derrick Stolee | 1 | -10/+10 |
| 2020-02-10 | config: add '--show-scope' to print the scope of a config value | Matthew Rogers | 1 | -5/+10 |
| 2019-09-09 | Documentation: wrap config listings in "----" | Martin Ågren | 1 | -27/+29 |
| 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 |
| 2012-09-03 | Merge branch 'jc/maint-config-exit-status' | Junio C Hamano | 1 | -4/+4 |
| 2012-08-29 | Merge branch 'mh/maint-config-doc-proxy-command' | Junio C Hamano | 1 | -2/+2 |
| 2012-08-18 | git-config doc: unconfuse an example | Junio C Hamano | 1 | -1/+1 |
| 2012-08-18 | git-config.txt: fix example | Michael Haggerty | 1 | -1/+1 |
| 2012-07-30 | config: "git config baa" should exit with status 1 | Junio C Hamano | 1 | -4/+4 |
| 2012-06-25 | config: write to $XDG_CONFIG_HOME/git/config file when appropriate | Huynh Khoi Nguyen Nguyen | 1 | -1/+2 |
| 2012-06-25 | config: read (but not write) from $XDG_CONFIG_HOME/git/config file | Huynh Khoi Nguyen Nguyen | 1 | -3/+11 |
| 2012-05-25 | config doc: remove confusion about relative GIT_DIR from FILES section | Jonathan Nieder | 1 | -3/+1 |
| 2012-05-11 | Merge branch 'fa/maint-config-doc' into maint | Junio C Hamano | 1 | -5/+9 |
| 2012-05-07 | Documentation/git-config: describe and clarify "--local <file>" option | Florian Achleitner | 1 | -5/+9 |
| 2012-03-01 | Merge branch 'maint' | Junio C Hamano | 1 | -2/+5 |
| 2012-03-01 | Documentation fixes in git-config | Libor Pechacek | 1 | -2/+5 |
| 2012-02-17 | config: add include directive | Jeff King | 1 | -0/+5 |
| 2011-05-17 | config: define and document exit codes | Michael J Gruber | 1 | -10/+12 |
| 2011-03-11 | doc: drop author/documentation sections from most pages | Jeff King | 1 | -9/+0 |
| 2010-01-20 | Merge remote branch 'remotes/trast-doc/for-next' | Junio C Hamano | 1 | -7/+7 |
| 2010-01-10 | Documentation: spell 'git cmd' without dash throughout | Thomas Rast | 1 | -7/+7 |
| 2009-12-31 | builtin-config: add --path option doing ~ and ~user expansion. | Matthieu Moy | 1 | -3/+11 |
| 2009-05-09 | git config: clarify --add and --get-color | Felipe Contreras | 1 | -2/+3 |
| 2009-03-20 | Merge branch 'fc/parseopt-config' | Junio C Hamano | 1 | -1/+1 |
| 2009-03-17 | config: test for --replace-all with one argument and fix documentation. | Carlos Rica | 1 | -1/+1 |
| 2009-03-07 | Merge branch 'maint' | Junio C Hamano | 1 | -0/+4 |
| 2009-03-07 | document config --bool-or-int | Jeff King | 1 | -0/+4 |
| 2009-02-08 | config: Add new option to open an editor. | Felipe Contreras | 1 | -0/+6 |
| 2008-12-12 | git-config.txt: fix a typo | Jim Meyering | 1 | -1/+1 |
| 2008-07-27 | Documentation: fix diff.external example | Anders Melchiorsen | 1 | -1/+1 |
| 2008-07-07 | Merge branch 'db/no-git-config' | Junio C Hamano | 1 | -9/+0 |
| 2008-07-05 | manpages: italicize git command names (which were in teletype font) | Jonathan Nieder | 1 | -6/+6 |
| 2008-07-01 | Documentation formatting and cleanup | Jonathan Nieder | 1 | -6/+6 |
| 2008-07-01 | Documentation: be consistent about "git-" versus "git " | Jonathan Nieder | 1 | -13/+13 |
| 2008-07-01 | Only use GIT_CONFIG in "git config", not other programs | Daniel Barkalow | 1 | -9/+0 |
| 2008-06-08 | Docs: Use "-l::\n--long\n" format in OPTIONS sections | Stephan Beyer | 1 | -3/+6 |
| 2008-06-06 | documentation: move git(7) to git(1) | Christian Couder | 1 | -1/+1 |
| 2008-04-10 | Use color.ui variable in scripts too | Matthias Kestenholz | 1 | -0/+2 |
| 2008-01-29 | fix doc typos | Jim Meyering | 1 | -1/+1 |
| 2008-01-06 | Documentation: rename gitlink macro to linkgit | Dan McGee | 1 | -1/+1 |
| 2007-12-05 | git config --get-colorbool | Junio C Hamano | 1 | -0/+10 |
| 2007-11-28 | git-config --get-color: get configured color | Junio C Hamano | 1 | -0/+16 |
| 2007-09-14 | Documentation/git-config.txt: AsciiDoc tweak to avoid leading dot | Junio C Hamano | 1 | -1/+1 |
| 2007-08-24 | Documentation: Correct various misspellings and typos. | Brian Hetro | 1 | -1/+1 |
| 2007-08-02 | Fix documentation for core.gitproxy to reflect code | David Symonds | 1 | -3/+1 |
| 2007-07-31 | Make verse of git-config manpage more readable | Alex Riesen | 1 | -13/+19 |
| 2007-07-31 | Add an option to specify a file to config builtin | Alex Riesen | 1 | -13/+16 |
| 2007-06-26 | config: add support for --bool and --int while setting values | Frank Lichtenheld | 1 | -5/+4 |
| 2007-06-26 | config: Add --null/-z option for null-delimted output | Frank Lichtenheld | 1 | -5/+13 |
| 2007-06-26 | Merge branch 'maint' | Junio C Hamano | 1 | -0/+2 |
| 2007-06-26 | config: Complete documentation of --get-regexp | Frank Lichtenheld | 1 | -0/+2 |
| 2007-06-07 | War on whitespace | Junio C Hamano | 1 | -1/+0 |
| 2007-05-30 | git-config: Improve documentation of git-config file handling | Frank Lichtenheld | 1 | -7/+59 |
| 2007-05-30 | git-config: Various small fixes to asciidoc documentation | Frank Lichtenheld | 1 | -4/+6 |
| 2007-05-20 | git-config: Correct asciidoc documentation for --int/--bool | Frank Lichtenheld | 1 | -8/+9 |
| 2007-04-18 | Update git-config documentation | Andrew Ruder | 1 | -10/+14 |
| 2007-03-14 | Merge GIT 1.5.0.4 | Junio C Hamano | 1 | -1/+1 |
| 2007-03-14 | Clarify doc for git-config --unset-all. | Yann Dirson | 1 | -1/+1 |
| 2007-03-03 | git-config: document --rename-section, provide --remove-section | Paolo Bonzini | 1 | -0/+8 |
| 2007-01-28 | [PATCH] Rename git-repo-config to git-config. | Tom Prince | 1 | -0/+227 |