summaryrefslogtreecommitdiff
path: root/t/t1300-config.sh
AgeCommit message (Expand)AuthorFilesLines
2021-02-17Merge branch 'ak/config-bad-bool-error'Libravatar Junio C Hamano1-0/+7
2021-02-11config: improve error message for boolean configLibravatar Andrew Klotz1-0/+7
2021-01-25Merge branch 'ps/config-env-pairs'Libravatar Junio C Hamano1-1/+222
2021-01-25Merge branch 'js/default-branch-name-tests-final-stretch'Libravatar Junio C Hamano1-4/+7
2021-01-15config: allow specifying config entries via envvar pairsLibravatar Patrick Steinhardt1-1/+114
2021-01-15config: store "git -c" variables using more robust formatLibravatar Patrick Steinhardt1-0/+8
2021-01-15config: parse more robust format in GIT_CONFIG_PARAMETERSLibravatar Jeff King1-0/+52
2021-01-12config: add new way to pass config via `--config-env`Libravatar Patrick Steinhardt1-0/+48
2021-01-04t1300: don't needlessly work with `core.foo` configsLibravatar Martin Ågren1-30/+30
2021-01-04t1300: remove duplicate test for `--file no-such-file`Libravatar Martin Ågren1-6/+2
2021-01-04t1300: remove duplicate test for `--file ../foo`Libravatar Martin Ågren1-4/+0
2020-11-25config: implement --fixed-value with --get*Libravatar Derrick Stolee1-0/+22
2020-11-25config: plumb --fixed-value into config APILibravatar Derrick Stolee1-0/+50
2020-11-25config: add --fixed-value option, un-implementedLibravatar Derrick Stolee1-0/+24
2020-11-25t1300: add test for --replace-all with value-patternLibravatar Derrick Stolee1-0/+14
2020-11-25t1300: test "set all" mode with value-patternLibravatar Derrick Stolee1-0/+39
2020-11-19t[01]*: adjust the references to the default branch name "main"Libravatar Johannes Schindelin1-5/+5
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Libravatar Johannes Schindelin1-0/+3
2020-09-09config: complain about --worktree outside of a git repoLibravatar Matheus Tavares1-5/+8
2020-03-05Merge branch 'bc/wildcard-credential'Libravatar Junio C Hamano1-0/+6
2020-02-20t1300: add test for urlmatch with multiple wildcardsLibravatar brian m. carlson1-0/+6
2020-02-10config: add '--show-scope' to print the scope of a config valueLibravatar Matthew Rogers1-0/+59
2020-01-24t1300: create custom config file without special charactersLibravatar Matthew Rogers1-5/+10
2020-01-24t1300: fix over-indented HERE-DOCsLibravatar Matthew Rogers1-84/+84
2019-09-06t: use common $SQ variableLibravatar Denton Liu1-5/+4
2019-02-13tests: avoid syntax triggering old dash bugLibravatar Ævar Arnfjörð Bjarmason1-0/+1
2018-10-22t1300: extract and use test_cmp_config()Libravatar Nguyễn Thái Ngọc Duy1-60/+19
2018-10-07t/*: fix ordering of expected/observed argumentsLibravatar Matthew DeVore1-2/+2
2018-10-07tests: standardize pipe placementLibravatar Matthew DeVore1-2/+3
2018-08-27Merge branch 'sg/test-must-be-empty'Libravatar Junio C Hamano1-4/+1
2018-08-21tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>'Libravatar SZEDER Gábor1-4/+1
2018-08-20Merge branch 'sb/config-write-fix'Libravatar Junio C Hamano1-0/+87
2018-08-08config: fix case sensitive subsection names on writingLibravatar Stefan Beller1-0/+1
2018-08-01t1300: document current behavior of setting optionsLibravatar Stefan Beller1-0/+86
2018-07-03t: use sane_unset() rather than 'unset' with broken &&-chainLibravatar Eric Sunshine1-1/+1
2018-05-08Merge branch 'tb/config-default'Libravatar Junio C Hamano1-0/+30
2018-05-08Merge branch 'tb/config-type'Libravatar Junio C Hamano1-1/+64
2018-05-08Merge branch 'js/empty-config-section-fix'Libravatar Junio C Hamano1-0/+1710
2018-04-09git_config_set: reuse empty sectionsLibravatar Johannes Schindelin1-1/+1
2018-04-09git config --unset: remove empty sections (in the common case)Libravatar Johannes Schindelin1-2/+2
2018-04-09t1300: `--unset-all` can leave an empty section behind (bug)Libravatar Johannes Schindelin1-0/+11
2018-04-09t1300: add a few more hairy examples of sections becoming emptyLibravatar Johannes Schindelin1-1/+44
2018-04-06t1300: remove unreasonable expectation from TODOLibravatar Johannes Schindelin1-1/+20
2018-04-06t1300: avoid relying on a bugLibravatar Johannes Schindelin1-0/+2
2018-04-06config --replace-all: avoid extra line breaksLibravatar Johannes Schindelin1-1/+1
2018-04-06t1300: demonstrate that --replace-all can "invent" newlinesLibravatar Johannes Schindelin1-0/+21
2018-04-06t1300: rename it to reflect that `repo-config` was deprecatedLibravatar Johannes Schindelin1-0/+1591