summaryrefslogtreecommitdiffstats
path: root/t/t1300-config.sh (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ar/config-count-tests-updates'Junio C Hamano2023-05-151-11/+22
|\
| * t1300: add tests for missing keysAndrei Rybak2023-04-251-0/+17
| * t1300: check stderr for "ignores pairs" testsAndrei Rybak2023-04-251-4/+5
| * t1300: drop duplicate testAndrei Rybak2023-04-251-7/+0
* | Merge branch 'ar/test-cleanup-unused-file-creation-part2'Junio C Hamano2023-05-101-5/+5
|\ \
| * | t1300: don't create unused filesAndrei Rybak2023-05-031-3/+3
| * | t1300: fix config file syntax error descriptionsAndrei Rybak2023-05-031-2/+2
| |/
* | Sync with 2.38.5Johannes Schindelin2023-04-171-0/+30
|\ \ | |/ |/|
| * Sync with 2.36.6Johannes Schindelin2023-04-171-0/+30
| |\
| | * Sync with 2.35.8Johannes Schindelin2023-04-171-0/+30
| | |\
| | | * Sync with 2.34.8Johannes Schindelin2023-04-171-0/+30
| | | |\
| | | | * Sync with 2.31.8Johannes Schindelin2023-04-171-0/+30
| | | | |\
| | | | | * Sync with 2.30.9Johannes Schindelin2023-04-171-0/+30
| | | | | |\
| | | | | | * config.c: disallow overly-long lines in `copy_or_rename_section_in_file()`Taylor Blau2023-04-171-0/+10
| | | | | | * config: avoid fixed-sized buffer when renaming/deleting a sectionTaylor Blau2023-04-171-2/+2
| | | | | | * t1300: demonstrate failure when renaming sections with long linesTaylor Blau2023-04-171-0/+20
* | | | | | | config: require at least one digit when parsing numbersPhillip Wood2022-11-101-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-081-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-041-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-181-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-201-5/+5
| * | tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin2020-11-201-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