index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
git-config.txt
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
git-config.1: remove value from positional args in unset usage
Josh Heinrichs
2024-10-09
1
-1
/
+1
*
Merge branch 'jc/config-doc-update'
Junio C Hamano
2024-09-03
1
-2
/
+2
|
\
|
*
git-config.1: fix description of --regexp in synopsis
Junio C Hamano
2024-08-26
1
-1
/
+1
|
*
git-config.1: --get-all description update
Junio C Hamano
2024-08-26
1
-1
/
+1
*
|
doc: replace 3 dash with correct 2 dash in git-config(1)
Celeste Liu
2024-08-23
1
-1
/
+1
|
/
*
builtin/config: introduce "edit" subcommand
Patrick Steinhardt
2024-05-06
1
-7
/
+10
*
builtin/config: introduce "remove-section" subcommand
Patrick Steinhardt
2024-05-06
1
-4
/
+7
*
builtin/config: introduce "rename-section" subcommand
Patrick Steinhardt
2024-05-06
1
-4
/
+7
*
builtin/config: introduce "unset" subcommand
Patrick Steinhardt
2024-05-06
1
-11
/
+16
*
builtin/config: introduce "set" subcommand
Patrick Steinhardt
2024-05-06
1
-14
/
+24
*
builtin/config: introduce "get" subcommand
Patrick Steinhardt
2024-05-06
1
-48
/
+45
*
builtin/config: introduce "list" subcommand
Patrick Steinhardt
2024-05-06
1
-7
/
+19
*
Merge branch 'rs/config-comment'
Junio C Hamano
2024-04-05
1
-3
/
+15
|
\
|
*
config: allow tweaking whitespace between value and comment
Junio C Hamano
2024-03-16
1
-3
/
+9
|
*
config: fix --comment formatting
Junio C Hamano
2024-03-16
1
-7
/
+8
|
*
config: add --comment option to add a comment
Ralph Seichter
2024-03-15
1
-3
/
+8
*
|
docs: fix typo in git-config `--default`
Brian Lyles
2024-03-16
1
-1
/
+1
*
|
docs: clarify file options in git-config `--edit`
Brian Lyles
2024-03-16
1
-1
/
+2
|
/
*
doc: enforce placeholders in documentation
Jean-Noël Avila
2023-12-26
1
-4
/
+4
*
git-config: fix misworded --type=path explanation
Evan Gates
2023-09-15
1
-1
/
+1
*
Documentation: define protected configuration
Glen Choo
2022-07-15
1
-0
/
+13
*
Documentation/git-config.txt: add SCOPES section
Glen Choo
2022-07-15
1
-23
/
+59
*
config: document and test the 'worktree' scope
Glen Choo
2022-06-08
1
-1
/
+1
*
Documentation: add extensions.worktreeConfig details
Derrick Stolee
2022-02-08
1
-2
/
+6
*
doc: express grammar placeholders between angle brackets
Jean-Noël Avila
2021-11-09
1
-23
/
+23
*
doc: config, tell readers of `git help --config`
Philip Oakley
2021-09-13
1
-0
/
+3
*
doc/git-config: simplify "override" advice for FILES section
Jeff King
2021-07-20
1
-5
/
+4
*
doc/git-config: clarify GIT_CONFIG environment variable
Jeff King
2021-07-20
1
-5
/
+6
*
doc/git-config: explain --file instead of referring to GIT_CONFIG
Jeff King
2021-07-20
1
-1
/
+7
*
config: allow overriding of global and system configuration
Patrick Steinhardt
2021-04-19
1
-0
/
+5
*
Merge branch 'ps/config-env-pairs'
Junio C Hamano
2021-01-25
1
-0
/
+16
|
\
|
*
config: allow specifying config entries via envvar pairs
Patrick Steinhardt
2021-01-15
1
-0
/
+16
*
|
config doc: value-pattern is not necessarily a regexp
Junio C Hamano
2020-11-26
1
-4
/
+7
*
|
config: add --fixed-value option, un-implemented
Derrick Stolee
2020-11-25
1
-7
/
+13
*
|
config: replace 'value_regex' with 'value_pattern'
Derrick Stolee
2020-11-25
1
-10
/
+10
|
/
*
config: add '--show-scope' to print the scope of a config value
Matthew Rogers
2020-02-10
1
-5
/
+10
*
Documentation: wrap config listings in "----"
Martin Ågren
2019-09-09
1
-27
/
+29
*
Merge branch 'ma/asciidoctor-fixes-more'
Junio C Hamano
2019-04-16
1
-1
/
+1
|
\
|
*
Documentation: turn middle-of-line tabs into spaces
Martin Ågren
2019-03-07
1
-1
/
+1
*
|
config: document --type=color output is a complete line
Jeff King
2019-03-07
1
-1
/
+3
|
/
*
worktree: add per-worktree config files
Nguyễn Thái Ngọc Duy
2018-10-22
1
-7
/
+19
*
git-config.txt: fix 'see: above' note
Martin Ågren
2018-09-20
1
-2
/
+2
*
Doc: use `--type=bool` instead of `--bool`
Martin Ågren
2018-09-20
1
-2
/
+2
*
Merge branch 'sb/config-write-fix'
Junio C Hamano
2018-08-20
1
-0
/
+21
|
\
|
*
git-config: document accidental multi-line setting in deprecated syntax
Stefan Beller
2018-08-08
1
-0
/
+21
*
|
builtin/config: introduce `color` type specifier
Taylor Blau
2018-04-23
1
-0
/
+6
*
|
builtin/config: introduce `--default`
Taylor Blau
2018-04-23
1
-0
/
+4
*
|
builtin/config.c: support `--type=<type>` as preferred alias for `--<type>`
Taylor Blau
2018-04-19
1
-32
/
+39
*
|
config: change default of `pager.config` to "on"
Martin Ågren
2018-02-21
1
-0
/
+1
*
|
config: respect `pager.config` in list/get-mode only
Martin Ågren
2018-02-21
1
-0
/
+5
|
/
[next]