Documentation/glossary: define root refs as refs
Patrick Steinhardt committed over 2 years ago
Documentation/glossary: clarify limitations of pseudorefs
Patrick Steinhardt committed over 2 years ago
Documentation/glossary: redefine pseudorefs as special refs
Patrick Steinhardt committed over 2 years ago
builtin/config: pass data between callbacks via local variables
Patrick Steinhardt committed over 2 years ago
builtin/config: convert flags to a local variable
Patrick Steinhardt committed over 2 years ago
builtin/config: track "fixed value" option via flags only
Patrick Steinhardt committed over 2 years ago
builtin/config: convert `key` to a local variable
Patrick Steinhardt committed over 2 years ago
builtin/config: convert `key_regexp` to a local variable
Patrick Steinhardt committed over 2 years ago
builtin/config: convert `regexp` to a local variable
Patrick Steinhardt committed over 2 years ago
builtin/config: convert `value_pattern` to a local variable
Patrick Steinhardt committed over 2 years ago
builtin/config: convert `do_not_match` to a local variable
Patrick Steinhardt committed over 2 years ago
builtin/config: move `respect_includes_opt` into location options
Patrick Steinhardt committed over 2 years ago
builtin/config: move default value into display options
Patrick Steinhardt committed over 2 years ago
builtin/config: move type options into display options
Patrick Steinhardt committed over 2 years ago
builtin/config: move display options into local variables
Patrick Steinhardt committed over 2 years ago
builtin/config: move location options into local variables
Patrick Steinhardt committed over 2 years ago
builtin/config: refactor functions to have common exit paths
Patrick Steinhardt committed over 2 years ago
config: make the config source const
Patrick Steinhardt committed over 2 years ago
builtin/config: check for writeability after source is set up
Patrick Steinhardt committed over 2 years ago
builtin/config: move actions into `cmd_config_actions()`
Patrick Steinhardt committed over 2 years ago