summaryrefslogtreecommitdiff
path: root/t/t1300-config.sh
Commit message (Expand)AuthorAgeFilesLines
* config: require at least one digit when parsing numbersPhillip Wood2022-11-091-0/+6
* config tests: fix harmless but broken "rm -r" cleanupÆvar Arnfjörð Bjarmason2022-06-301-2/+3
* config: document and test the 'worktree' scopeGlen Choo2022-06-071-0/+9
* Merge branch 'jt/conditional-config-on-remote-url'Junio C Hamano2022-02-091-0/+118
|\
| * config: include file if remote URL matches a globJonathan Tan2022-01-181-0/+118
* | Merge branch 'es/test-chain-lint'Junio C Hamano2022-01-031-3/+3
|\ \
| * | t0000-t3999: detect and signal failure within loopEric Sunshine2021-12-131-1/+1
| * | tests: fix broken &&-chains in `{...}` groupsEric Sunshine2021-12-131-1/+1
| * | tests: fix broken &&-chains in compound statementsEric Sunshine2021-12-131-1/+1
| |/
* | leak tests: mark some config tests as passing with SANITIZE=leakÆvar Arnfjörð Bjarmason2021-11-011-0/+1
|/
* Merge branch 'ps/config-global-override'Junio C Hamano2021-05-071-0/+85
|\
| * t1300: fix unset of GIT_CONFIG_NOSYSTEM leaking into subsequent testsPatrick Steinhardt2021-04-271-4/+3
| * config: allow overriding of global and system configurationPatrick Steinhardt2021-04-191-0/+86
* | Merge branch 'ps/config-env-option-with-separate-value'Junio C Hamano2021-05-071-1/+14
|\ \ | |/ |/|
| * git: support separate arg for `--config-env`'s valuePatrick Steinhardt2021-04-301-1/+14
* | Merge branch 'ak/config-bad-bool-error'Junio C Hamano2021-02-171-0/+7
|\ \
| * | config: improve error message for boolean configAndrew Klotz2021-02-111-0/+7
* | | Merge branch 'ps/config-env-pairs'Junio C Hamano2021-01-251-1/+222
|\ \ \ | | |/ | |/|
| * | config: allow specifying config entries via envvar pairsPatrick Steinhardt2021-01-151-1/+114
| * | config: store "git -c" variables using more robust formatPatrick Steinhardt2021-01-151-0/+8
| * | config: parse more robust format in GIT_CONFIG_PARAMETERSJeff King2021-01-151-0/+52
| * | config: add new way to pass config via `--config-env`Patrick Steinhardt2021-01-121-0/+48
* | | Merge branch 'js/default-branch-name-tests-final-stretch'Junio C Hamano2021-01-251-4/+7
|\ \ \ | |_|/ |/| |
| * | t[01]*: adjust the references to the default branch name "main"Johannes Schindelin2020-11-191-5/+5
| * | tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin2020-11-191-0/+3
| |/
* | t1300: don't needlessly work with `core.foo` configsMartin Ågren2021-01-041-30/+30
* | t1300: remove duplicate test for `--file no-such-file`Martin Ågren2021-01-041-6/+2
* | t1300: remove duplicate test for `--file ../foo`Martin Ågren2021-01-041-4/+0
* | config: implement --fixed-value with --get*Derrick Stolee2020-11-251-0/+22
* | config: plumb --fixed-value into config APIDerrick Stolee2020-11-251-0/+50
* | config: add --fixed-value option, un-implementedDerrick Stolee2020-11-251-0/+24
* | t1300: add test for --replace-all with value-patternDerrick Stolee2020-11-251-0/+14
* | t1300: test "set all" mode with value-patternDerrick Stolee2020-11-251-0/+39
|/
* config: complain about --worktree outside of a git repoMatheus Tavares2020-09-091-5/+8
* Merge branch 'bc/wildcard-credential'Junio C Hamano2020-03-051-0/+6
|\
| * t1300: add test for urlmatch with multiple wildcardsbrian m. carlson2020-02-201-0/+6
* | config: add '--show-scope' to print the scope of a config valueMatthew Rogers2020-02-101-0/+59
* | t1300: create custom config file without special charactersMatthew Rogers2020-01-241-5/+10
* | t1300: fix over-indented HERE-DOCsMatthew Rogers2020-01-241-84/+84
|/
* t: use common $SQ variableDenton Liu2019-09-061-5/+4
* tests: avoid syntax triggering old dash bugÆvar Arnfjörð Bjarmason2019-02-131-0/+1
* t1300: extract and use test_cmp_config()Nguyễn Thái Ngọc Duy2018-10-221-60/+19
* t/*: fix ordering of expected/observed argumentsMatthew DeVore2018-10-071-2/+2
* tests: standardize pipe placementMatthew DeVore2018-10-071-2/+3
* Merge branch 'sg/test-must-be-empty'Junio C Hamano2018-08-271-4/+1
|\
| * tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>'SZEDER Gábor2018-08-211-4/+1
* | Merge branch 'sb/config-write-fix'Junio C Hamano2018-08-201-0/+87
|\ \
| * | config: fix case sensitive subsection names on writingStefan Beller2018-08-081-0/+1
| * | t1300: document current behavior of setting optionsStefan Beller2018-08-011-0/+86
* | | t: use sane_unset() rather than 'unset' with broken &&-chainEric Sunshine2018-07-031-1/+1
| |/ |/|