Age | Commit message (Expand) | Author | Files | Lines |
2014-09-09 | Merge branch 'jk/command-line-config-empty-string' | Junio C Hamano | 1 | -0/+11 |
2014-08-05 | config: teach "git -c" to recognize an empty string | Junio C Hamano | 1 | -0/+11 |
2014-07-21 | test prerequisites: eradicate NOT_FOO | Junio C Hamano | 1 | -3/+3 |
2014-06-03 | Merge branch 'ew/config-protect-mode' | Junio C Hamano | 1 | -0/+10 |
2014-05-06 | config: preserve config file permissions on edits | Eric Wong | 1 | -0/+10 |
2014-03-31 | Merge branch 'jk/tests-cleanup' | Junio C Hamano | 1 | -14/+14 |
2014-03-31 | Merge branch 'dt/tests-with-env-not-subshell' | Junio C Hamano | 1 | -13/+4 |
2014-03-21 | t: prefer "git config --file" to GIT_CONFIG | Jeff King | 1 | -10/+10 |
2014-03-21 | t: prefer "git config --file" to GIT_CONFIG with test_must_fail | Jeff King | 1 | -4/+4 |
2014-03-19 | tests: use "env" to run commands with temporary env-var settings | David Tran | 1 | -13/+4 |
2014-02-18 | config: teach "git config --file -" to read from the standard input | Kirill A. Shutemov | 1 | -2/+15 |
2013-09-12 | Merge branch 'jk/config-int-range-check' | Junio C Hamano | 1 | -3/+10 |
2013-09-09 | git-config: always treat --int as 64-bit internally | Jeff King | 1 | -0/+7 |
2013-09-09 | config: make numeric parsing errors more clear | Jeff King | 1 | -3/+3 |
2013-08-05 | config: "git config --get-urlmatch" parses section.<url>.key | Junio C Hamano | 1 | -0/+25 |
2013-03-29 | t1300: document some aesthetic failures of the config editor | Jeff King | 1 | -0/+35 |
2012-11-21 | Merge branch 'jk/config-ignore-duplicates' | Junio C Hamano | 1 | -129/+187 |
2012-11-20 | Merge branch 'cn/config-missing-path' | Junio C Hamano | 1 | -0/+5 |
2012-11-15 | config: don't segfault when given --path with a missing value | Carlos MartÃn Nieto | 1 | -0/+5 |
2012-10-24 | git-config: do not complain about duplicate entries | Jeff King | 1 | -2/+4 |
2012-10-24 | t1300: test "git config --get-all" more thoroughly | Jeff King | 1 | -2/+7 |
2012-10-24 | t1300: remove redundant test | Jeff King | 1 | -4/+0 |
2012-10-24 | t1300: style updates | Jeff King | 1 | -123/+178 |
2012-08-27 | Fix tests under GETTEXT_POISON on parseopt | Jiang Xin | 1 | -1/+1 |
2012-04-25 | config: reject bogus section names for --rename-section | Jeff King | 1 | -0/+8 |
2012-03-13 | Merge branch 'ms/maint-config-error-at-eol-linecount' | Junio C Hamano | 1 | -0/+31 |
2012-03-12 | config: report errors at the EOL with correct line number | Martin Stenberg | 1 | -0/+31 |
2012-02-17 | config: stop using config_exclusive_filename | Jeff King | 1 | -0/+25 |
2012-02-17 | t1300: add missing &&-chaining | Jeff King | 1 | -1/+1 |
2011-12-08 | test: fix '&&' chaining | Ramkumar Ramachandra | 1 | -1/+1 |
2011-10-21 | Merge branch 'mm/maint-config-explicit-bool-display' into maint | Junio C Hamano | 1 | -0/+6 |
2011-10-19 | Merge branch 'jk/config-test-cleanup' | Junio C Hamano | 1 | -12/+7 |
2011-10-19 | t1300: attempting to remove a non-existent .git/config is not an error | Johannes Sixt | 1 | -12/+7 |
2011-10-17 | Merge branch 'jk/config-test-cleanup' | Junio C Hamano | 1 | -83/+120 |
2011-10-17 | Merge branch 'mm/maint-config-explicit-bool-display' | Junio C Hamano | 1 | -0/+6 |
2011-10-12 | t1300: test mixed-case variable retrieval | Jeff King | 1 | -0/+27 |
2011-10-12 | t1300: put git invocations inside test function | Jeff King | 1 | -83/+93 |
2011-10-10 | config: display key_delim for config --bool --get-regexp | Matthieu Moy | 1 | -0/+6 |
2011-06-22 | config: avoid segfault when parsing command-line config | Jeff King | 1 | -0/+4 |
2011-06-22 | config: die on error in command-line config | Jeff King | 1 | -0/+8 |
2011-06-22 | fix "git -c" parsing of values with equals signs | Jeff King | 1 | -0/+6 |
2011-06-01 | Merge branch 'jk/maint-config-alias-fix' into maint | Junio C Hamano | 1 | -0/+7 |
2011-05-24 | handle_options(): do not miscount how many arguments were used | Junio C Hamano | 1 | -1/+1 |
2011-05-24 | config: always parse GIT_CONFIG_PARAMETERS during git_config | Jeff King | 1 | -0/+7 |
2011-02-22 | Disallow empty section and variable names | Libor Pechacek | 1 | -0/+4 |
2011-02-22 | Sanity-check config variable names | Libor Pechacek | 1 | -4/+14 |
2010-10-21 | config: treat non-existent config files as empty | Jeff King | 1 | -0/+29 |
2010-10-01 | Skip t1300.70 and 71 on msysGit. | Pat Thoyts | 1 | -3/+3 |
2010-07-27 | Sync with 1.7.1.2 | Junio C Hamano | 1 | -1/+23 |
2010-07-27 | config --get --path: check for unset $HOME | Jonathan Nieder | 1 | -1/+23 |