aboutsummaryrefslogtreecommitdiffstats
path: root/t/t1300-config.sh (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-11-21t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt1-1/+0
2024-08-14Merge branch 'tb/config-fixed-value-with-valueless-true'Junio C Hamano1-0/+9
2024-08-01config.c: avoid segfault with --fixed-value and valueless configTaylor Blau1-0/+9
2024-05-15builtin/config: check for writeability after source is set upPatrick Steinhardt1-0/+6
2024-05-15builtin/config: stop printing full usage on misusePatrick Steinhardt1-1/+2
2024-05-06builtin/config: introduce "edit" subcommandPatrick Steinhardt1-3/+3
2024-05-06builtin/config: introduce "remove-section" subcommandPatrick Steinhardt1-2/+2
2024-05-06builtin/config: introduce "rename-section" subcommandPatrick Steinhardt1-11/+11
2024-05-06builtin/config: introduce "unset" subcommandPatrick Steinhardt1-15/+29
2024-05-06builtin/config: introduce "set" subcommandPatrick Steinhardt1-49/+53
2024-05-06builtin/config: introduce "get" subcommandPatrick Steinhardt1-42/+89
2024-05-06builtin/config: introduce "list" subcommandPatrick Steinhardt1-45/+65
2024-05-06builtin/config: use `OPT_CMDMODE()` to specify modesPatrick Steinhardt1-0/+13
2024-04-05Merge branch 'rs/config-comment'Junio C Hamano1-2/+20
2024-04-01Merge branch 'ds/config-internal-whitespace-fix'Junio C Hamano1-3/+111
2024-03-21t1300: add more tests for whitespace and inline commentsDragan Simic1-3/+111
2024-03-15config: allow tweaking whitespace between value and commentJunio C Hamano1-0/+6
2024-03-15config: fix --comment formattingJunio C Hamano1-4/+5
2024-03-15config: add --comment option to add a commentRalph Seichter1-2/+13
2024-01-29t1300: make tests more robust with non-default ref backendsPatrick Steinhardt1-28/+50
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano1-22/+22
2023-06-28config.c: pass ctx with CLI configGlen Choo1-0/+27
2023-05-15Merge branch 'ar/config-count-tests-updates'Junio C Hamano1-11/+22
2023-05-10Merge branch 'ar/test-cleanup-unused-file-creation-part2'Junio C Hamano1-5/+5
2023-05-03t1300: don't create unused filesAndrei Rybak1-3/+3
2023-05-03t1300: fix config file syntax error descriptionsAndrei Rybak1-2/+2
2023-04-24t1300: add tests for missing keysAndrei Rybak1-0/+17
2023-04-24t1300: check stderr for "ignores pairs" testsAndrei Rybak1-4/+5
2023-04-24t1300: drop duplicate testAndrei Rybak1-7/+0
2023-04-17Sync with 2.38.5Johannes Schindelin1-0/+30
2023-04-17Sync with 2.36.6Johannes Schindelin1-0/+30
2023-04-17Sync with 2.35.8Johannes Schindelin1-0/+30
2023-04-17Sync with 2.34.8Johannes Schindelin1-0/+30
2023-04-17Sync with 2.31.8Johannes Schindelin1-0/+30
2023-04-17Sync with 2.30.9Johannes Schindelin1-0/+30
2023-04-17config.c: disallow overly-long lines in `copy_or_rename_section_in_file()`Taylor Blau1-0/+10
2023-04-17config: avoid fixed-sized buffer when renaming/deleting a sectionTaylor Blau1-2/+2
2023-04-17t1300: demonstrate failure when renaming sections with long linesTaylor Blau1-0/+20
2022-11-09config: require at least one digit when parsing numbersPhillip Wood1-0/+6
2022-06-30config tests: fix harmless but broken "rm -r" cleanupÆvar Arnfjörð Bjarmason1-2/+3
2022-06-07config: document and test the 'worktree' scopeGlen Choo1-0/+9
2022-02-09Merge branch 'jt/conditional-config-on-remote-url'Junio C Hamano1-0/+118
2022-01-18config: include file if remote URL matches a globJonathan Tan1-0/+118
2022-01-03Merge branch 'es/test-chain-lint'Junio C Hamano1-3/+3
2021-12-13t0000-t3999: detect and signal failure within loopEric Sunshine1-1/+1
2021-12-13tests: fix broken &&-chains in `{...}` groupsEric Sunshine1-1/+1
2021-12-13tests: fix broken &&-chains in compound statementsEric Sunshine1-1/+1
2021-11-01leak tests: mark some config tests as passing with SANITIZE=leakÆvar Arnfjörð Bjarmason1-0/+1
2021-05-07Merge branch 'ps/config-global-override'Junio C Hamano1-0/+85
2021-05-07Merge branch 'ps/config-env-option-with-separate-value'Junio C Hamano1-1/+14