Age | Commit message (Expand) | Author | Files | Lines |
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 |