| Commit message (Expand) | Author | Age |
* | t1300: document some aesthetic failures of the config editor | Jeff King | 2013-03-29 |
* | Merge branch 'jk/config-ignore-duplicates' | Junio C Hamano | 2012-11-21 |
|\ |
|
| * | git-config: do not complain about duplicate entries | Jeff King | 2012-10-24 |
| * | t1300: test "git config --get-all" more thoroughly | Jeff King | 2012-10-24 |
| * | t1300: remove redundant test | Jeff King | 2012-10-24 |
| * | t1300: style updates | Jeff King | 2012-10-24 |
* | | Merge branch 'cn/config-missing-path' | Junio C Hamano | 2012-11-20 |
|\ \
| |/
|/| |
|
| * | config: don't segfault when given --path with a missing value | Carlos Martín Nieto | 2012-11-15 |
* | | Fix tests under GETTEXT_POISON on parseopt | Jiang Xin | 2012-08-27 |
|/ |
|
* | config: reject bogus section names for --rename-section | Jeff King | 2012-04-25 |
* | Merge branch 'ms/maint-config-error-at-eol-linecount' | Junio C Hamano | 2012-03-13 |
|\ |
|
| * | config: report errors at the EOL with correct line number | Martin Stenberg | 2012-03-12 |
| * | Merge branch 'mm/maint-config-explicit-bool-display' into maint | Junio C Hamano | 2011-10-21 |
| |\ |
|
* | | | config: stop using config_exclusive_filename | Jeff King | 2012-02-17 |
* | | | t1300: add missing &&-chaining | Jeff King | 2012-02-17 |
* | | | test: fix '&&' chaining | Ramkumar Ramachandra | 2011-12-08 |
* | | | Merge branch 'jk/config-test-cleanup' | Junio C Hamano | 2011-10-19 |
|\ \ \ |
|
| * | | | t1300: attempting to remove a non-existent .git/config is not an error | Johannes Sixt | 2011-10-19 |
* | | | | Merge branch 'jk/config-test-cleanup' | Junio C Hamano | 2011-10-17 |
|\ \ \ \
| |/ / / |
|
| * | | | t1300: test mixed-case variable retrieval | Jeff King | 2011-10-12 |
| * | | | t1300: put git invocations inside test function | Jeff King | 2011-10-12 |
| |/ / |
|
* | | | Merge branch 'mm/maint-config-explicit-bool-display' | Junio C Hamano | 2011-10-17 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | config: display key_delim for config --bool --get-regexp | Matthieu Moy | 2011-10-10 |
* | | config: avoid segfault when parsing command-line config | Jeff King | 2011-06-22 |
* | | config: die on error in command-line config | Jeff King | 2011-06-22 |
* | | fix "git -c" parsing of values with equals signs | Jeff King | 2011-06-22 |
* | | Merge branch 'jk/maint-config-alias-fix' into maint | Junio C Hamano | 2011-06-01 |
|\ \ |
|
| * | | handle_options(): do not miscount how many arguments were used | Junio C Hamano | 2011-05-24 |
| * | | config: always parse GIT_CONFIG_PARAMETERS during git_config | Jeff King | 2011-05-24 |
* | | | Disallow empty section and variable names | Libor Pechacek | 2011-02-22 |
* | | | Sanity-check config variable names | Libor Pechacek | 2011-02-22 |
| |/
|/| |
|
* | | config: treat non-existent config files as empty | Jeff King | 2010-10-21 |
|/ |
|
* | Skip t1300.70 and 71 on msysGit. | Pat Thoyts | 2010-10-01 |
* | Sync with 1.7.1.2 | Junio C Hamano | 2010-07-27 |
|\ |
|
| * | config --get --path: check for unset $HOME | Jonathan Nieder | 2010-07-27 |
* | | Allow passing of configuration parameters in the command line | Alex Riesen | 2010-03-28 |
|/ |
|
* | Merge branch 'jh/maint-config-file-prefix' | Junio C Hamano | 2010-01-27 |
|\ |
|
| * | builtin-config: Fix crash when using "-f <relative path>" from non-root dir | Johan Herland | 2010-01-26 |
* | | builtin-config: add --path option doing ~ and ~user expansion. | Matthieu Moy | 2009-12-31 |
* | | Merge branch 'maint-1.6.3' into maint | Junio C Hamano | 2009-08-05 |
|\ \ |
|
| * | | config: Keep inner whitespace verbatim | Björn Steinbrink | 2009-07-31 |
| |/ |
|
* | | After renaming a section, print any trailing variable definitions | Alex Vandiver | 2009-07-24 |
|/ |
|
* | Merge branch 'js/windows-tests' | Junio C Hamano | 2009-03-24 |
|\ |
|
| * | Use prerequisite tags to skip tests that depend on symbolic links | Johannes Sixt | 2009-03-22 |
* | | Merge branch 'fc/parseopt-config' | Junio C Hamano | 2009-03-20 |
|\ \
| |/
|/| |
|
| * | config: test for --replace-all with one argument and fix documentation. | Carlos Rica | 2009-03-17 |
* | | t1300: use test_must_fail as appropriate | Jeff King | 2009-03-07 |
|/ |
|
* | maint: check return of split_cmdline to avoid bad config strings | Deskin Miller | 2008-09-24 |
* | t/: Use "test_must_fail git" instead of "! git" | Stephan Beyer | 2008-07-13 |
* | tests: do not use implicit "git diff --no-index" | Junio C Hamano | 2008-05-24 |