index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
config.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-24
Merge branch 'js/coverity-unchecked-returns-fix'
Junio C Hamano
1
-1
/
+4
2026-08-12
config: propagate launch_editor() failure in show_editor()
Johannes Schindelin
1
-1
/
+4
2026-07-16
worktree: pass repository to public functions
Patrick Steinhardt
1
-1
/
+1
2026-06-03
config: improve diagnostic for "set" with missing value
Harald Nordgren
1
-1
/
+31
2026-03-26
config: store allocated string in non-const pointer
Jeff King
1
-3
/
+4
2026-02-23
config: use an enum for type
Derrick Stolee
1
-10
/
+13
2026-02-23
config: restructure format_config()
Derrick Stolee
1
-18
/
+44
2026-02-23
config: format colors quietly
Derrick Stolee
1
-6
/
+21
2026-02-23
config: format expiry dates quietly
Derrick Stolee
1
-6
/
+21
2026-02-23
config: format paths gently
Derrick Stolee
1
-10
/
+22
2026-02-23
config: format bools or strings in helper
Derrick Stolee
1
-7
/
+15
2026-02-23
config: format bools or ints gently
Derrick Stolee
1
-9
/
+31
2026-02-23
config: format bools gently
Derrick Stolee
1
-2
/
+19
2026-02-23
config: format int64s gently
Derrick Stolee
1
-4
/
+23
2026-02-23
config: make 'git config list --type=<X>' work
Derrick Stolee
1
-15
/
+20
2026-02-23
config: add 'gently' parameter to format_config()
Derrick Stolee
1
-4
/
+8
2026-02-23
config: move show_all_config()
Derrick Stolee
1
-24
/
+24
2025-12-05
Merge branch 'rs/config-set-multi-error-message-fix'
Junio C Hamano
1
-1
/
+1
2025-12-05
Merge branch 'rs/config-unset-opthelp-fix'
Junio C Hamano
1
-2
/
+2
2025-12-05
Merge branch 'jc/optional-path'
Junio C Hamano
1
-9
/
+36
2025-11-24
config: really pretend missing :(optional) value is not there
Junio C Hamano
1
-9
/
+36
2025-11-24
config: fix short help of unset flags
René Scharfe
1
-2
/
+2
2025-11-24
config: fix suggestion for failed set of multi-valued option
René Scharfe
1
-1
/
+1
2025-10-02
Merge branch 'ps/config-get-color-fixes'
Junio C Hamano
1
-5
/
+15
2025-09-22
builtin/config: do not spawn pager when printing color codes
Patrick Steinhardt
1
-1
/
+2
2025-09-22
builtin/config: special-case retrieving colors without a key
Patrick Steinhardt
1
-0
/
+2
2025-09-22
builtin/config: do not die in `get_color()`
Patrick Steinhardt
1
-4
/
+11
2025-09-16
config: store want_color() result in a separate bool
Jeff King
1
-3
/
+4
2025-09-16
color: use git_colorbool enum type to store colorbools
Jeff King
1
-3
/
+3
2025-09-16
color: use GIT_COLOR_* instead of numeric constants
Jeff King
1
-6
/
+6
2025-07-23
config: drop `git_config_set_multivar_in_file_gently()` wrapper
Patrick Steinhardt
1
-22
/
+22
2025-07-23
config: drop `git_config_set_in_file_gently()` wrapper
Patrick Steinhardt
1
-7
/
+7
2025-07-23
config: drop `git_config()` wrapper
Patrick Steinhardt
1
-1
/
+1
2025-07-01
config: mention --url in the synopsis
Kristoffer Haugsbakk
1
-1
/
+1
2025-07-01
config: use --value=<pattern> consistently
Kristoffer Haugsbakk
1
-6
/
+6
2025-04-17
global: use designated initializers for options
Patrick Steinhardt
1
-3
/
+10
2025-02-07
path: drop `git_pathdup()` in favor of `repo_git_path()`
Patrick Steinhardt
1
-4
/
+4
2024-11-26
builtin: pass repository to sub commands
Karthik Nayak
1
-9
/
+16
2024-10-08
git-config.1: remove value from positional args in unset usage
Josh Heinrichs
1
-2
/
+2
2024-09-23
Merge branch 'jc/pass-repo-to-builtins'
Junio C Hamano
1
-2
/
+5
2024-09-23
Merge branch 'ps/environ-wo-the-repository'
Junio C Hamano
1
-2
/
+2
2024-09-13
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
1
-1
/
+1
2024-09-13
builtin: add a repository parameter for builtin functions
John Cai
1
-1
/
+4
2024-09-12
environment: make `get_git_common_dir()` accept a repository
Patrick Steinhardt
1
-1
/
+1
2024-09-12
environment: make `get_git_dir()` accept a repository
Patrick Steinhardt
1
-1
/
+1
2024-09-03
Merge branch 'jc/config-doc-update'
Junio C Hamano
1
-1
/
+1
2024-08-26
git-config.1: fix description of --regexp in synopsis
Junio C Hamano
1
-1
/
+1
2024-08-13
config: pass repo to functions that rename or copy sections
Patrick Steinhardt
1
-8
/
+8
2024-06-06
Merge branch 'ps/leakfixes'
Junio C Hamano
1
-1
/
+1
2024-05-27
config: clarify memory ownership in `git_config_pathname()`
Patrick Steinhardt
1
-1
/
+1
[next]