aboutsummaryrefslogtreecommitdiff
path: root/builtin/config.c
AgeCommit message (Expand)Author
2026-03-26config: store allocated string in non-const pointerJeff King
2026-02-23config: use an enum for typeDerrick Stolee
2026-02-23config: restructure format_config()Derrick Stolee
2026-02-23config: format colors quietlyDerrick Stolee
2026-02-23config: format expiry dates quietlyDerrick Stolee
2026-02-23config: format paths gentlyDerrick Stolee
2026-02-23config: format bools or strings in helperDerrick Stolee
2026-02-23config: format bools or ints gentlyDerrick Stolee
2026-02-23config: format bools gentlyDerrick Stolee
2026-02-23config: format int64s gentlyDerrick Stolee
2026-02-23config: make 'git config list --type=<X>' workDerrick Stolee
2026-02-23config: add 'gently' parameter to format_config()Derrick Stolee
2026-02-23config: move show_all_config()Derrick Stolee
2025-12-05Merge branch 'rs/config-set-multi-error-message-fix'Junio C Hamano
2025-12-05Merge branch 'rs/config-unset-opthelp-fix'Junio C Hamano
2025-12-05Merge branch 'jc/optional-path'Junio C Hamano
2025-11-24config: really pretend missing :(optional) value is not thereJunio C Hamano
2025-11-24config: fix short help of unset flagsRené Scharfe
2025-11-24config: fix suggestion for failed set of multi-valued optionRené Scharfe
2025-10-02Merge branch 'ps/config-get-color-fixes'Junio C Hamano
2025-09-22builtin/config: do not spawn pager when printing color codesPatrick Steinhardt
2025-09-22builtin/config: special-case retrieving colors without a keyPatrick Steinhardt
2025-09-22builtin/config: do not die in `get_color()`Patrick Steinhardt
2025-09-16config: store want_color() result in a separate boolJeff King
2025-09-16color: use git_colorbool enum type to store colorboolsJeff King
2025-09-16color: use GIT_COLOR_* instead of numeric constantsJeff King
2025-07-23config: drop `git_config_set_multivar_in_file_gently()` wrapperPatrick Steinhardt
2025-07-23config: drop `git_config_set_in_file_gently()` wrapperPatrick Steinhardt
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt
2025-07-01config: mention --url in the synopsisKristoffer Haugsbakk
2025-07-01config: use --value=<pattern> consistentlyKristoffer Haugsbakk
2025-04-17global: use designated initializers for optionsPatrick Steinhardt
2025-02-07path: drop `git_pathdup()` in favor of `repo_git_path()`Patrick Steinhardt
2024-11-26builtin: pass repository to sub commandsKarthik Nayak
2024-10-08git-config.1: remove value from positional args in unset usageJosh Heinrichs
2024-09-23Merge branch 'jc/pass-repo-to-builtins'Junio C Hamano
2024-09-23Merge branch 'ps/environ-wo-the-repository'Junio C Hamano
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai
2024-09-12environment: make `get_git_common_dir()` accept a repositoryPatrick Steinhardt
2024-09-12environment: make `get_git_dir()` accept a repositoryPatrick Steinhardt
2024-09-03Merge branch 'jc/config-doc-update'Junio C Hamano
2024-08-26git-config.1: fix description of --regexp in synopsisJunio C Hamano
2024-08-13config: pass repo to functions that rename or copy sectionsPatrick Steinhardt
2024-06-06Merge branch 'ps/leakfixes'Junio C Hamano
2024-05-27config: clarify memory ownership in `git_config_pathname()`Patrick Steinhardt
2024-05-15builtin/config: pass data between callbacks via local variablesPatrick Steinhardt
2024-05-15builtin/config: convert flags to a local variablePatrick Steinhardt
2024-05-15builtin/config: track "fixed value" option via flags onlyPatrick Steinhardt
2024-05-15builtin/config: convert `key` to a local variablePatrick Steinhardt