aboutsummaryrefslogtreecommitdiff
path: root/builtin/config.c
AgeCommit message (Expand)Author
2024-05-15builtin/config: convert `key_regexp` to a local variablePatrick Steinhardt
2024-05-15builtin/config: convert `regexp` to a local variablePatrick Steinhardt
2024-05-15builtin/config: convert `value_pattern` to a local variablePatrick Steinhardt
2024-05-15builtin/config: convert `do_not_match` to a local variablePatrick Steinhardt
2024-05-15builtin/config: move `respect_includes_opt` into location optionsPatrick Steinhardt
2024-05-15builtin/config: move default value into display optionsPatrick Steinhardt
2024-05-15builtin/config: move type options into display optionsPatrick Steinhardt
2024-05-15builtin/config: move display options into local variablesPatrick Steinhardt
2024-05-15builtin/config: move location options into local variablesPatrick Steinhardt
2024-05-15builtin/config: refactor functions to have common exit pathsPatrick Steinhardt
2024-05-15builtin/config: check for writeability after source is set upPatrick Steinhardt
2024-05-15builtin/config: move actions into `cmd_config_actions()`Patrick Steinhardt
2024-05-15builtin/config: move legacy options into `cmd_config()`Patrick Steinhardt
2024-05-15builtin/config: move subcommand options into `cmd_config()`Patrick Steinhardt
2024-05-15builtin/config: move legacy mode into its own functionPatrick Steinhardt
2024-05-15builtin/config: stop printing full usage on misusePatrick Steinhardt
2024-05-06builtin/config: display subcommand helpPatrick Steinhardt
2024-05-06builtin/config: introduce "edit" subcommandPatrick Steinhardt
2024-05-06builtin/config: introduce "remove-section" subcommandPatrick Steinhardt
2024-05-06builtin/config: introduce "rename-section" subcommandPatrick Steinhardt
2024-05-06builtin/config: introduce "unset" subcommandPatrick Steinhardt
2024-05-06builtin/config: introduce "set" subcommandPatrick Steinhardt
2024-05-06builtin/config: introduce "get" subcommandPatrick Steinhardt
2024-05-06builtin/config: introduce "list" subcommandPatrick Steinhardt
2024-05-06builtin/config: pull out function to handle `--null`Patrick Steinhardt
2024-05-06builtin/config: pull out function to handle config locationPatrick Steinhardt
2024-05-06builtin/config: use `OPT_CMDMODE()` to specify modesPatrick Steinhardt
2024-05-06builtin/config: move "fixed-value" option to correct groupPatrick Steinhardt
2024-05-06builtin/config: move option array aroundPatrick Steinhardt
2024-05-06config: clarify memory ownership when preparing comment stringsPatrick Steinhardt
2024-03-15config: allow tweaking whitespace between value and commentJunio C Hamano
2024-03-15config: fix --comment formattingJunio C Hamano
2024-03-15config: add --comment option to add a commentRalph Seichter
2024-01-29config: add back code commentKristoffer Haugsbakk
2024-01-18config: factor out global config file retrievalKristoffer Haugsbakk
2024-01-18config: rename global config functionKristoffer Haugsbakk
2024-01-18config: format newlinesKristoffer Haugsbakk
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano
2023-07-06Merge branch 'gc/config-context'Junio C Hamano
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan
2023-06-28config: pass kvi to die_bad_number()Glen Choo
2023-06-28config.c: pass ctx with CLI configGlen Choo
2023-06-28config: add ctx arg to config_fn_tGlen Choo
2023-06-21builtin.h: remove unneccessary includesElijah Newren
2023-05-26repository: move 'repository_format_worktree_config' to repo scopeVictoria Dye
2023-05-26config: pass 'repo' directly to 'config_with_options()'Victoria Dye
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren
2023-04-11editor: move editor-related functions and declarations into common fileElijah Newren
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren