index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
config.c
Age
Commit message (
Expand
)
Author
2026-03-26
config: store allocated string in non-const pointer
Jeff King
2026-02-23
config: use an enum for type
Derrick Stolee
2026-02-23
config: restructure format_config()
Derrick Stolee
2026-02-23
config: format colors quietly
Derrick Stolee
2026-02-23
config: format expiry dates quietly
Derrick Stolee
2026-02-23
config: format paths gently
Derrick Stolee
2026-02-23
config: format bools or strings in helper
Derrick Stolee
2026-02-23
config: format bools or ints gently
Derrick Stolee
2026-02-23
config: format bools gently
Derrick Stolee
2026-02-23
config: format int64s gently
Derrick Stolee
2026-02-23
config: make 'git config list --type=<X>' work
Derrick Stolee
2026-02-23
config: add 'gently' parameter to format_config()
Derrick Stolee
2026-02-23
config: move show_all_config()
Derrick Stolee
2025-12-05
Merge branch 'rs/config-set-multi-error-message-fix'
Junio C Hamano
2025-12-05
Merge branch 'rs/config-unset-opthelp-fix'
Junio C Hamano
2025-12-05
Merge branch 'jc/optional-path'
Junio C Hamano
2025-11-24
config: really pretend missing :(optional) value is not there
Junio C Hamano
2025-11-24
config: fix short help of unset flags
René Scharfe
2025-11-24
config: fix suggestion for failed set of multi-valued option
René Scharfe
2025-10-02
Merge branch 'ps/config-get-color-fixes'
Junio C Hamano
2025-09-22
builtin/config: do not spawn pager when printing color codes
Patrick Steinhardt
2025-09-22
builtin/config: special-case retrieving colors without a key
Patrick Steinhardt
2025-09-22
builtin/config: do not die in `get_color()`
Patrick Steinhardt
2025-09-16
config: store want_color() result in a separate bool
Jeff King
2025-09-16
color: use git_colorbool enum type to store colorbools
Jeff King
2025-09-16
color: use GIT_COLOR_* instead of numeric constants
Jeff King
2025-07-23
config: drop `git_config_set_multivar_in_file_gently()` wrapper
Patrick Steinhardt
2025-07-23
config: drop `git_config_set_in_file_gently()` wrapper
Patrick Steinhardt
2025-07-23
config: drop `git_config()` wrapper
Patrick Steinhardt
2025-07-01
config: mention --url in the synopsis
Kristoffer Haugsbakk
2025-07-01
config: use --value=<pattern> consistently
Kristoffer Haugsbakk
2025-04-17
global: use designated initializers for options
Patrick Steinhardt
2025-02-07
path: drop `git_pathdup()` in favor of `repo_git_path()`
Patrick Steinhardt
2024-11-26
builtin: pass repository to sub commands
Karthik Nayak
2024-10-08
git-config.1: remove value from positional args in unset usage
Josh Heinrichs
2024-09-23
Merge branch 'jc/pass-repo-to-builtins'
Junio C Hamano
2024-09-23
Merge branch 'ps/environ-wo-the-repository'
Junio C Hamano
2024-09-13
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
2024-09-13
builtin: add a repository parameter for builtin functions
John Cai
2024-09-12
environment: make `get_git_common_dir()` accept a repository
Patrick Steinhardt
2024-09-12
environment: make `get_git_dir()` accept a repository
Patrick Steinhardt
2024-09-03
Merge branch 'jc/config-doc-update'
Junio C Hamano
2024-08-26
git-config.1: fix description of --regexp in synopsis
Junio C Hamano
2024-08-13
config: pass repo to functions that rename or copy sections
Patrick Steinhardt
2024-06-06
Merge branch 'ps/leakfixes'
Junio C Hamano
2024-05-27
config: clarify memory ownership in `git_config_pathname()`
Patrick Steinhardt
2024-05-15
builtin/config: pass data between callbacks via local variables
Patrick Steinhardt
2024-05-15
builtin/config: convert flags to a local variable
Patrick Steinhardt
2024-05-15
builtin/config: track "fixed value" option via flags only
Patrick Steinhardt
2024-05-15
builtin/config: convert `key` to a local variable
Patrick Steinhardt
[next]