| Age | Commit message (Expand) | Author | Files | Lines |
| 2018-08-15 | Merge branch 'nd/i18n' | Junio C Hamano | 1 | -23/+27 |
| 2018-07-24 | Merge branch 'tb/config-default' | Junio C Hamano | 1 | -12/+15 |
| 2018-07-23 | builtin/config.c: mark more strings for translation | Nguyễn Thái Ngọc Duy | 1 | -24/+24 |
| 2018-07-23 | Update messages in preparation for i18n | Nguyễn Thái Ngọc Duy | 1 | -7/+11 |
| 2018-07-06 | builtin/config: work around an unsized array forward declaration | Beat Bolli | 1 | -12/+15 |
| 2018-05-30 | Merge branch 'jk/config-blob-sans-repo' | Junio C Hamano | 1 | -0/+3 |
| 2018-05-30 | Merge branch 'js/use-bug-macro' | Junio C Hamano | 1 | -1/+1 |
| 2018-05-21 | config: die when --blob is used outside a repository | Jeff King | 1 | -0/+3 |
| 2018-05-06 | Replace all die("BUG: ...") calls by BUG() ones | Johannes Schindelin | 1 | -1/+1 |
| 2018-04-23 | builtin/config: introduce `color` type specifier | Taylor Blau | 1 | -0/+22 |
| 2018-04-23 | builtin/config: introduce `--default` | Taylor Blau | 1 | -0/+18 |
| 2018-04-19 | builtin/config.c: support `--type=<type>` as preferred alias for `--<type>` | Taylor Blau | 1 | -5/+60 |
| 2018-04-10 | builtin/config.c: treat type specifiers singularly | Taylor Blau | 1 | -27/+22 |
| 2018-02-21 | config: change default of `pager.config` to "on" | Martin Ågren | 1 | -1/+1 |
| 2018-02-21 | config: respect `pager.config` in list/get-mode only | Martin Ågren | 1 | -0/+10 |
| 2017-11-18 | config: add --expiry-date | Haaris Mehmood | 1 | -1/+9 |
| 2017-09-08 | add UNLEAK annotation for reducing leak false positives | Jeff King | 1 | -0/+4 |
| 2017-09-06 | config: plug user_config leak | Jeff King | 1 | -2/+5 |
| 2017-06-24 | Merge branch 'ab/free-and-null' | Junio C Hamano | 1 | -4/+2 |
| 2017-06-24 | Merge branch 'bw/config-h' | Junio C Hamano | 1 | -11/+16 |
| 2017-06-16 | coccinelle: make use of the "type" FREE_AND_NULL() rule | Ævar Arnfjörð Bjarmason | 1 | -4/+2 |
| 2017-06-15 | config: don't implicitly use gitdir or commondir | Brandon Williams | 1 | -11/+15 |
| 2017-06-15 | config: don't include config.h by default | Brandon Williams | 1 | -0/+1 |
| 2017-05-15 | config: complain about --local outside of a git repo | Jeff King | 1 | -0/+3 |
| 2017-04-26 | Merge branch 'jk/war-on-git-path' | Junio C Hamano | 1 | -2/+3 |
| 2017-04-26 | Merge branch 'nd/conditional-config-in-early-config' | Junio C Hamano | 1 | -9/+12 |
| 2017-04-23 | Merge branch 'nd/conditional-config-include' | Junio C Hamano | 1 | -1/+1 |
| 2017-04-20 | replace xstrdup(git_path(...)) with git_pathdup(...) | Jeff King | 1 | -2/+3 |
| 2017-04-17 | config: prepare to pass more info in git_config_with_options() | Nguyễn Thái Ngọc Duy | 1 | -9/+12 |
| 2017-04-14 | path.c: and an option to call real_path() in expand_user_path() | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2017-03-21 | prefix_filename: return newly allocated string | Jeff King | 1 | -2/+1 |
| 2017-03-21 | prefix_filename: drop length parameter | Jeff King | 1 | -1/+0 |
| 2016-09-15 | i18n: config: mark error message for translation | Vasco Almeida | 1 | -2/+2 |
| 2016-08-10 | Merge branch 'js/commit-slab-decl-fix' | Junio C Hamano | 1 | -1/+0 |
| 2016-08-09 | config.c: avoid duplicated global static variables | Johannes Sixt | 1 | -1/+0 |
| 2016-07-08 | config: fix bogus fd check when setting up default config | Jeff King | 1 | -1/+1 |
| 2016-04-03 | Merge branch 'jk/config-get-urlmatch' | Junio C Hamano | 1 | -1/+4 |
| 2016-02-28 | config: fail if --get-urlmatch finds no value | John Keeping | 1 | -1/+4 |
| 2016-02-26 | Merge branch 'js/config-set-in-non-repository' | Junio C Hamano | 1 | -0/+3 |
| 2016-02-26 | Merge branch 'ps/config-error' | Junio C Hamano | 1 | -14/+14 |
| 2016-02-25 | git config: report when trying to modify a non-existing repo config | Johannes Schindelin | 1 | -0/+3 |
| 2016-02-22 | config: rename git_config_set to git_config_set_gently | Patrick Steinhardt | 1 | -14/+14 |
| 2016-02-22 | config: add '--show-origin' option to print the origin of a config value | Lars Schneider | 1 | -0/+33 |
| 2015-09-25 | config: use xstrfmt in normalize_value | Jeff King | 1 | -21/+13 |
| 2015-08-20 | get_urlmatch: avoid useless strbuf write | Jeff King | 1 | -4/+1 |
| 2015-08-20 | format_config: simplify buffer handling | Jeff King | 1 | -22/+16 |
| 2015-08-20 | format_config: don't init strbuf | Jeff King | 1 | -2/+1 |
| 2015-08-20 | config: restructure format_config() for better control flow | SZEDER Gábor | 1 | -41/+37 |
| 2015-08-10 | config: add '--name-only' option to list only variable names | SZEDER Gábor | 1 | -2/+12 |
| 2015-06-05 | Merge branch 'pt/xdg-config-path' into maint | Junio C Hamano | 1 | -4/+2 |
| 2015-05-11 | Sync with 2.3.8 | Junio C Hamano | 1 | -2/+2 |
| 2015-05-11 | Merge branch 'oh/fix-config-default-user-name-section' into maint-2.3 | Junio C Hamano | 1 | -2/+2 |
| 2015-05-11 | Merge branch 'pt/xdg-config-path' | Junio C Hamano | 1 | -4/+2 |
| 2015-05-11 | Merge branch 'jn/clean-use-error-not-fprintf-on-stderr' | Junio C Hamano | 1 | -2/+2 |
| 2015-05-06 | git-config: replace use of home_config_paths() | Paul Tan | 1 | -4/+2 |
| 2015-05-05 | Merge branch 'oh/fix-config-default-user-name-section' | Junio C Hamano | 1 | -2/+2 |
| 2015-05-04 | config: use error() instead of fprintf(stderr, ...) | Jonathan Nieder | 1 | -2/+2 |
| 2015-04-17 | config: fix settings in default_user_config template | Ossi Herrala | 1 | -2/+2 |
| 2015-01-14 | standardize usage info string format | Alex Henrie | 1 | -1/+1 |
| 2014-12-12 | Merge branch 'jk/colors-fix' | Junio C Hamano | 1 | -14/+13 |
| 2014-11-20 | config: fix parsing of "git config --get-color some.key -1" | Jeff King | 1 | -14/+13 |
| 2014-11-17 | cmd_config(): make a copy of path obtained from git_path() | Michael Haggerty | 1 | -2/+5 |
| 2014-10-20 | Merge branch 'jn/parse-config-slot' | Junio C Hamano | 1 | -3/+6 |
| 2014-10-14 | color_parse: do not mention variable name in error message | Jeff King | 1 | -3/+6 |
| 2014-09-29 | Merge branch 'ta/config-add-to-empty-or-true-fix' into maint | Junio C Hamano | 1 | -1/+2 |
| 2014-09-19 | Merge branch 'ta/config-add-to-empty-or-true-fix' | Junio C Hamano | 1 | -1/+2 |
| 2014-09-11 | config: avoid a funny sentinel value "a^" | Jeff King | 1 | -1/+2 |
| 2014-09-02 | Merge branch 'mm/config-edit-global' | Junio C Hamano | 1 | -3/+28 |
| 2014-08-18 | make config --add behave correctly for empty and NULL values | Tanay Abhra | 1 | -1/+1 |
| 2014-07-25 | config --global --edit: create a template file if needed | Matthieu Moy | 1 | -3/+28 |
| 2014-06-16 | Merge branch 'jk/daemon-tolower' | Junio C Hamano | 1 | -14/+1 |
| 2014-05-23 | daemon/config: factor out duplicate xstrdup_tolower | Jeff King | 1 | -14/+1 |
| 2014-02-18 | config: teach "git config --file -" to read from the standard input | Kirill A. Shutemov | 1 | -0/+11 |
| 2014-02-18 | config: change git_config_with_options() interface | Kirill A. Shutemov | 1 | -40/+35 |
| 2014-02-18 | builtin/config.c: rename check_blob_write() -> check_write() | Kirill A. Shutemov | 1 | -9/+9 |
| 2013-11-12 | repo-config: remove deprecated alias for "git config" | John Keeping | 1 | -6/+0 |
| 2013-09-12 | Merge branch 'jk/config-int-range-check' | Junio C Hamano | 1 | -3/+4 |
| 2013-09-09 | Merge branch 'jc/url-match' | Junio C Hamano | 1 | -21/+119 |
| 2013-09-09 | git-config: always treat --int as 64-bit internally | Jeff King | 1 | -3/+4 |
| 2013-08-09 | builtin/config.c: compilation fix | Junio C Hamano | 1 | -1/+1 |
| 2013-08-07 | config parsing options: allow one flag multiple times | Stefan Beller | 1 | -3/+3 |
| 2013-08-05 | config: "git config --get-urlmatch" parses section.<url>.key | Junio C Hamano | 1 | -0/+98 |
| 2013-08-05 | builtin/config: refactor collect_config() | Junio C Hamano | 1 | -21/+21 |
| 2013-08-05 | Replace deprecated OPT_BOOLEAN by OPT_BOOL | Stefan Beller | 1 | -1/+1 |
| 2013-07-22 | Merge branch 'hv/config-from-blob' | Junio C Hamano | 1 | -4/+27 |
| 2013-07-12 | teach config --blob option to parse config from database | Heiko Voigt | 1 | -4/+27 |
| 2013-06-20 | Merge branch 'mm/color-auto-default' | Junio C Hamano | 1 | -0/+5 |
| 2013-06-10 | make color.ui default to 'auto' | Matthieu Moy | 1 | -1/+1 |
| 2013-05-15 | config: refactor management of color.ui's default value | Matthieu Moy | 1 | -0/+5 |
| 2013-04-15 | config: allow inaccessible configuration under $HOME | Jonathan Nieder | 1 | -2/+2 |
| 2012-11-21 | Merge branch 'jk/config-ignore-duplicates' | Junio C Hamano | 1 | -65/+43 |
| 2012-11-20 | Merge branch 'cn/config-missing-path' | Junio C Hamano | 1 | -1/+2 |
| 2012-11-15 | config: don't segfault when given --path with a missing value | Carlos Martín Nieto | 1 | -1/+2 |
| 2012-10-29 | builtin/config.c: Fix a sparse warning | Ramsay Jones | 1 | -1/+1 |
| 2012-10-24 | git-config: use git_config_with_options | Jeff King | 1 | -42/+2 |
| 2012-10-24 | git-config: do not complain about duplicate entries | Jeff King | 1 | -18/+9 |
| 2012-10-24 | git-config: collect values instead of immediately printing | Jeff King | 1 | -15/+35 |
| 2012-10-24 | git-config: fix regexp memory leaks on error conditions | Jeff King | 1 | -10/+13 |
| 2012-10-24 | git-config: remove memory leak of key regexp | Jeff King | 1 | -0/+4 |
| 2012-09-07 | Merge branch 'nd/i18n-parseopt-help' | Junio C Hamano | 1 | -28/+28 |
| 2012-09-07 | Merge branch 'jk/config-warn-on-inaccessible-paths' | Junio C Hamano | 1 | -2/+2 |
| 2012-09-03 | Merge branch 'jc/maint-config-exit-status' | Junio C Hamano | 1 | -2/+6 |
| 2012-08-22 | Use imperative form in help usage to describe an action | Nguyễn Thái Ngọc Duy | 1 | -4/+4 |
| 2012-08-21 | config: warn on inaccessible files | Jeff King | 1 | -2/+2 |
| 2012-08-20 | i18n: config: mark parseopt strings for translation | Nguyễn Thái Ngọc Duy | 1 | -28/+28 |
| 2012-07-30 | config: "git config baa" should exit with status 1 | Junio C Hamano | 1 | -2/+6 |
| 2012-07-16 | config: fix several access(NULL) calls | Matthieu Moy | 1 | -4/+12 |
| 2012-06-25 | config: write to $XDG_CONFIG_HOME/git/config file when appropriate | Huynh Khoi Nguyen Nguyen | 1 | -4/+1 |
| 2012-06-25 | config: read (but not write) from $XDG_CONFIG_HOME/git/config file | Huynh Khoi Nguyen Nguyen | 1 | -9/+19 |
| 2012-03-28 | config: remove useless assignment | René Scharfe | 1 | -2/+0 |
| 2012-02-17 | config: add include directive | Jeff King | 1 | -10/+28 |
| 2012-02-17 | config: stop using config_exclusive_filename | Jeff King | 1 | -24/+35 |
| 2012-02-17 | config: copy the return value of prefix_filename | Jeff King | 1 | -3/+4 |
| 2011-12-28 | Merge branch 'jv/maint-config-set' into maint | Junio C Hamano | 1 | -1/+1 |
| 2011-12-27 | Fix an incorrect reference to --set-all. | Jelmer Vernooij | 1 | -1/+1 |
| 2011-10-17 | Merge branch 'mm/maint-config-explicit-bool-display' | Junio C Hamano | 1 | -7/+13 |
| 2011-10-10 | config: display key_delim for config --bool --get-regexp | Matthieu Moy | 1 | -7/+13 |
| 2011-08-19 | config: refactor get_colorbool function | Jeff King | 1 | -2/+3 |
| 2011-08-19 | color: delay auto-color decision until point of use | Jeff King | 1 | -0/+2 |
| 2011-08-18 | git_config_colorbool: refactor stdout_is_tty handling | Jeff King | 1 | -16/+7 |
| 2011-05-17 | config: Give error message when not changing a multivar | Michael J Gruber | 1 | -1/+6 |
| 2011-03-15 | config: drop support for GIT_CONFIG_NOGLOBAL | Jonathan Nieder | 1 | -1/+1 |
| 2011-02-27 | Merge branch 'lp/config-vername-check' | Junio C Hamano | 1 | -7/+20 |
| 2011-02-27 | Merge branch 'mg/placeholders-are-lowercase' | Junio C Hamano | 1 | -1/+1 |
| 2011-02-22 | Sanity-check config variable names | Libor Pechacek | 1 | -7/+20 |
| 2011-02-15 | Make <identifier> lowercase as per CodingGuidelines | Michael J Gruber | 1 | -1/+1 |
| 2011-02-13 | repo-config: add deprecation warning | René Scharfe | 1 | -0/+6 |
| 2010-08-31 | Merge branch 'jn/paginate-fix' | Junio C Hamano | 1 | -3/+2 |
| 2010-08-15 | config: run setup_git_directory_gently() sooner | Nguyễn Thái Ngọc Duy | 1 | -3/+2 |
| 2010-08-04 | config: add --local option | Sverre Rabbelier | 1 | -2/+5 |
| 2010-03-28 | Allow passing of configuration parameters in the command line | Alex Riesen | 1 | -1/+5 |
| 2010-02-22 | Move 'builtin-*' into a 'builtin/' subdirectory | Linus Torvalds | 1 | -0/+496 |