index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
config.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-06
Merge branch 'ps/leakfixes'
Junio C Hamano
1
-1
/
+1
2024-05-27
config: clarify memory ownership in `git_config_pathname()`
Patrick Steinhardt
1
-1
/
+1
2024-05-15
builtin/config: pass data between callbacks via local variables
Patrick Steinhardt
1
-38
/
+52
2024-05-15
builtin/config: convert flags to a local variable
Patrick Steinhardt
1
-19
/
+29
2024-05-15
builtin/config: track "fixed value" option via flags only
Patrick Steinhardt
1
-7
/
+7
2024-05-15
builtin/config: convert `key` to a local variable
Patrick Steinhardt
1
-2
/
+5
2024-05-15
builtin/config: convert `key_regexp` to a local variable
Patrick Steinhardt
1
-8
/
+8
2024-05-15
builtin/config: convert `regexp` to a local variable
Patrick Steinhardt
1
-9
/
+9
2024-05-15
builtin/config: convert `value_pattern` to a local variable
Patrick Steinhardt
1
-3
/
+3
2024-05-15
builtin/config: convert `do_not_match` to a local variable
Patrick Steinhardt
1
-3
/
+3
2024-05-15
builtin/config: move `respect_includes_opt` into location options
Patrick Steinhardt
1
-7
/
+12
2024-05-15
builtin/config: move default value into display options
Patrick Steinhardt
1
-8
/
+11
2024-05-15
builtin/config: move type options into display options
Patrick Steinhardt
1
-31
/
+29
2024-05-15
builtin/config: move display options into local variables
Patrick Steinhardt
1
-70
/
+101
2024-05-15
builtin/config: move location options into local variables
Patrick Steinhardt
1
-137
/
+176
2024-05-15
builtin/config: refactor functions to have common exit paths
Patrick Steinhardt
1
-26
/
+38
2024-05-15
builtin/config: check for writeability after source is set up
Patrick Steinhardt
1
-5
/
+5
2024-05-15
builtin/config: move actions into `cmd_config_actions()`
Patrick Steinhardt
1
-25
/
+23
2024-05-15
builtin/config: move legacy options into `cmd_config()`
Patrick Steinhardt
1
-30
/
+30
2024-05-15
builtin/config: move subcommand options into `cmd_config()`
Patrick Steinhardt
1
-14
/
+14
2024-05-15
builtin/config: move legacy mode into its own function
Patrick Steinhardt
1
-19
/
+24
2024-05-15
builtin/config: stop printing full usage on misuse
Patrick Steinhardt
1
-17
/
+11
2024-05-06
builtin/config: display subcommand help
Patrick Steinhardt
1
-2
/
+3
2024-05-06
builtin/config: introduce "edit" subcommand
Patrick Steinhardt
1
-26
/
+55
2024-05-06
builtin/config: introduce "remove-section" subcommand
Patrick Steinhardt
1
-0
/
+32
2024-05-06
builtin/config: introduce "rename-section" subcommand
Patrick Steinhardt
1
-0
/
+32
2024-05-06
builtin/config: introduce "unset" subcommand
Patrick Steinhardt
1
-0
/
+39
2024-05-06
builtin/config: introduce "set" subcommand
Patrick Steinhardt
1
-0
/
+63
2024-05-06
builtin/config: introduce "get" subcommand
Patrick Steinhardt
1
-9
/
+60
2024-05-06
builtin/config: introduce "list" subcommand
Patrick Steinhardt
1
-12
/
+78
2024-05-06
builtin/config: pull out function to handle `--null`
Patrick Steinhardt
1
-6
/
+9
2024-05-06
builtin/config: pull out function to handle config location
Patrick Steinhardt
1
-65
/
+68
2024-05-06
builtin/config: use `OPT_CMDMODE()` to specify modes
Patrick Steinhardt
1
-18
/
+14
2024-05-06
builtin/config: move "fixed-value" option to correct group
Patrick Steinhardt
1
-1
/
+1
2024-05-06
builtin/config: move option array around
Patrick Steinhardt
1
-48
/
+48
2024-05-06
config: clarify memory ownership when preparing comment strings
Patrick Steinhardt
1
-5
/
+6
2024-03-15
config: allow tweaking whitespace between value and comment
Junio C Hamano
1
-6
/
+1
2024-03-15
config: fix --comment formatting
Junio C Hamano
1
-4
/
+11
2024-03-15
config: add --comment option to add a comment
Ralph Seichter
1
-7
/
+15
2024-01-29
config: add back code comment
Kristoffer Haugsbakk
1
-0
/
+6
2024-01-18
config: factor out global config file retrieval
Kristoffer Haugsbakk
1
-22
/
+3
2024-01-18
config: rename global config function
Kristoffer Haugsbakk
1
-1
/
+1
2024-01-18
config: format newlines
Kristoffer Haugsbakk
1
-1
/
+0
2023-07-17
Merge branch 'cw/compat-util-header-cleanup'
Junio C Hamano
1
-2
/
+0
2023-07-06
Merge branch 'gc/config-context'
Junio C Hamano
1
-25
/
+47
2023-07-05
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
1
-1
/
+0
2023-07-05
treewide: remove unnecessary includes for wrapper.h
Calvin Wan
1
-1
/
+0
2023-06-28
config: pass kvi to die_bad_number()
Glen Choo
1
-9
/
+12
2023-06-28
config.c: pass ctx with CLI config
Glen Choo
1
-17
/
+30
2023-06-28
config: add ctx arg to config_fn_t
Glen Choo
1
-2
/
+8
[next]