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
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
2020-11-20tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin
2020-09-09config: complain about --worktree outside of a git repoMatheus Tavares
2020-03-05Merge branch 'bc/wildcard-credential'Junio C Hamano
2020-02-21t1300: add test for urlmatch with multiple wildcardsbrian m. carlson
2020-02-10config: add '--show-scope' to print the scope of a config valueMatthew Rogers
2020-01-24t1300: create custom config file without special charactersMatthew Rogers
2020-01-24t1300: fix over-indented HERE-DOCsMatthew Rogers
2019-09-06t: use common $SQ variableDenton Liu
2019-02-14tests: avoid syntax triggering old dash bugÆvar Arnfjörð Bjarmason
2018-10-22t1300: extract and use test_cmp_config()Nguyễn Thái Ngọc Duy
2018-10-07t/*: fix ordering of expected/observed argumentsMatthew DeVore
2018-10-07tests: standardize pipe placementMatthew DeVore
2018-08-28Merge branch 'sg/test-must-be-empty'Junio C Hamano
2018-08-21tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>'SZEDER Gábor
2018-08-20Merge branch 'sb/config-write-fix'Junio C Hamano
2018-08-08config: fix case sensitive subsection names on writingStefan Beller
2018-08-01t1300: document current behavior of setting optionsStefan Beller
2018-07-03t: use sane_unset() rather than 'unset' with broken &&-chainEric Sunshine