aboutsummaryrefslogtreecommitdiff
path: root/t/t1300-repo-config.sh
Commit message (Expand)AuthorAge
* Merge branch 'jk/command-line-config-empty-string'Junio C Hamano2014-09-09
|\
| * config: teach "git -c" to recognize an empty stringJunio C Hamano2014-08-05
* | test prerequisites: eradicate NOT_FOOJunio C Hamano2014-07-21
* | Merge branch 'ew/config-protect-mode'Junio C Hamano2014-06-03
|\ \
| * | config: preserve config file permissions on editsEric Wong2014-05-06
| |/
* | Merge branch 'jk/tests-cleanup'Junio C Hamano2014-03-31
|\ \
| * | t: prefer "git config --file" to GIT_CONFIGJeff King2014-03-21
| * | t: prefer "git config --file" to GIT_CONFIG with test_must_failJeff King2014-03-21
* | | Merge branch 'dt/tests-with-env-not-subshell'Junio C Hamano2014-03-31
|\ \ \ | |/ /
| * | tests: use "env" to run commands with temporary env-var settingsDavid Tran2014-03-19
| |/
* | config: teach "git config --file -" to read from the standard inputKirill A. Shutemov2014-02-18
|/
* Merge branch 'jk/config-int-range-check'Junio C Hamano2013-09-12
|\
| * git-config: always treat --int as 64-bit internallyJeff King2013-09-09
| * config: make numeric parsing errors more clearJeff King2013-09-09
* | config: "git config --get-urlmatch" parses section.<url>.keyJunio C Hamano2013-08-05
|/
* t1300: document some aesthetic failures of the config editorJeff King2013-03-29
* Merge branch 'jk/config-ignore-duplicates'Junio C Hamano2012-11-21
|\
| * git-config: do not complain about duplicate entriesJeff King2012-10-24
| * t1300: test "git config --get-all" more thoroughlyJeff King2012-10-24
| * t1300: remove redundant testJeff King2012-10-24
| * t1300: style updatesJeff King2012-10-24
* | Merge branch 'cn/config-missing-path'Junio C Hamano2012-11-20
|\ \ | |/ |/|
| * config: don't segfault when given --path with a missing valueCarlos Martín Nieto2012-11-15
* | Fix tests under GETTEXT_POISON on parseoptJiang Xin2012-08-27
|/
* config: reject bogus section names for --rename-sectionJeff King2012-04-25
* Merge branch 'ms/maint-config-error-at-eol-linecount'Junio C Hamano2012-03-13
|\
| * config: report errors at the EOL with correct line numberMartin Stenberg2012-03-12
| * Merge branch 'mm/maint-config-explicit-bool-display' into maintJunio C Hamano2011-10-21
| |\
* | | config: stop using config_exclusive_filenameJeff King2012-02-17
* | | t1300: add missing &&-chainingJeff King2012-02-17
* | | test: fix '&&' chainingRamkumar Ramachandra2011-12-08
* | | Merge branch 'jk/config-test-cleanup'Junio C Hamano2011-10-19
|\ \ \
| * | | t1300: attempting to remove a non-existent .git/config is not an errorJohannes Sixt2011-10-19
* | | | Merge branch 'jk/config-test-cleanup'Junio C Hamano2011-10-17
|\ \ \ \ | |/ / /
| * | | t1300: test mixed-case variable retrievalJeff King2011-10-12
| * | | t1300: put git invocations inside test functionJeff King2011-10-12
| |/ /
* | | Merge branch 'mm/maint-config-explicit-bool-display'Junio C Hamano2011-10-17
|\ \ \ | |/ / |/| / | |/
| * config: display key_delim for config --bool --get-regexpMatthieu Moy2011-10-10
* | config: avoid segfault when parsing command-line configJeff King2011-06-22
* | config: die on error in command-line configJeff King2011-06-22
* | fix "git -c" parsing of values with equals signsJeff King2011-06-22
* | Merge branch 'jk/maint-config-alias-fix' into maintJunio C Hamano2011-06-01
|\ \
| * | handle_options(): do not miscount how many arguments were usedJunio C Hamano2011-05-24
| * | config: always parse GIT_CONFIG_PARAMETERS during git_configJeff King2011-05-24
* | | Disallow empty section and variable namesLibor Pechacek2011-02-22
* | | Sanity-check config variable namesLibor Pechacek2011-02-22
| |/ |/|
* | config: treat non-existent config files as emptyJeff King2010-10-21
|/
* Skip t1300.70 and 71 on msysGit.Pat Thoyts2010-10-01
* Sync with 1.7.1.2Junio C Hamano2010-07-27
|\
| * config --get --path: check for unset $HOMEJonathan Nieder2010-07-27