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-05-24
Merge branch 'fixes/2.45.1/2.40' into fixes/2.45.1/2.41
Junio C Hamano
1
-12
/
+1
2024-05-24
Merge branch 'jc/fix-2.45.1-and-friends-for-2.39' into fixes/2.45.1/2.40
Junio C Hamano
1
-12
/
+1
2024-05-21
Revert "core.hooksPath: add some protection while cloning"
Johannes Schindelin
1
-12
/
+1
2024-04-19
Sync with 2.40.2
Johannes Schindelin
1
-1
/
+12
2024-04-19
Sync with 2.39.4
Johannes Schindelin
1
-1
/
+12
2024-04-19
core.hooksPath: add some protection while cloning
Johannes Schindelin
1
-1
/
+12
2023-05-09
Merge branch 'en/header-split-cache-h-part-2'
Junio C Hamano
1
-1
/
+2
2023-04-25
Merge branch 'en/header-split-cache-h'
Junio C Hamano
1
-0
/
+6
2023-04-24
Sync with Git 2.40.1
Junio C Hamano
1
-11
/
+25
2023-04-24
treewide: remove cache.h inclusion due to previous changes
Elijah Newren
1
-1
/
+1
2023-04-24
ws.h: move declarations for ws.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-04-17
Sync with 2.39.3
Johannes Schindelin
1
-11
/
+25
2023-04-17
Sync with 2.38.5
Johannes Schindelin
1
-11
/
+25
2023-04-17
Sync with 2.37.7
Johannes Schindelin
1
-11
/
+25
2023-04-17
Sync with 2.36.6
Johannes Schindelin
1
-11
/
+25
2023-04-17
Sync with 2.35.8
Johannes Schindelin
1
-11
/
+25
2023-04-17
Sync with 2.34.8
Johannes Schindelin
1
-11
/
+25
2023-04-17
Sync with 2.33.8
Johannes Schindelin
1
-11
/
+25
2023-04-17
Sync with 2.32.7
Johannes Schindelin
1
-11
/
+25
2023-04-17
Sync with 2.31.8
Johannes Schindelin
1
-11
/
+25
2023-04-17
Sync with 2.30.9
Johannes Schindelin
1
-11
/
+25
2023-04-17
config.c: disallow overly-long lines in `copy_or_rename_section_in_file()`
Taylor Blau
1
-0
/
+13
2023-04-17
config.c: avoid integer truncation in `copy_or_rename_section_in_file()`
Taylor Blau
1
-5
/
+5
2023-04-17
config: avoid fixed-sized buffer when renaming/deleting a section
Taylor Blau
1
-6
/
+7
2023-04-11
mailmap, quote: move declarations of global vars to correct unit
Elijah Newren
1
-0
/
+1
2023-04-11
pager.h: move declarations for pager.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-04-11
object-name.h: move declarations for object-name.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-04-11
treewide: be explicit about dependence on convert.h
Elijah Newren
1
-0
/
+1
2023-04-11
treewide: be explicit about dependence on advice.h
Elijah Newren
1
-0
/
+1
2023-04-11
treewide: be explicit about dependence on trace.h & trace2.h
Elijah Newren
1
-0
/
+1
2023-04-06
Merge branch 'en/header-split-cleanup'
Junio C Hamano
1
-1
/
+6
2023-04-06
Merge branch 'gc/config-parsing-cleanup'
Junio C Hamano
1
-245
/
+343
2023-04-06
Merge branch 'ab/config-multi-and-nonbool'
Junio C Hamano
1
-17
/
+92
2023-03-28
config.c: rename "struct config_source cf"
Glen Choo
1
-131
/
+131
2023-03-28
config: report cached filenames in die_bad_number()
Glen Choo
1
-20
/
+45
2023-03-28
config.c: remove current_parsing_scope
Glen Choo
1
-26
/
+37
2023-03-28
config.c: remove current_config_kvi
Glen Choo
1
-39
/
+43
2023-03-28
config.c: plumb the_reader through callbacks
Glen Choo
1
-31
/
+43
2023-03-28
config.c: create config_reader and the_reader
Glen Choo
1
-31
/
+51
2023-03-28
config.c: don't assign to "cf_global" directly
Glen Choo
1
-13
/
+24
2023-03-28
config.c: plumb config_source through static fns
Glen Choo
1
-69
/
+84
2023-03-28
config API: add "string" version of *_value_multi(), fix segfaults
Ævar Arnfjörð Bjarmason
1
-0
/
+32
2023-03-28
config API: have *_multi() return an "int" and take a "dest"
Ævar Arnfjörð Bjarmason
1
-14
/
+20
2023-03-28
config API: add and use a "git_config_get()" family of functions
Ævar Arnfjörð Bjarmason
1
-7
/
+44
2023-03-27
config: tell the user that we expect an ASCII character
Kristoffer Haugsbakk
1
-1
/
+1
2023-03-21
write-or-die.h: move declarations for write-or-die.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
setup.h: move declarations for setup.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
wrapper.h: move declarations for wrapper.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
abspath.h: move absolute path functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
1
-0
/
+1
[next]