Age | Commit message (Expand) | Author | Files | Lines |
2021-02-17 | Merge branch 'ak/config-bad-bool-error' | Junio C Hamano | 1 | -0/+7 |
2021-02-11 | config: improve error message for boolean config | Andrew Klotz | 1 | -0/+7 |
2021-01-25 | Merge branch 'ps/config-env-pairs' | Junio C Hamano | 1 | -1/+222 |
2021-01-25 | Merge branch 'js/default-branch-name-tests-final-stretch' | Junio C Hamano | 1 | -4/+7 |
2021-01-15 | config: allow specifying config entries via envvar pairs | Patrick Steinhardt | 1 | -1/+114 |
2021-01-15 | config: store "git -c" variables using more robust format | Patrick Steinhardt | 1 | -0/+8 |
2021-01-15 | config: parse more robust format in GIT_CONFIG_PARAMETERS | Jeff King | 1 | -0/+52 |
2021-01-12 | config: add new way to pass config via `--config-env` | Patrick Steinhardt | 1 | -0/+48 |
2021-01-04 | t1300: don't needlessly work with `core.foo` configs | Martin Ågren | 1 | -30/+30 |
2021-01-04 | t1300: remove duplicate test for `--file no-such-file` | Martin Ågren | 1 | -6/+2 |
2021-01-04 | t1300: remove duplicate test for `--file ../foo` | Martin Ågren | 1 | -4/+0 |
2020-11-25 | config: implement --fixed-value with --get* | Derrick Stolee | 1 | -0/+22 |
2020-11-25 | config: plumb --fixed-value into config API | Derrick Stolee | 1 | -0/+50 |
2020-11-25 | config: add --fixed-value option, un-implemented | Derrick Stolee | 1 | -0/+24 |
2020-11-25 | t1300: add test for --replace-all with value-pattern | Derrick Stolee | 1 | -0/+14 |
2020-11-25 | t1300: test "set all" mode with value-pattern | Derrick Stolee | 1 | -0/+39 |
2020-11-19 | t[01]*: adjust the references to the default branch name "main" | Johannes Schindelin | 1 | -5/+5 |
2020-11-19 | tests: mark tests relying on the current default for `init.defaultBranch` | Johannes Schindelin | 1 | -0/+3 |
2020-09-09 | config: complain about --worktree outside of a git repo | Matheus Tavares | 1 | -5/+8 |
2020-03-05 | Merge branch 'bc/wildcard-credential' | Junio C Hamano | 1 | -0/+6 |
2020-02-20 | t1300: add test for urlmatch with multiple wildcards | brian m. carlson | 1 | -0/+6 |
2020-02-10 | config: add '--show-scope' to print the scope of a config value | Matthew Rogers | 1 | -0/+59 |
2020-01-24 | t1300: create custom config file without special characters | Matthew Rogers | 1 | -5/+10 |
2020-01-24 | t1300: fix over-indented HERE-DOCs | Matthew Rogers | 1 | -84/+84 |
2019-09-06 | t: use common $SQ variable | Denton Liu | 1 | -5/+4 |
2019-02-13 | tests: avoid syntax triggering old dash bug | Ævar Arnfjörð Bjarmason | 1 | -0/+1 |
2018-10-22 | t1300: extract and use test_cmp_config() | Nguyễn Thái Ngọc Duy | 1 | -60/+19 |
2018-10-07 | t/*: fix ordering of expected/observed arguments | Matthew DeVore | 1 | -2/+2 |
2018-10-07 | tests: standardize pipe placement | Matthew DeVore | 1 | -2/+3 |
2018-08-27 | Merge branch 'sg/test-must-be-empty' | Junio C Hamano | 1 | -4/+1 |
2018-08-21 | tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>' | SZEDER Gábor | 1 | -4/+1 |
2018-08-20 | Merge branch 'sb/config-write-fix' | Junio C Hamano | 1 | -0/+87 |
2018-08-08 | config: fix case sensitive subsection names on writing | Stefan Beller | 1 | -0/+1 |
2018-08-01 | t1300: document current behavior of setting options | Stefan Beller | 1 | -0/+86 |
2018-07-03 | t: use sane_unset() rather than 'unset' with broken &&-chain | Eric Sunshine | 1 | -1/+1 |
2018-05-08 | Merge branch 'tb/config-default' | Junio C Hamano | 1 | -0/+30 |
2018-05-08 | Merge branch 'tb/config-type' | Junio C Hamano | 1 | -1/+64 |
2018-05-08 | Merge branch 'js/empty-config-section-fix' | Junio C Hamano | 1 | -0/+1710 |
2018-04-09 | git_config_set: reuse empty sections | Johannes Schindelin | 1 | -1/+1 |
2018-04-09 | git config --unset: remove empty sections (in the common case) | Johannes Schindelin | 1 | -2/+2 |
2018-04-09 | t1300: `--unset-all` can leave an empty section behind (bug) | Johannes Schindelin | 1 | -0/+11 |
2018-04-09 | t1300: add a few more hairy examples of sections becoming empty | Johannes Schindelin | 1 | -1/+44 |
2018-04-06 | t1300: remove unreasonable expectation from TODO | Johannes Schindelin | 1 | -1/+20 |
2018-04-06 | t1300: avoid relying on a bug | Johannes Schindelin | 1 | -0/+2 |
2018-04-06 | config --replace-all: avoid extra line breaks | Johannes Schindelin | 1 | -1/+1 |
2018-04-06 | t1300: demonstrate that --replace-all can "invent" newlines | Johannes Schindelin | 1 | -0/+21 |
2018-04-06 | t1300: rename it to reflect that `repo-config` was deprecated | Johannes Schindelin | 1 | -0/+1591 |