index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
t
/
t1300-config.sh
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-21
t: remove TEST_PASSES_SANITIZE_LEAK annotations
Patrick Steinhardt
1
-1
/
+0
2024-08-14
Merge branch 'tb/config-fixed-value-with-valueless-true'
Junio C Hamano
1
-0
/
+9
2024-08-01
config.c: avoid segfault with --fixed-value and valueless config
Taylor Blau
1
-0
/
+9
2024-05-15
builtin/config: check for writeability after source is set up
Patrick Steinhardt
1
-0
/
+6
2024-05-15
builtin/config: stop printing full usage on misuse
Patrick Steinhardt
1
-1
/
+2
2024-05-06
builtin/config: introduce "edit" subcommand
Patrick Steinhardt
1
-3
/
+3
2024-05-06
builtin/config: introduce "remove-section" subcommand
Patrick Steinhardt
1
-2
/
+2
2024-05-06
builtin/config: introduce "rename-section" subcommand
Patrick Steinhardt
1
-11
/
+11
2024-05-06
builtin/config: introduce "unset" subcommand
Patrick Steinhardt
1
-15
/
+29
2024-05-06
builtin/config: introduce "set" subcommand
Patrick Steinhardt
1
-49
/
+53
2024-05-06
builtin/config: introduce "get" subcommand
Patrick Steinhardt
1
-42
/
+89
2024-05-06
builtin/config: introduce "list" subcommand
Patrick Steinhardt
1
-45
/
+65
2024-05-06
builtin/config: use `OPT_CMDMODE()` to specify modes
Patrick Steinhardt
1
-0
/
+13
2024-04-05
Merge branch 'rs/config-comment'
Junio C Hamano
1
-2
/
+20
2024-04-01
Merge branch 'ds/config-internal-whitespace-fix'
Junio C Hamano
1
-3
/
+111
2024-03-21
t1300: add more tests for whitespace and inline comments
Dragan Simic
1
-3
/
+111
2024-03-15
config: allow tweaking whitespace between value and comment
Junio C Hamano
1
-0
/
+6
2024-03-15
config: fix --comment formatting
Junio C Hamano
1
-4
/
+5
2024-03-15
config: add --comment option to add a comment
Ralph Seichter
1
-2
/
+13
2024-01-29
t1300: make tests more robust with non-default ref backends
Patrick Steinhardt
1
-28
/
+50
2023-11-02
tests: teach callers of test_i18ngrep to use test_grep
Junio C Hamano
1
-22
/
+22
2023-06-28
config.c: pass ctx with CLI config
Glen Choo
1
-0
/
+27
2023-05-15
Merge branch 'ar/config-count-tests-updates'
Junio C Hamano
1
-11
/
+22
2023-05-10
Merge branch 'ar/test-cleanup-unused-file-creation-part2'
Junio C Hamano
1
-5
/
+5
2023-05-03
t1300: don't create unused files
Andrei Rybak
1
-3
/
+3
2023-05-03
t1300: fix config file syntax error descriptions
Andrei Rybak
1
-2
/
+2
2023-04-24
t1300: add tests for missing keys
Andrei Rybak
1
-0
/
+17
2023-04-24
t1300: check stderr for "ignores pairs" tests
Andrei Rybak
1
-4
/
+5
2023-04-24
t1300: drop duplicate test
Andrei Rybak
1
-7
/
+0
2023-04-17
Sync with 2.38.5
Johannes Schindelin
1
-0
/
+30
2023-04-17
Sync with 2.36.6
Johannes Schindelin
1
-0
/
+30
2023-04-17
Sync with 2.35.8
Johannes Schindelin
1
-0
/
+30
2023-04-17
Sync with 2.34.8
Johannes Schindelin
1
-0
/
+30
2023-04-17
Sync with 2.31.8
Johannes Schindelin
1
-0
/
+30
2023-04-17
Sync with 2.30.9
Johannes Schindelin
1
-0
/
+30
2023-04-17
config.c: disallow overly-long lines in `copy_or_rename_section_in_file()`
Taylor Blau
1
-0
/
+10
2023-04-17
config: avoid fixed-sized buffer when renaming/deleting a section
Taylor Blau
1
-2
/
+2
2023-04-17
t1300: demonstrate failure when renaming sections with long lines
Taylor Blau
1
-0
/
+20
2022-11-09
config: require at least one digit when parsing numbers
Phillip Wood
1
-0
/
+6
2022-06-30
config tests: fix harmless but broken "rm -r" cleanup
Ævar Arnfjörð Bjarmason
1
-2
/
+3
2022-06-07
config: document and test the 'worktree' scope
Glen Choo
1
-0
/
+9
2022-02-09
Merge branch 'jt/conditional-config-on-remote-url'
Junio C Hamano
1
-0
/
+118
2022-01-18
config: include file if remote URL matches a glob
Jonathan Tan
1
-0
/
+118
2022-01-03
Merge branch 'es/test-chain-lint'
Junio C Hamano
1
-3
/
+3
2021-12-13
t0000-t3999: detect and signal failure within loop
Eric Sunshine
1
-1
/
+1
2021-12-13
tests: fix broken &&-chains in `{...}` groups
Eric Sunshine
1
-1
/
+1
2021-12-13
tests: fix broken &&-chains in compound statements
Eric Sunshine
1
-1
/
+1
2021-11-01
leak tests: mark some config tests as passing with SANITIZE=leak
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2021-05-07
Merge branch 'ps/config-global-override'
Junio C Hamano
1
-0
/
+85
2021-05-07
Merge branch 'ps/config-env-option-with-separate-value'
Junio C Hamano
1
-1
/
+14
[next]