summaryrefslogtreecommitdiff
path: root/t/t1300-repo-config.sh
Commit message (Expand)AuthorAgeFilesLines
* t1300: rename it to reflect that `repo-config` was deprecatedJohannes Schindelin2018-04-061-1591/+0
* config: add --expiry-datehm/config-parse-expiry-dateHaaris Mehmood2017-11-181-0/+30
* Merge branch 'js/alias-case-sensitivity'Junio C Hamano2017-07-201-0/+7
|\
| * alias: compare alias name *case-insensitively*js/alias-case-sensitivityJohannes Schindelin2017-07-171-1/+1
| * t1300: demonstrate that CamelCased aliases regressedJohannes Schindelin2017-07-171-0/+7
* | Merge branch 'js/alias-early-config'Junio C Hamano2017-06-241-0/+6
|\ \ | |/
| * config: report correct line number upon errorJohannes Schindelin2017-06-151-0/+6
* | config: complain about --local outside of a git repoJeff King2017-05-151-1/+1
* | setup_git_env: convert die("BUG") to BUG()Jeff King2017-05-151-0/+6
|/
* Merge branch 'jc/config-case-cmdline-take-2'Junio C Hamano2017-03-101-0/+62
|\
| * config: use git_config_parse_key() in git_config_parse_parameter()jc/config-case-cmdline-take-2Junio C Hamano2017-02-231-0/+62
* | urlmatch: allow globbing for the URL host partps/urlmatch-wildcardPatrick Steinhardt2017-02-011-0/+72
* | urlmatch: include host in urlmatch rankingPatrick Steinhardt2017-02-011-0/+33
|/
* tests: use test_i18n* functions to suppress false positivesVasco Almeida2016-06-171-4/+4
* Merge branch 'jk/submodule-c-credential'Junio C Hamano2016-04-061-0/+14
|\
| * git_config_push_parameter: handle empty GIT_CONFIG_PARAMETERSJeff King2016-03-231-0/+14
* | Merge branch 'jk/config-get-urlmatch'Junio C Hamano2016-04-031-0/+3
|\ \
| * | config: fail if --get-urlmatch finds no valueJohn Keeping2016-02-281-0/+3
| |/
* | t1300: fix the new --show-origin tests on WindowsJohannes Schindelin2016-03-231-3/+6
* | t1300-repo-config: make it resilient to being run via 'sh -x'Johannes Schindelin2016-03-231-6/+2
* | config: add '--show-origin' option to print the origin of a config valuels/config-originLars Schneider2016-02-221-0/+147
* | config: add 'origin_type' to config_source structLars Schneider2016-02-221-1/+7
* | t: do not hide Git's exit code in tests using 'nul_to_q'Lars Schneider2016-02-171-2/+4
|/
* config: add '--name-only' option to list only variable namesSZEDER Gábor2015-08-101-0/+22
* t: fix moderate &&-chain breakageJeff King2015-03-201-1/+1
* t: fix severe &&-chain breakageJeff King2015-03-201-1/+1
* Merge branch 'jk/command-line-config-empty-string'Junio C Hamano2014-09-091-0/+11
|\
| * config: teach "git -c" to recognize an empty stringjk/command-line-config-empty-stringJunio C Hamano2014-08-051-0/+11
* | test prerequisites: eradicate NOT_FOOJunio C Hamano2014-07-211-3/+3
* | Merge branch 'ew/config-protect-mode'Junio C Hamano2014-06-031-0/+10
|\ \
| * | config: preserve config file permissions on editsew/config-protect-modeEric Wong2014-05-061-0/+10
| |/
* | Merge branch 'jk/tests-cleanup'Junio C Hamano2014-03-311-14/+14
|\ \
| * | t: prefer "git config --file" to GIT_CONFIGJeff King2014-03-211-10/+10
| * | t: prefer "git config --file" to GIT_CONFIG with test_must_failJeff King2014-03-211-4/+4
* | | Merge branch 'dt/tests-with-env-not-subshell'Junio C Hamano2014-03-311-13/+4
|\ \ \ | |/ /
| * | tests: use "env" to run commands with temporary env-var settingsdt/tests-with-env-not-subshellDavid Tran2014-03-191-13/+4
| |/
* | config: teach "git config --file -" to read from the standard inputks/config-file-stdinKirill A. Shutemov2014-02-181-2/+15
|/
* Merge branch 'jk/config-int-range-check'Junio C Hamano2013-09-121-3/+10
|\
| * git-config: always treat --int as 64-bit internallyJeff King2013-09-091-0/+7
| * config: make numeric parsing errors more clearJeff King2013-09-091-3/+3
* | config: "git config --get-urlmatch" parses section.<url>.keyJunio C Hamano2013-08-051-0/+25
|/
* t1300: document some aesthetic failures of the config editorJeff King2013-03-291-0/+35
* Merge branch 'jk/config-ignore-duplicates'Junio C Hamano2012-11-211-129/+187
|\
| * git-config: do not complain about duplicate entriesJeff King2012-10-241-2/+4
| * t1300: test "git config --get-all" more thoroughlyJeff King2012-10-241-2/+7
| * t1300: remove redundant testJeff King2012-10-241-4/+0
| * t1300: style updatesJeff King2012-10-241-123/+178
* | Merge branch 'cn/config-missing-path'Junio C Hamano2012-11-201-0/+5
|\ \ | |/ |/|
| * config: don't segfault when given --path with a missing valueCarlos Martín Nieto2012-11-151-0/+5
* | Fix tests under GETTEXT_POISON on parseoptJiang Xin2012-08-271-1/+1
|/