summaryrefslogtreecommitdiffstats
path: root/t/t1300-config.sh (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'tb/config-fixed-value-with-valueless-true'Junio C Hamano2024-08-141-0/+9
|\
| * config.c: avoid segfault with --fixed-value and valueless configTaylor Blau2024-08-011-0/+9
* | builtin/config: check for writeability after source is set upPatrick Steinhardt2024-05-151-0/+6
* | builtin/config: stop printing full usage on misusePatrick Steinhardt2024-05-151-1/+2
* | builtin/config: introduce "edit" subcommandPatrick Steinhardt2024-05-061-3/+3
* | builtin/config: introduce "remove-section" subcommandPatrick Steinhardt2024-05-061-2/+2
* | builtin/config: introduce "rename-section" subcommandPatrick Steinhardt2024-05-061-11/+11
* | builtin/config: introduce "unset" subcommandPatrick Steinhardt2024-05-061-15/+29
* | builtin/config: introduce "set" subcommandPatrick Steinhardt2024-05-061-49/+53
* | builtin/config: introduce "get" subcommandPatrick Steinhardt2024-05-061-42/+89
* | builtin/config: introduce "list" subcommandPatrick Steinhardt2024-05-061-45/+65
* | builtin/config: use `OPT_CMDMODE()` to specify modesPatrick Steinhardt2024-05-061-0/+13
* | Merge branch 'rs/config-comment'Junio C Hamano2024-04-051-2/+20
|\ \
| * | config: allow tweaking whitespace between value and commentJunio C Hamano2024-03-161-0/+6
| * | config: fix --comment formattingJunio C Hamano2024-03-161-4/+5
| * | config: add --comment option to add a commentRalph Seichter2024-03-151-2/+13
* | | Merge branch 'ds/config-internal-whitespace-fix'Junio C Hamano2024-04-011-3/+111
|\ \ \ | |/ / |/| |
| * | t1300: add more tests for whitespace and inline commentsDragan Simic2024-03-211-3/+111
* | | t1300: make tests more robust with non-default ref backendsPatrick Steinhardt2024-01-291-28/+50
* | | tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano2023-11-021-22/+22
|/ /
* | config.c: pass ctx with CLI configGlen Choo2023-06-281-0/+27
* | 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
| |/ /