index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
config.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
-25
/
+47
|
\
\
|
|
/
|
/
|
|
*
config: pass kvi to die_bad_number()
Glen Choo
2023-06-28
1
-9
/
+12
|
*
config.c: pass ctx with CLI config
Glen Choo
2023-06-28
1
-17
/
+30
|
*
config: add ctx arg to config_fn_t
Glen Choo
2023-06-28
1
-2
/
+8
*
|
builtin.h: remove unneccessary includes
Elijah Newren
2023-06-21
1
-0
/
+1
|
/
*
repository: move 'repository_format_worktree_config' to repo scope
Victoria Dye
2023-05-26
1
-1
/
+2
*
config: pass 'repo' directly to 'config_with_options()'
Victoria Dye
2023-05-26
1
-5
/
+9
*
hash-ll.h: split out of hash.h to remove dependency on repository.h
Elijah Newren
2023-04-24
1
-0
/
+1
*
editor: move editor-related functions and declarations into common file
Elijah Newren
2023-04-11
1
-0
/
+1
*
setup.h: move declarations for setup.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
wrapper.h: move declarations for wrapper.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
abspath.h: move absolute path functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
ident.h: move ident-related declarations out of cache.h
Elijah Newren
2023-02-24
1
-0
/
+1
*
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
2023-02-24
1
-1
/
+1
*
built-ins: use free() not UNLEAK() if trivial, rm dead code
Ævar Arnfjörð Bjarmason
2022-11-21
1
-22
/
+20
*
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason
2022-09-01
1
-3
/
+3
*
config: mark unused callback parameters
Jeff King
2022-08-19
1
-3
/
+5
*
Merge branch 'mf/fix-type-in-config-h'
Junio C Hamano
2022-03-17
1
-1
/
+1
|
\
|
*
config: correct "--type" option in "git config -h" output
Matheus Felipe
2022-03-04
1
-1
/
+1
*
|
urlmatch.c: add and use a *_release() function
Ævar Arnfjörð Bjarmason
2022-03-04
1
-1
/
+1
|
/
*
urlmatch.[ch]: add and use URLMATCH_CONFIG_INIT
Ævar Arnfjörð Bjarmason
2021-10-01
1
-1
/
+1
*
config: unify code paths to get global config paths
Patrick Steinhardt
2021-04-19
1
-2
/
+2
*
config: rename `git_etc_config()`
Patrick Steinhardt
2021-04-19
1
-1
/
+1
*
config: implement --fixed-value with --get*
Derrick Stolee
2020-11-25
1
-5
/
+10
*
config: plumb --fixed-value into config API
Derrick Stolee
2020-11-25
1
-5
/
+11
*
config: add --fixed-value option, un-implemented
Derrick Stolee
2020-11-25
1
-0
/
+36
*
config: replace 'value_regex' with 'value_pattern'
Derrick Stolee
2020-11-25
1
-6
/
+6
*
config: convert multi_replace to flags
Derrick Stolee
2020-11-25
1
-2
/
+4
*
Merge branch 'ls/mergetool-meld-auto-merge'
Junio C Hamano
2020-09-22
1
-0
/
+17
|
\
|
*
mergetool: allow auto-merge for meld to follow the vim-diff behavior
Lin Sun
2020-09-17
1
-0
/
+17
*
|
config: complain about --worktree outside of a git repo
Matheus Tavares
2020-09-09
1
-4
/
+8
*
|
worktree: drop get_worktrees() unused 'flags' argument
Eric Sunshine
2020-06-22
1
-1
/
+1
|
/
*
config: add '--show-scope' to print the scope of a config value
Matthew Rogers
2020-02-10
1
-2
/
+18
*
config: teach git_config_source to remember its scope
Matthew Rogers
2020-02-10
1
-3
/
+13
*
config: fix typo in variable name
Matthew Rogers
2020-01-24
1
-5
/
+5
*
Merge branch 'jk/save-getenv-result'
Junio C Hamano
2019-01-29
1
-1
/
+1
|
\
|
*
config: make a copy of $GIT_CONFIG string
Jeff King
2019-01-12
1
-1
/
+1
*
|
style: the opening '{' of a function is in a separate line
Nguyễn Thái Ngọc Duy
2018-12-10
1
-1
/
+2
*
|
worktree: add per-worktree config files
Nguyễn Thái Ngọc Duy
2018-10-22
1
-1
/
+18
|
/
*
Merge branch 'nd/i18n'
Junio C Hamano
2018-08-16
1
-23
/
+27
|
\
|
*
builtin/config.c: mark more strings for translation
Nguyễn Thái Ngọc Duy
2018-07-23
1
-24
/
+24
|
*
Update messages in preparation for i18n
Nguyễn Thái Ngọc Duy
2018-07-23
1
-7
/
+11
*
|
Merge branch 'tb/config-default'
Junio C Hamano
2018-07-24
1
-12
/
+15
|
\
\
|
|
/
|
/
|
|
*
builtin/config: work around an unsized array forward declaration
Beat Bolli
2018-07-06
1
-12
/
+15
*
|
Merge branch 'jk/config-blob-sans-repo'
Junio C Hamano
2018-05-30
1
-0
/
+3
|
\
\
[next]