summaryrefslogtreecommitdiff
path: root/t/t1300-config.sh
AgeCommit message (Expand)AuthorFilesLines
2026-07-30Merge branch 'jt/config-lock-timeout'Junio C Hamano1-0/+17
2026-07-19Merge branch 'mm/test-grep-lint'Junio C Hamano1-8/+8
2026-07-06t: convert grep assertions to test_grepMichael Montalbo1-8/+8
2026-06-15Merge branch 'hn/config-typo-advice'Junio C Hamano1-0/+56
2026-06-03config: improve diagnostic for "set" with missing valueHarald Nordgren1-0/+56
2026-05-18config: retry acquiring config.lock, configurable via core.configLockTimeoutJörg Thalheim1-0/+17
2026-04-27t1300: remove global config settings injected by test-lib.shJohannes Schindelin1-0/+7
2026-02-23config: format colors quietlyDerrick Stolee1-10/+1
2026-02-23config: format expiry dates quietlyDerrick Stolee1-10/+1
2026-02-23config: format paths gentlyDerrick Stolee1-2/+1
2026-02-23config: format bools or ints gentlyDerrick Stolee1-1/+3
2026-02-23config: format bools gentlyDerrick Stolee1-1/+3
2026-02-23config: format int64s gentlyDerrick Stolee1-1/+3
2026-02-23config: make 'git config list --type=<X>' workDerrick Stolee1-1/+96
2026-01-05t1300: use test helpers instead of `test` commandPushkar Singh1-4/+4
2025-09-22builtin/config: do not spawn pager when printing color codesPatrick Steinhardt1-0/+9
2025-09-22builtin/config: special-case retrieving colors without a keyPatrick Steinhardt1-0/+11
2025-09-22t1300: small style fixupsPatrick Steinhardt1-14/+24
2025-09-22t1300: write test expectations in the test's bodyPatrick Steinhardt1-163/+128
2025-05-28Sync with 2.47.3Taylor Blau1-0/+11
2025-05-28Sync with 2.45.4Taylor Blau1-0/+11
2025-05-28Sync with 2.44.4Taylor Blau1-0/+11
2025-05-28Sync with 2.43.7Taylor Blau1-0/+11
2025-05-23config: quote values containing CR characterJustin Tobler1-0/+11
2024-11-21t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt1-1/+0
2024-08-26Merge branch 'tb/config-fixed-value-with-valueless-true' into maint-2.46Junio C Hamano1-0/+9
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