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
2024-05-15
builtin/config: convert `key_regexp` to a local variable
Patrick Steinhardt
2024-05-15
builtin/config: convert `regexp` to a local variable
Patrick Steinhardt
2024-05-15
builtin/config: convert `value_pattern` to a local variable
Patrick Steinhardt
2024-05-15
builtin/config: convert `do_not_match` to a local variable
Patrick Steinhardt
2024-05-15
builtin/config: move `respect_includes_opt` into location options
Patrick Steinhardt
2024-05-15
builtin/config: move default value into display options
Patrick Steinhardt
2024-05-15
builtin/config: move type options into display options
Patrick Steinhardt
2024-05-15
builtin/config: move display options into local variables
Patrick Steinhardt
2024-05-15
builtin/config: move location options into local variables
Patrick Steinhardt
2024-05-15
builtin/config: refactor functions to have common exit paths
Patrick Steinhardt
2024-05-15
builtin/config: check for writeability after source is set up
Patrick Steinhardt
2024-05-15
builtin/config: move actions into `cmd_config_actions()`
Patrick Steinhardt
2024-05-15
builtin/config: move legacy options into `cmd_config()`
Patrick Steinhardt
2024-05-15
builtin/config: move subcommand options into `cmd_config()`
Patrick Steinhardt
2024-05-15
builtin/config: move legacy mode into its own function
Patrick Steinhardt
2024-05-15
builtin/config: stop printing full usage on misuse
Patrick Steinhardt
2024-05-06
builtin/config: display subcommand help
Patrick Steinhardt
2024-05-06
builtin/config: introduce "edit" subcommand
Patrick Steinhardt
2024-05-06
builtin/config: introduce "remove-section" subcommand
Patrick Steinhardt
2024-05-06
builtin/config: introduce "rename-section" subcommand
Patrick Steinhardt
2024-05-06
builtin/config: introduce "unset" subcommand
Patrick Steinhardt
2024-05-06
builtin/config: introduce "set" subcommand
Patrick Steinhardt
2024-05-06
builtin/config: introduce "get" subcommand
Patrick Steinhardt
2024-05-06
builtin/config: introduce "list" subcommand
Patrick Steinhardt
2024-05-06
builtin/config: pull out function to handle `--null`
Patrick Steinhardt
2024-05-06
builtin/config: pull out function to handle config location
Patrick Steinhardt
2024-05-06
builtin/config: use `OPT_CMDMODE()` to specify modes
Patrick Steinhardt
2024-05-06
builtin/config: move "fixed-value" option to correct group
Patrick Steinhardt
2024-05-06
builtin/config: move option array around
Patrick Steinhardt
2024-05-06
config: clarify memory ownership when preparing comment strings
Patrick Steinhardt
2024-03-15
config: allow tweaking whitespace between value and comment
Junio C Hamano
2024-03-15
config: fix --comment formatting
Junio C Hamano
2024-03-15
config: add --comment option to add a comment
Ralph Seichter
2024-01-29
config: add back code comment
Kristoffer Haugsbakk
2024-01-18
config: factor out global config file retrieval
Kristoffer Haugsbakk
2024-01-18
config: rename global config function
Kristoffer Haugsbakk
2024-01-18
config: format newlines
Kristoffer Haugsbakk
2023-07-17
Merge branch 'cw/compat-util-header-cleanup'
Junio C Hamano
2023-07-06
Merge branch 'gc/config-context'
Junio C Hamano
2023-07-05
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
2023-07-05
treewide: remove unnecessary includes for wrapper.h
Calvin Wan
2023-06-28
config: pass kvi to die_bad_number()
Glen Choo
2023-06-28
config.c: pass ctx with CLI config
Glen Choo
2023-06-28
config: add ctx arg to config_fn_t
Glen Choo
2023-06-21
builtin.h: remove unneccessary includes
Elijah Newren
2023-05-26
repository: move 'repository_format_worktree_config' to repo scope
Victoria Dye
2023-05-26
config: pass 'repo' directly to 'config_with_options()'
Victoria Dye
2023-04-24
hash-ll.h: split out of hash.h to remove dependency on repository.h
Elijah Newren
2023-04-11
editor: move editor-related functions and declarations into common file
Elijah Newren
2023-03-21
setup.h: move declarations for setup.c functions from cache.h
Elijah Newren
[prev]
[next]