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
/
builtin
/
config.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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
2024-05-15
builtin/config: pass data between callbacks via local variables
Patrick Steinhardt
1
-38
/
+52
2024-05-15
builtin/config: convert flags to a local variable
Patrick Steinhardt
1
-19
/
+29
2024-05-15
builtin/config: track "fixed value" option via flags only
Patrick Steinhardt
1
-7
/
+7
2024-05-15
builtin/config: convert `key` to a local variable
Patrick Steinhardt
1
-2
/
+5
2024-05-15
builtin/config: convert `key_regexp` to a local variable
Patrick Steinhardt
1
-8
/
+8
2024-05-15
builtin/config: convert `regexp` to a local variable
Patrick Steinhardt
1
-9
/
+9
2024-05-15
builtin/config: convert `value_pattern` to a local variable
Patrick Steinhardt
1
-3
/
+3
2024-05-15
builtin/config: convert `do_not_match` to a local variable
Patrick Steinhardt
1
-3
/
+3
2024-05-15
builtin/config: move `respect_includes_opt` into location options
Patrick Steinhardt
1
-7
/
+12
2024-05-15
builtin/config: move default value into display options
Patrick Steinhardt
1
-8
/
+11
2024-05-15
builtin/config: move type options into display options
Patrick Steinhardt
1
-31
/
+29
2024-05-15
builtin/config: move display options into local variables
Patrick Steinhardt
1
-70
/
+101
2024-05-15
builtin/config: move location options into local variables
Patrick Steinhardt
1
-137
/
+176
2024-05-15
builtin/config: refactor functions to have common exit paths
Patrick Steinhardt
1
-26
/
+38
2024-05-15
builtin/config: check for writeability after source is set up
Patrick Steinhardt
1
-5
/
+5
2024-05-15
builtin/config: move actions into `cmd_config_actions()`
Patrick Steinhardt
1
-25
/
+23
2024-05-15
builtin/config: move legacy options into `cmd_config()`
Patrick Steinhardt
1
-30
/
+30
2024-05-15
builtin/config: move subcommand options into `cmd_config()`
Patrick Steinhardt
1
-14
/
+14
2024-05-15
builtin/config: move legacy mode into its own function
Patrick Steinhardt
1
-19
/
+24
2024-05-15
builtin/config: stop printing full usage on misuse
Patrick Steinhardt
1
-17
/
+11
2024-05-06
builtin/config: display subcommand help
Patrick Steinhardt
1
-2
/
+3
2024-05-06
builtin/config: introduce "edit" subcommand
Patrick Steinhardt
1
-26
/
+55
2024-05-06
builtin/config: introduce "remove-section" subcommand
Patrick Steinhardt
1
-0
/
+32
[next]