summaryrefslogtreecommitdiff
path: root/t/t1300-repo-config.sh
AgeCommit message (Expand)Author
2016-06-17tests: use test_i18n* functions to suppress false positivesVasco Almeida
2016-04-06Merge branch 'jk/submodule-c-credential'Junio C Hamano
2016-04-03Merge branch 'jk/config-get-urlmatch'Junio C Hamano
2016-03-23git_config_push_parameter: handle empty GIT_CONFIG_PARAMETERSJeff King
2016-03-23t1300: fix the new --show-origin tests on WindowsJohannes Schindelin
2016-03-23t1300-repo-config: make it resilient to being run via 'sh -x'Johannes Schindelin
2016-02-28config: fail if --get-urlmatch finds no valueJohn Keeping
2016-02-22config: add '--show-origin' option to print the origin of a config valueLars Schneider
2016-02-22config: add 'origin_type' to config_source structLars Schneider
2016-02-17t: do not hide Git's exit code in tests using 'nul_to_q'Lars Schneider
2015-08-10config: add '--name-only' option to list only variable namesSZEDER Gábor
2015-03-20t: fix moderate &&-chain breakageJeff King
2015-03-20t: fix severe &&-chain breakageJeff King
2014-09-09Merge branch 'jk/command-line-config-empty-string'Junio C Hamano
2014-08-05config: teach "git -c" to recognize an empty stringJunio C Hamano
2014-07-21test prerequisites: eradicate NOT_FOOJunio C Hamano
2014-06-03Merge branch 'ew/config-protect-mode'Junio C Hamano
2014-05-06config: preserve config file permissions on editsEric Wong
2014-03-31Merge branch 'jk/tests-cleanup'Junio C Hamano
2014-03-31Merge branch 'dt/tests-with-env-not-subshell'Junio C Hamano
2014-03-21t: prefer "git config --file" to GIT_CONFIGJeff King
2014-03-21t: prefer "git config --file" to GIT_CONFIG with test_must_failJeff King
2014-03-19tests: use "env" to run commands with temporary env-var settingsDavid Tran
2014-02-19config: teach "git config --file -" to read from the standard inputKirill A. Shutemov
2013-09-12Merge branch 'jk/config-int-range-check'Junio C Hamano
2013-09-09git-config: always treat --int as 64-bit internallyJeff King
2013-09-09config: make numeric parsing errors more clearJeff King
2013-08-05config: "git config --get-urlmatch" parses section.<url>.keyJunio C Hamano
2013-03-29t1300: document some aesthetic failures of the config editorJeff King
2012-11-21Merge branch 'jk/config-ignore-duplicates'Junio C Hamano
2012-11-20Merge branch 'cn/config-missing-path'Junio C Hamano
2012-11-16config: don't segfault when given --path with a missing valueCarlos Martín Nieto
2012-10-24git-config: do not complain about duplicate entriesJeff King
2012-10-24t1300: test "git config --get-all" more thoroughlyJeff King
2012-10-24t1300: remove redundant testJeff King
2012-10-24t1300: style updatesJeff King
2012-08-27Fix tests under GETTEXT_POISON on parseoptJiang Xin
2012-04-26config: reject bogus section names for --rename-sectionJeff King
2012-03-13Merge branch 'ms/maint-config-error-at-eol-linecount'Junio C Hamano
2012-03-12config: report errors at the EOL with correct line numberMartin Stenberg
2012-02-17config: stop using config_exclusive_filenameJeff King
2012-02-17t1300: add missing &&-chainingJeff King
2011-12-09test: fix '&&' chainingRamkumar Ramachandra
2011-10-21Merge branch 'mm/maint-config-explicit-bool-display' into maintJunio C Hamano
2011-10-19Merge branch 'jk/config-test-cleanup'Junio C Hamano
2011-10-19t1300: attempting to remove a non-existent .git/config is not an errorJohannes Sixt
2011-10-18Merge branch 'jk/config-test-cleanup'Junio C Hamano
2011-10-18Merge branch 'mm/maint-config-explicit-bool-display'Junio C Hamano
2011-10-12t1300: test mixed-case variable retrievalJeff King
2011-10-12t1300: put git invocations inside test functionJeff King