summary refs log tree commit diff
path: root/t/t1300-config.sh
AgeCommit message (Expand)AuthorFilesLines
2022-02-09Merge branch 'jt/conditional-config-on-remote-url'Junio C Hamano1-0/+118
2022-01-18config: include file if remote URL matches a globJonathan Tan1-0/+118
2022-01-03Merge branch 'es/test-chain-lint'Junio C Hamano1-3/+3
2021-12-13t0000-t3999: detect and signal failure within loopEric Sunshine1-1/+1
2021-12-13tests: fix broken &&-chains in `{...}` groupsEric Sunshine1-1/+1
2021-12-13tests: fix broken &&-chains in compound statementsEric Sunshine1-1/+1
2021-11-01leak tests: mark some config tests as passing with SANITIZE=leakÆvar Arnfjörð Bjarmason1-0/+1
2021-05-07Merge branch 'ps/config-global-override'Junio C Hamano1-0/+85
2021-05-07Merge branch 'ps/config-env-option-with-separate-value'Junio C Hamano1-1/+14
2021-04-30git: support separate arg for `--config-env`'s valuePatrick Steinhardt1-1/+14
2021-04-27t1300: fix unset of GIT_CONFIG_NOSYSTEM leaking into subsequent testsPatrick Steinhardt1-4/+3
2021-04-19config: allow overriding of global and system configurationPatrick Steinhardt1-0/+86
2021-02-17Merge branch 'ak/config-bad-bool-error'Junio C Hamano1-0/+7
2021-02-11config: improve error message for boolean configAndrew Klotz1-0/+7
2021-01-25Merge branch 'ps/config-env-pairs'Junio C Hamano1-1/+222
2021-01-25Merge branch 'js/default-branch-name-tests-final-stretch'Junio C Hamano1-4/+7
2021-01-15config: allow specifying config entries via envvar pairsPatrick Steinhardt1-1/+114
2021-01-15config: store "git -c" variables using more robust formatPatrick Steinhardt1-0/+8
2021-01-15config: parse more robust format in GIT_CONFIG_PARAMETERSJeff King1-0/+52
2021-01-12config: add new way to pass config via `--config-env`Patrick Steinhardt1-0/+48
2021-01-04t1300: don't needlessly work with `core.foo` configsMartin Ågren1-30/+30
2021-01-04t1300: remove duplicate test for `--file no-such-file`Martin Ågren1-6/+2
2021-01-04t1300: remove duplicate test for `--file ../foo`Martin Ågren1-4/+0
2020-11-25config: implement --fixed-value with --get*Derrick Stolee1-0/+22
2020-11-25config: plumb --fixed-value into config APIDerrick Stolee1-0/+50
2020-11-25config: add --fixed-value option, un-implementedDerrick Stolee1-0/+24
2020-11-25t1300: add test for --replace-all with value-patternDerrick Stolee1-0/+14
2020-11-25t1300: test "set all" mode with value-patternDerrick Stolee1-0/+39
2020-11-19t[01]*: adjust the references to the default branch name "main"Johannes Schindelin1-5/+5
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin1-0/+3
2020-09-09config: complain about --worktree outside of a git repoMatheus Tavares1-5/+8
2020-03-05Merge branch 'bc/wildcard-credential'Junio C Hamano1-0/+6
2020-02-20t1300: add test for urlmatch with multiple wildcardsbrian m. carlson1-0/+6
2020-02-10config: add '--show-scope' to print the scope of a config valueMatthew Rogers1-0/+59
2020-01-24t1300: create custom config file without special charactersMatthew Rogers1-5/+10
2020-01-24t1300: fix over-indented HERE-DOCsMatthew Rogers1-84/+84
2019-09-06t: use common $SQ variableDenton Liu1-5/+4
2019-02-13tests: avoid syntax triggering old dash bugÆvar Arnfjörð Bjarmason1-0/+1
2018-10-22t1300: extract and use test_cmp_config()Nguyễn Thái Ngọc Duy1-60/+19
2018-10-07t/*: fix ordering of expected/observed argumentsMatthew DeVore1-2/+2
2018-10-07tests: standardize pipe placementMatthew DeVore1-2/+3
2018-08-27Merge branch 'sg/test-must-be-empty'Junio C Hamano1-4/+1
2018-08-21tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>'SZEDER Gábor1-4/+1
2018-08-20Merge branch 'sb/config-write-fix'Junio C Hamano1-0/+87
2018-08-08config: fix case sensitive subsection names on writingStefan Beller1-0/+1
2018-08-01t1300: document current behavior of setting optionsStefan Beller1-0/+86
2018-07-03t: use sane_unset() rather than 'unset' with broken &&-chainEric Sunshine1-1/+1
2018-05-08Merge branch 'tb/config-default'Junio C Hamano1-0/+30
2018-05-08Merge branch 'tb/config-type'Junio C Hamano1-1/+64
2018-05-08Merge branch 'js/empty-config-section-fix'Junio C Hamano1-0/+1710