index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
t
/
t1300-config.sh
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
config tests: fix harmless but broken "rm -r" cleanup
Ævar Arnfjörð Bjarmason
2022-06-30
1
-2
/
+3
*
config: document and test the 'worktree' scope
Glen Choo
2022-06-08
1
-0
/
+9
*
Merge branch 'jt/conditional-config-on-remote-url'
Junio C Hamano
2022-02-09
1
-0
/
+118
|
\
|
*
config: include file if remote URL matches a glob
Jonathan Tan
2022-01-18
1
-0
/
+118
*
|
Merge branch 'es/test-chain-lint'
Junio C Hamano
2022-01-04
1
-3
/
+3
|
\
\
|
*
|
t0000-t3999: detect and signal failure within loop
Eric Sunshine
2021-12-13
1
-1
/
+1
|
*
|
tests: fix broken &&-chains in `{...}` groups
Eric Sunshine
2021-12-13
1
-1
/
+1
|
*
|
tests: fix broken &&-chains in compound statements
Eric Sunshine
2021-12-13
1
-1
/
+1
|
|
/
*
/
leak tests: mark some config tests as passing with SANITIZE=leak
Ævar Arnfjörð Bjarmason
2021-11-01
1
-0
/
+1
|
/
*
Merge branch 'ps/config-global-override'
Junio C Hamano
2021-05-07
1
-0
/
+85
|
\
|
*
t1300: fix unset of GIT_CONFIG_NOSYSTEM leaking into subsequent tests
Patrick Steinhardt
2021-04-27
1
-4
/
+3
|
*
config: allow overriding of global and system configuration
Patrick Steinhardt
2021-04-19
1
-0
/
+86
*
|
Merge branch 'ps/config-env-option-with-separate-value'
Junio C Hamano
2021-05-07
1
-1
/
+14
|
\
\
|
|
/
|
/
|
|
*
git: support separate arg for `--config-env`'s value
Patrick Steinhardt
2021-04-30
1
-1
/
+14
*
|
Merge branch 'ak/config-bad-bool-error'
Junio C Hamano
2021-02-18
1
-0
/
+7
|
\
\
|
*
|
config: improve error message for boolean config
Andrew Klotz
2021-02-11
1
-0
/
+7
*
|
|
Merge branch 'ps/config-env-pairs'
Junio C Hamano
2021-01-25
1
-1
/
+222
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
config: allow specifying config entries via envvar pairs
Patrick Steinhardt
2021-01-15
1
-1
/
+114
|
*
|
config: store "git -c" variables using more robust format
Patrick Steinhardt
2021-01-15
1
-0
/
+8
|
*
|
config: parse more robust format in GIT_CONFIG_PARAMETERS
Jeff King
2021-01-15
1
-0
/
+52
|
*
|
config: add new way to pass config via `--config-env`
Patrick Steinhardt
2021-01-12
1
-0
/
+48
*
|
|
Merge branch 'js/default-branch-name-tests-final-stretch'
Junio C Hamano
2021-01-25
1
-4
/
+7
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
t[01]*: adjust the references to the default branch name "main"
Johannes Schindelin
2020-11-20
1
-5
/
+5
|
*
|
tests: mark tests relying on the current default for `init.defaultBranch`
Johannes Schindelin
2020-11-20
1
-0
/
+3
|
|
/
*
|
t1300: don't needlessly work with `core.foo` configs
Martin Ågren
2021-01-04
1
-30
/
+30
*
|
t1300: remove duplicate test for `--file no-such-file`
Martin Ågren
2021-01-04
1
-6
/
+2
*
|
t1300: remove duplicate test for `--file ../foo`
Martin Ågren
2021-01-04
1
-4
/
+0
*
|
config: implement --fixed-value with --get*
Derrick Stolee
2020-11-25
1
-0
/
+22
*
|
config: plumb --fixed-value into config API
Derrick Stolee
2020-11-25
1
-0
/
+50
*
|
config: add --fixed-value option, un-implemented
Derrick Stolee
2020-11-25
1
-0
/
+24
*
|
t1300: add test for --replace-all with value-pattern
Derrick Stolee
2020-11-25
1
-0
/
+14
*
|
t1300: test "set all" mode with value-pattern
Derrick Stolee
2020-11-25
1
-0
/
+39
|
/
*
config: complain about --worktree outside of a git repo
Matheus Tavares
2020-09-09
1
-5
/
+8
*
Merge branch 'bc/wildcard-credential'
Junio C Hamano
2020-03-05
1
-0
/
+6
|
\
|
*
t1300: add test for urlmatch with multiple wildcards
brian m. carlson
2020-02-20
1
-0
/
+6
*
|
config: add '--show-scope' to print the scope of a config value
Matthew Rogers
2020-02-10
1
-0
/
+59
*
|
t1300: create custom config file without special characters
Matthew Rogers
2020-01-24
1
-5
/
+10
*
|
t1300: fix over-indented HERE-DOCs
Matthew Rogers
2020-01-24
1
-84
/
+84
|
/
*
t: use common $SQ variable
Denton Liu
2019-09-06
1
-5
/
+4
*
tests: avoid syntax triggering old dash bug
Ævar Arnfjörð Bjarmason
2019-02-13
1
-0
/
+1
*
t1300: extract and use test_cmp_config()
Nguyễn Thái Ngọc Duy
2018-10-22
1
-60
/
+19
*
t/*: fix ordering of expected/observed arguments
Matthew DeVore
2018-10-07
1
-2
/
+2
*
tests: standardize pipe placement
Matthew DeVore
2018-10-07
1
-2
/
+3
*
Merge branch 'sg/test-must-be-empty'
Junio C Hamano
2018-08-27
1
-4
/
+1
|
\
|
*
tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>'
SZEDER Gábor
2018-08-21
1
-4
/
+1
*
|
Merge branch 'sb/config-write-fix'
Junio C Hamano
2018-08-20
1
-0
/
+87
|
\
\
|
*
|
config: fix case sensitive subsection names on writing
Stefan Beller
2018-08-08
1
-0
/
+1
|
*
|
t1300: document current behavior of setting options
Stefan Beller
2018-08-01
1
-0
/
+86
*
|
|
t: use sane_unset() rather than 'unset' with broken &&-chain
Eric Sunshine
2018-07-03
1
-1
/
+1
|
|
/
|
/
|
*
|
Merge branch 'tb/config-default'
Junio C Hamano
2018-05-08
1
-0
/
+30
[next]