index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
config.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
config: factor out global config file retrieval
Kristoffer Haugsbakk
2024-01-18
1
-0
/
+20
*
config: rename global config function
Kristoffer Haugsbakk
2024-01-18
1
-2
/
+2
*
config: format newlines
Kristoffer Haugsbakk
2024-01-18
1
-2
/
+0
*
Merge branch 'en/header-cleanup'
Junio C Hamano
2024-01-08
1
-3
/
+0
|
\
|
*
treewide: remove unnecessary includes in source files
Elijah Newren
2023-12-26
1
-3
/
+0
*
|
config: use git_config_string() for core.checkRoundTripEncoding
Jeff King
2023-12-09
1
-6
/
+2
*
|
config: reject bogus values for core.checkstat
Jeff King
2023-12-09
1
-0
/
+3
*
|
config: handle NULL value when parsing non-bools
Jeff King
2023-12-09
1
-0
/
+8
|
/
*
Merge branch 'jc/attr-tree-config'
Junio C Hamano
2023-10-29
1
-0
/
+16
|
\
|
*
attr: add attr.tree for setting the treeish to read attributes from
John Cai
2023-10-13
1
-0
/
+16
*
|
Merge branch 'cw/prelim-cleanup'
Junio C Hamano
2023-10-10
1
-172
/
+1
|
\
\
|
*
|
parse: separate out parsing functions from config.h
Calvin Wan
2023-09-30
1
-179
/
+1
|
*
|
config: correct bad boolean env value error message
Calvin Wan
2023-09-30
1
-1
/
+8
|
|
/
*
/
add core.maxTreeDepth config
Jeff King
2023-09-01
1
-0
/
+5
|
/
*
Merge branch 'cw/compat-util-header-cleanup'
Junio C Hamano
2023-07-17
1
-2
/
+0
|
\
|
*
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
2023-07-05
1
-1
/
+0
|
*
treewide: remove unnecessary includes for wrapper.h
Calvin Wan
2023-07-05
1
-1
/
+0
*
|
Merge branch 'gc/config-context'
Junio C Hamano
2023-07-06
1
-326
/
+220
|
\
\
|
*
|
config: pass source to config_parser_event_fn_t
Glen Choo
2023-06-28
1
-64
/
+13
|
*
|
config: add kvi.path, use it to evaluate includes
Glen Choo
2023-06-28
1
-21
/
+19
|
*
|
config.c: remove config_reader from configsets
Glen Choo
2023-06-28
1
-34
/
+11
|
*
|
config: pass kvi to die_bad_number()
Glen Choo
2023-06-28
1
-95
/
+61
|
*
|
trace2: plumb config kvi
Glen Choo
2023-06-28
1
-46
/
+0
|
*
|
config.c: pass ctx with CLI config
Glen Choo
2023-06-28
1
-39
/
+41
|
*
|
config: pass ctx with config files
Glen Choo
2023-06-28
1
-35
/
+70
|
*
|
config.c: pass ctx in configsets
Glen Choo
2023-06-28
1
-19
/
+16
|
*
|
config: add ctx arg to config_fn_t
Glen Choo
2023-06-28
1
-14
/
+24
*
|
|
Merge branch 'gc/config-partial-submodule-kvi-fix'
Junio C Hamano
2023-07-06
1
-6
/
+0
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
config: don't BUG when both kvi and source are set
Glen Choo
2023-06-26
1
-6
/
+0
*
|
|
Merge branch 'en/header-split-cache-h-part-3'
Junio C Hamano
2023-06-30
1
-1
/
+4
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
object-store-ll.h: split this header out of object-store.h
Elijah Newren
2023-06-21
1
-1
/
+1
|
*
|
git-compat-util.h: remove unneccessary include of wildmatch.h
Elijah Newren
2023-06-21
1
-0
/
+1
|
*
|
repository: remove unnecessary include of path.h
Elijah Newren
2023-06-21
1
-0
/
+1
|
*
|
read-cache*.h: move declarations for read-cache.c functions from cache.h
Elijah Newren
2023-06-21
1
-0
/
+1
*
|
|
Merge branch 'rj/leakfixes'
Junio C Hamano
2023-06-23
1
-0
/
+2
|
\
\
\
|
*
|
|
config: fix a leak in git_config_copy_or_rename_section_in_file
Rubén Justo
2023-06-17
1
-0
/
+1
|
*
|
|
config: fix a leak in git_config_copy_or_rename_section_in_file
Rubén Justo
2023-06-13
1
-0
/
+1
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'ds/disable-replace-refs'
Junio C Hamano
2023-06-23
1
-5
/
+0
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
repository: create read_replace_refs setting
Derrick Stolee
2023-06-12
1
-5
/
+0
*
|
|
repository: move 'repository_format_worktree_config' to repo scope
Victoria Dye
2023-05-26
1
-3
/
+4
*
|
|
config: pass 'repo' directly to 'config_with_options()'
Victoria Dye
2023-05-26
1
-7
/
+9
*
|
|
config: use gitdir to get worktree config
Victoria Dye
2023-05-26
1
-9
/
+19
|
|
/
|
/
|
*
|
Merge branch 'en/header-split-cache-h-part-2'
Junio C Hamano
2023-05-10
1
-1
/
+2
|
\
\
|
|
/
|
/
|
|
*
treewide: remove cache.h inclusion due to previous changes
Elijah Newren
2023-04-24
1
-1
/
+1
|
*
ws.h: move declarations for ws.c functions from cache.h
Elijah Newren
2023-04-24
1
-0
/
+1
*
|
Merge branch 'en/header-split-cache-h'
Junio C Hamano
2023-04-25
1
-0
/
+6
|
\
|
|
*
mailmap, quote: move declarations of global vars to correct unit
Elijah Newren
2023-04-11
1
-0
/
+1
|
*
pager.h: move declarations for pager.c functions from cache.h
Elijah Newren
2023-04-11
1
-0
/
+1
|
*
object-name.h: move declarations for object-name.c functions from cache.h
Elijah Newren
2023-04-11
1
-0
/
+1
|
*
treewide: be explicit about dependence on convert.h
Elijah Newren
2023-04-11
1
-0
/
+1
[next]