Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano
2023-06-29config.c: pass ctx with CLI configGlen Choo
2023-05-15Merge branch 'ar/config-count-tests-updates'Junio C Hamano
2023-05-10Merge branch 'ar/test-cleanup-unused-file-creation-part2'Junio C Hamano
2023-05-03t1300: don't create unused filesAndrei Rybak
2023-05-03t1300: fix config file syntax error descriptionsAndrei Rybak
2023-04-25t1300: add tests for missing keysAndrei Rybak
2023-04-25t1300: check stderr for "ignores pairs" testsAndrei Rybak
2023-04-25t1300: drop duplicate testAndrei Rybak
2023-04-17Sync with 2.38.5Johannes Schindelin
2023-04-17Sync with 2.36.6Johannes Schindelin
2023-04-17Sync with 2.35.8Johannes Schindelin
2023-04-17Sync with 2.34.8Johannes Schindelin
2023-04-17Sync with 2.31.8Johannes Schindelin
2023-04-17Sync with 2.30.9Johannes Schindelin
2023-04-17config.c: disallow overly-long lines in `copy_or_rename_section_in_file()`Taylor Blau
2023-04-17config: avoid fixed-sized buffer when renaming/deleting a sectionTaylor Blau
2023-04-17t1300: demonstrate failure when renaming sections with long linesTaylor Blau
2022-11-10config: require at least one digit when parsing numbersPhillip Wood
2022-06-30config tests: fix harmless but broken "rm -r" cleanupÆvar Arnfjörð Bjarmason
2022-06-08config: document and test the 'worktree' scopeGlen Choo
2022-02-10Merge branch 'jt/conditional-config-on-remote-url'Junio C Hamano
2022-01-19config: include file if remote URL matches a globJonathan Tan
2022-01-04Merge branch 'es/test-chain-lint'Junio C Hamano
2021-12-13t0000-t3999: detect and signal failure within loopEric Sunshine
2021-12-13tests: fix broken &&-chains in `{...}` groupsEric Sunshine
2021-12-13tests: fix broken &&-chains in compound statementsEric Sunshine
2021-11-01leak tests: mark some config tests as passing with SANITIZE=leakÆvar Arnfjörð Bjarmason
2021-05-07Merge branch 'ps/config-global-override'Junio C Hamano
2021-05-07Merge branch 'ps/config-env-option-with-separate-value'Junio C Hamano
2021-04-30git: support separate arg for `--config-env`'s valuePatrick Steinhardt
2021-04-27t1300: fix unset of GIT_CONFIG_NOSYSTEM leaking into subsequent testsPatrick Steinhardt
2021-04-20config: allow overriding of global and system configurationPatrick Steinhardt
2021-02-18Merge branch 'ak/config-bad-bool-error'Junio C Hamano
2021-02-12config: improve error message for boolean configAndrew Klotz
2021-01-26Merge branch 'ps/config-env-pairs'Junio C Hamano
2021-01-26Merge branch 'js/default-branch-name-tests-final-stretch'Junio C Hamano
2021-01-16config: allow specifying config entries via envvar pairsPatrick Steinhardt
2021-01-16config: store "git -c" variables using more robust formatPatrick Steinhardt
2021-01-16config: parse more robust format in GIT_CONFIG_PARAMETERSJeff King
2021-01-12config: add new way to pass config via `--config-env`Patrick Steinhardt
2021-01-04t1300: don't needlessly work with `core.foo` configsMartin Ågren
2021-01-04t1300: remove duplicate test for `--file no-such-file`Martin Ågren
2021-01-04t1300: remove duplicate test for `--file ../foo`Martin Ågren
2020-11-26config: implement --fixed-value with --get*Derrick Stolee
2020-11-26config: plumb --fixed-value into config APIDerrick Stolee
2020-11-26config: add --fixed-value option, un-implementedDerrick Stolee
2020-11-26t1300: add test for --replace-all with value-patternDerrick Stolee
2020-11-26t1300: test "set all" mode with value-patternDerrick Stolee
2020-11-20t[01]*: adjust the references to the default branch name "main"Johannes Schindelin