summaryrefslogtreecommitdiff
path: root/t/t1300-config.sh
AgeCommit message (Expand)Author
2021-01-25Merge branch 'ps/config-env-pairs'Junio C Hamano
2021-01-25Merge branch 'js/default-branch-name-tests-final-stretch'Junio C Hamano
2021-01-15config: allow specifying config entries via envvar pairsPatrick Steinhardt
2021-01-15config: store "git -c" variables using more robust formatPatrick Steinhardt
2021-01-15config: parse more robust format in GIT_CONFIG_PARAMETERSJeff King
2021-01-12config: add new way to pass config via `--config-env`Patrick Steinhardt
2021-01-04t1300: don't needlessly work with `core.foo` configsMartin Ågren
2021-01-04t1300: remove duplicate test for `--file no-such-file`Martin Ågren
2021-01-04t1300: remove duplicate test for `--file ../foo`Martin Ågren
2020-11-25config: implement --fixed-value with --get*Derrick Stolee
2020-11-25config: plumb --fixed-value into config APIDerrick Stolee
2020-11-25config: add --fixed-value option, un-implementedDerrick Stolee
2020-11-25t1300: add test for --replace-all with value-patternDerrick Stolee
2020-11-25t1300: test "set all" mode with value-patternDerrick Stolee
2020-11-19t[01]*: adjust the references to the default branch name "main"Johannes Schindelin
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin
2020-09-09config: complain about --worktree outside of a git repoMatheus Tavares
2020-03-05Merge branch 'bc/wildcard-credential'Junio C Hamano
2020-02-20t1300: add test for urlmatch with multiple wildcardsbrian m. carlson
2020-02-10config: add '--show-scope' to print the scope of a config valueMatthew Rogers
2020-01-24t1300: create custom config file without special charactersMatthew Rogers
2020-01-24t1300: fix over-indented HERE-DOCsMatthew Rogers
2019-09-06t: use common $SQ variableDenton Liu
2019-02-13tests: avoid syntax triggering old dash bugÆvar Arnfjörð Bjarmason
2018-10-22t1300: extract and use test_cmp_config()Nguyễn Thái Ngọc Duy
2018-10-06t/*: fix ordering of expected/observed argumentsMatthew DeVore
2018-10-06tests: standardize pipe placementMatthew DeVore
2018-08-27Merge branch 'sg/test-must-be-empty'Junio C Hamano
2018-08-21tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>'SZEDER Gábor
2018-08-20Merge branch 'sb/config-write-fix'Junio C Hamano
2018-08-08config: fix case sensitive subsection names on writingStefan Beller
2018-08-01t1300: document current behavior of setting optionsStefan Beller
2018-07-03t: use sane_unset() rather than 'unset' with broken &&-chainEric Sunshine
2018-05-08Merge branch 'tb/config-default'Junio C Hamano
2018-05-08Merge branch 'tb/config-type'Junio C Hamano
2018-05-08Merge branch 'js/empty-config-section-fix'Junio C Hamano
2018-04-09git_config_set: reuse empty sectionsJohannes Schindelin
2018-04-09git config --unset: remove empty sections (in the common case)Johannes Schindelin
2018-04-09t1300: `--unset-all` can leave an empty section behind (bug)Johannes Schindelin
2018-04-09t1300: add a few more hairy examples of sections becoming emptyJohannes Schindelin
2018-04-05t1300: remove unreasonable expectation from TODOJohannes Schindelin
2018-04-05t1300: avoid relying on a bugJohannes Schindelin
2018-04-05config --replace-all: avoid extra line breaksJohannes Schindelin
2018-04-05t1300: demonstrate that --replace-all can "invent" newlinesJohannes Schindelin
2018-04-05t1300: rename it to reflect that `repo-config` was deprecatedJohannes Schindelin