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
*
Merge branch 'tb/config-fixed-value-with-valueless-true'
Junio C Hamano
2024-08-14
1
-0
/
+9
|
\
|
*
config.c: avoid segfault with --fixed-value and valueless config
Taylor Blau
2024-08-01
1
-0
/
+9
*
|
builtin/config: check for writeability after source is set up
Patrick Steinhardt
2024-05-15
1
-0
/
+6
*
|
builtin/config: stop printing full usage on misuse
Patrick Steinhardt
2024-05-15
1
-1
/
+2
*
|
builtin/config: introduce "edit" subcommand
Patrick Steinhardt
2024-05-06
1
-3
/
+3
*
|
builtin/config: introduce "remove-section" subcommand
Patrick Steinhardt
2024-05-06
1
-2
/
+2
*
|
builtin/config: introduce "rename-section" subcommand
Patrick Steinhardt
2024-05-06
1
-11
/
+11
*
|
builtin/config: introduce "unset" subcommand
Patrick Steinhardt
2024-05-06
1
-15
/
+29
*
|
builtin/config: introduce "set" subcommand
Patrick Steinhardt
2024-05-06
1
-49
/
+53
*
|
builtin/config: introduce "get" subcommand
Patrick Steinhardt
2024-05-06
1
-42
/
+89
*
|
builtin/config: introduce "list" subcommand
Patrick Steinhardt
2024-05-06
1
-45
/
+65
*
|
builtin/config: use `OPT_CMDMODE()` to specify modes
Patrick Steinhardt
2024-05-06
1
-0
/
+13
*
|
Merge branch 'rs/config-comment'
Junio C Hamano
2024-04-05
1
-2
/
+20
|
\
\
|
*
|
config: allow tweaking whitespace between value and comment
Junio C Hamano
2024-03-16
1
-0
/
+6
|
*
|
config: fix --comment formatting
Junio C Hamano
2024-03-16
1
-4
/
+5
|
*
|
config: add --comment option to add a comment
Ralph Seichter
2024-03-15
1
-2
/
+13
*
|
|
Merge branch 'ds/config-internal-whitespace-fix'
Junio C Hamano
2024-04-01
1
-3
/
+111
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
t1300: add more tests for whitespace and inline comments
Dragan Simic
2024-03-21
1
-3
/
+111
*
|
|
t1300: make tests more robust with non-default ref backends
Patrick Steinhardt
2024-01-29
1
-28
/
+50
*
|
|
tests: teach callers of test_i18ngrep to use test_grep
Junio C Hamano
2023-11-02
1
-22
/
+22
|
/
/
*
|
config.c: pass ctx with CLI config
Glen Choo
2023-06-28
1
-0
/
+27
*
|
Merge branch 'ar/config-count-tests-updates'
Junio C Hamano
2023-05-15
1
-11
/
+22
|
\
\
|
*
|
t1300: add tests for missing keys
Andrei Rybak
2023-04-25
1
-0
/
+17
|
*
|
t1300: check stderr for "ignores pairs" tests
Andrei Rybak
2023-04-25
1
-4
/
+5
|
*
|
t1300: drop duplicate test
Andrei Rybak
2023-04-25
1
-7
/
+0
*
|
|
Merge branch 'ar/test-cleanup-unused-file-creation-part2'
Junio C Hamano
2023-05-10
1
-5
/
+5
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
t1300: don't create unused files
Andrei Rybak
2023-05-03
1
-3
/
+3
|
*
|
t1300: fix config file syntax error descriptions
Andrei Rybak
2023-05-03
1
-2
/
+2
|
|
/
*
|
Sync with 2.38.5
Johannes Schindelin
2023-04-17
1
-0
/
+30
|
\
\
|
|
/
|
/
|
|
*
Sync with 2.36.6
Johannes Schindelin
2023-04-17
1
-0
/
+30
|
|
\
|
|
*
Sync with 2.35.8
Johannes Schindelin
2023-04-17
1
-0
/
+30
|
|
|
\
|
|
|
*
Sync with 2.34.8
Johannes Schindelin
2023-04-17
1
-0
/
+30
|
|
|
|
\
|
|
|
|
*
Sync with 2.31.8
Johannes Schindelin
2023-04-17
1
-0
/
+30
|
|
|
|
|
\
|
|
|
|
|
*
Sync with 2.30.9
Johannes Schindelin
2023-04-17
1
-0
/
+30
|
|
|
|
|
|
\
|
|
|
|
|
|
*
config.c: disallow overly-long lines in `copy_or_rename_section_in_file()`
Taylor Blau
2023-04-17
1
-0
/
+10
|
|
|
|
|
|
*
config: avoid fixed-sized buffer when renaming/deleting a section
Taylor Blau
2023-04-17
1
-2
/
+2
|
|
|
|
|
|
*
t1300: demonstrate failure when renaming sections with long lines
Taylor Blau
2023-04-17
1
-0
/
+20
*
|
|
|
|
|
|
config: require at least one digit when parsing numbers
Phillip Wood
2022-11-10
1
-0
/
+6
|
/
/
/
/
/
/
*
|
|
|
|
|
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
|
|
/
/
[next]