summaryrefslogtreecommitdiff
path: root/t/t1300-repo-config.sh
AgeCommit message (Expand)Author
2018-02-27Merge branch 'jk/sq-dequote-on-bogus-input'Junio C Hamano
2018-02-14sq_dequote: fix extra consumption of source stringJeff King
2017-11-18config: add --expiry-dateHaaris Mehmood
2017-07-20Merge branch 'js/alias-case-sensitivity'Junio C Hamano
2017-07-17alias: compare alias name *case-insensitively*Johannes Schindelin
2017-07-17t1300: demonstrate that CamelCased aliases regressedJohannes Schindelin
2017-06-24Merge branch 'js/alias-early-config'Junio C Hamano
2017-06-15config: report correct line number upon errorJohannes Schindelin
2017-05-15config: complain about --local outside of a git repoJeff King
2017-05-15setup_git_env: convert die("BUG") to BUG()Jeff King
2017-03-10Merge branch 'jc/config-case-cmdline-take-2'Junio C Hamano
2017-02-24config: use git_config_parse_key() in git_config_parse_parameter()Junio C Hamano
2017-02-01urlmatch: allow globbing for the URL host partPatrick Steinhardt
2017-02-01urlmatch: include host in urlmatch rankingPatrick Steinhardt
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