index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
config.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-10
__attribute__: remove redundant attribute declaration for git_die_config()
Junio C Hamano
1
-1
/
+0
2024-04-15
Merge branch 'jc/unleak-core-excludesfile'
Junio C Hamano
1
-1
/
+3
2024-04-08
config: do not leak excludes_file
Junio C Hamano
1
-1
/
+3
2024-04-05
Merge branch 'jk/core-comment-string'
Junio C Hamano
1
-4
/
+7
2024-04-05
Merge branch 'rs/config-comment'
Junio C Hamano
1
-8
/
+72
2024-04-01
Merge branch 'ds/config-internal-whitespace-fix'
Junio C Hamano
1
-5
/
+10
2024-03-27
config: add core.commentString
Jeff King
1
-3
/
+4
2024-03-21
config: really keep value-internal whitespace verbatim
Dragan Simic
1
-4
/
+9
2024-03-21
config: minor addition of whitespace
Dragan Simic
1
-1
/
+1
2024-03-15
config: allow tweaking whitespace between value and comment
Junio C Hamano
1
-11
/
+58
2024-03-15
config: fix --comment formatting
Junio C Hamano
1
-6
/
+14
2024-03-15
config: add --comment option to add a comment
Ralph Seichter
1
-8
/
+17
2024-03-12
config: allow multi-byte core.commentChar
Jeff King
1
-5
/
+5
2024-03-12
environment: store comment_line_char as a string
Jeff King
1
-1
/
+1
2024-03-12
config: forbid newline as core.commentChar
Jeff King
1
-0
/
+2
2024-01-18
config: factor out global config file retrieval
Kristoffer Haugsbakk
1
-0
/
+20
2024-01-18
config: rename global config function
Kristoffer Haugsbakk
1
-2
/
+2
2024-01-18
config: format newlines
Kristoffer Haugsbakk
1
-2
/
+0
2024-01-08
Merge branch 'en/header-cleanup'
Junio C Hamano
1
-3
/
+0
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
1
-3
/
+0
2023-12-09
config: use git_config_string() for core.checkRoundTripEncoding
Jeff King
1
-6
/
+2
2023-12-09
config: reject bogus values for core.checkstat
Jeff King
1
-0
/
+3
2023-12-09
config: handle NULL value when parsing non-bools
Jeff King
1
-0
/
+8
2023-10-30
Merge branch 'jc/attr-tree-config'
Junio C Hamano
1
-0
/
+16
2023-10-13
attr: add attr.tree for setting the treeish to read attributes from
John Cai
1
-0
/
+16
2023-10-10
Merge branch 'cw/prelim-cleanup'
Junio C Hamano
1
-172
/
+1
2023-09-29
parse: separate out parsing functions from config.h
Calvin Wan
1
-179
/
+1
2023-09-29
config: correct bad boolean env value error message
Calvin Wan
1
-1
/
+8
2023-08-31
add core.maxTreeDepth config
Jeff King
1
-0
/
+5
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
-326
/
+220
2023-07-06
Merge branch 'gc/config-partial-submodule-kvi-fix'
Junio C Hamano
1
-6
/
+0
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-29
Merge branch 'en/header-split-cache-h-part-3'
Junio C Hamano
1
-1
/
+4
2023-06-28
config: pass source to config_parser_event_fn_t
Glen Choo
1
-64
/
+13
2023-06-28
config: add kvi.path, use it to evaluate includes
Glen Choo
1
-21
/
+19
2023-06-28
config.c: remove config_reader from configsets
Glen Choo
1
-34
/
+11
2023-06-28
config: pass kvi to die_bad_number()
Glen Choo
1
-95
/
+61
2023-06-28
trace2: plumb config kvi
Glen Choo
1
-46
/
+0
2023-06-28
config.c: pass ctx with CLI config
Glen Choo
1
-39
/
+41
2023-06-28
config: pass ctx with config files
Glen Choo
1
-35
/
+70
2023-06-28
config.c: pass ctx in configsets
Glen Choo
1
-19
/
+16
2023-06-28
config: add ctx arg to config_fn_t
Glen Choo
1
-14
/
+24
2023-06-26
config: don't BUG when both kvi and source are set
Glen Choo
1
-6
/
+0
2023-06-23
Merge branch 'rj/leakfixes'
Junio C Hamano
1
-0
/
+2
2023-06-22
Merge branch 'ds/disable-replace-refs'
Junio C Hamano
1
-5
/
+0
2023-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
1
-1
/
+1
2023-06-21
git-compat-util.h: remove unneccessary include of wildmatch.h
Elijah Newren
1
-0
/
+1
2023-06-21
repository: remove unnecessary include of path.h
Elijah Newren
1
-0
/
+1
[next]