summaryrefslogtreecommitdiff
path: root/builtin/config.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-24Merge branch 'js/coverity-unchecked-returns-fix'Junio C Hamano1-1/+4
2026-08-12config: propagate launch_editor() failure in show_editor()Johannes Schindelin1-1/+4
2026-07-16worktree: pass repository to public functionsPatrick Steinhardt1-1/+1
2026-06-03config: improve diagnostic for "set" with missing valueHarald Nordgren1-1/+31
2026-03-26config: store allocated string in non-const pointerJeff King1-3/+4
2026-02-23config: use an enum for typeDerrick Stolee1-10/+13
2026-02-23config: restructure format_config()Derrick Stolee1-18/+44
2026-02-23config: format colors quietlyDerrick Stolee1-6/+21
2026-02-23config: format expiry dates quietlyDerrick Stolee1-6/+21
2026-02-23config: format paths gentlyDerrick Stolee1-10/+22
2026-02-23config: format bools or strings in helperDerrick Stolee1-7/+15
2026-02-23config: format bools or ints gentlyDerrick Stolee1-9/+31
2026-02-23config: format bools gentlyDerrick Stolee1-2/+19
2026-02-23config: format int64s gentlyDerrick Stolee1-4/+23
2026-02-23config: make 'git config list --type=<X>' workDerrick Stolee1-15/+20
2026-02-23config: add 'gently' parameter to format_config()Derrick Stolee1-4/+8
2026-02-23config: move show_all_config()Derrick Stolee1-24/+24
2025-12-05Merge branch 'rs/config-set-multi-error-message-fix'Junio C Hamano1-1/+1
2025-12-05Merge branch 'rs/config-unset-opthelp-fix'Junio C Hamano1-2/+2
2025-12-05Merge branch 'jc/optional-path'Junio C Hamano1-9/+36
2025-11-24config: really pretend missing :(optional) value is not thereJunio C Hamano1-9/+36
2025-11-24config: fix short help of unset flagsRené Scharfe1-2/+2
2025-11-24config: fix suggestion for failed set of multi-valued optionRené Scharfe1-1/+1
2025-10-02Merge branch 'ps/config-get-color-fixes'Junio C Hamano1-5/+15
2025-09-22builtin/config: do not spawn pager when printing color codesPatrick Steinhardt1-1/+2
2025-09-22builtin/config: special-case retrieving colors without a keyPatrick Steinhardt1-0/+2
2025-09-22builtin/config: do not die in `get_color()`Patrick Steinhardt1-4/+11
2025-09-16config: store want_color() result in a separate boolJeff King1-3/+4
2025-09-16color: use git_colorbool enum type to store colorboolsJeff King1-3/+3
2025-09-16color: use GIT_COLOR_* instead of numeric constantsJeff King1-6/+6
2025-07-23config: drop `git_config_set_multivar_in_file_gently()` wrapperPatrick Steinhardt1-22/+22
2025-07-23config: drop `git_config_set_in_file_gently()` wrapperPatrick Steinhardt1-7/+7
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt1-1/+1
2025-07-01config: mention --url in the synopsisKristoffer Haugsbakk1-1/+1
2025-07-01config: use --value=<pattern> consistentlyKristoffer Haugsbakk1-6/+6
2025-04-17global: use designated initializers for optionsPatrick Steinhardt1-3/+10
2025-02-07path: drop `git_pathdup()` in favor of `repo_git_path()`Patrick Steinhardt1-4/+4
2024-11-26builtin: pass repository to sub commandsKarthik Nayak1-9/+16
2024-10-08git-config.1: remove value from positional args in unset usageJosh Heinrichs1-2/+2
2024-09-23Merge branch 'jc/pass-repo-to-builtins'Junio C Hamano1-2/+5
2024-09-23Merge branch 'ps/environ-wo-the-repository'Junio C Hamano1-2/+2
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai1-1/+1
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai1-1/+4
2024-09-12environment: make `get_git_common_dir()` accept a repositoryPatrick Steinhardt1-1/+1
2024-09-12environment: make `get_git_dir()` accept a repositoryPatrick Steinhardt1-1/+1
2024-09-03Merge branch 'jc/config-doc-update'Junio C Hamano1-1/+1
2024-08-26git-config.1: fix description of --regexp in synopsisJunio C Hamano1-1/+1
2024-08-13config: pass repo to functions that rename or copy sectionsPatrick Steinhardt1-8/+8
2024-06-06Merge branch 'ps/leakfixes'Junio C Hamano1-1/+1
2024-05-27config: clarify memory ownership in `git_config_pathname()`Patrick Steinhardt1-1/+1