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 '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
|
\
\
|
*
|
config: die when --blob is used outside a repository
Jeff King
2018-05-21
1
-0
/
+3
*
|
|
Merge branch 'js/use-bug-macro'
Junio C Hamano
2018-05-30
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Replace all die("BUG: ...") calls by BUG() ones
Johannes Schindelin
2018-05-06
1
-1
/
+1
|
|
/
*
|
builtin/config: introduce `color` type specifier
Taylor Blau
2018-04-23
1
-0
/
+22
*
|
builtin/config: introduce `--default`
Taylor Blau
2018-04-23
1
-0
/
+18
*
|
builtin/config.c: support `--type=<type>` as preferred alias for `--<type>`
Taylor Blau
2018-04-19
1
-5
/
+60
*
|
builtin/config.c: treat type specifiers singularly
Taylor Blau
2018-04-10
1
-27
/
+22
|
/
*
config: change default of `pager.config` to "on"
Martin Ågren
2018-02-21
1
-1
/
+1
*
config: respect `pager.config` in list/get-mode only
Martin Ågren
2018-02-21
1
-0
/
+10
*
config: add --expiry-date
Haaris Mehmood
2017-11-18
1
-1
/
+9
*
add UNLEAK annotation for reducing leak false positives
Jeff King
2017-09-08
1
-0
/
+4
*
config: plug user_config leak
Jeff King
2017-09-06
1
-2
/
+5
*
Merge branch 'ab/free-and-null'
Junio C Hamano
2017-06-24
1
-4
/
+2
|
\
|
*
coccinelle: make use of the "type" FREE_AND_NULL() rule
Ævar Arnfjörð Bjarmason
2017-06-16
1
-4
/
+2
*
|
Merge branch 'bw/config-h'
Junio C Hamano
2017-06-24
1
-11
/
+16
|
\
\
|
|
/
|
/
|
|
*
config: don't implicitly use gitdir or commondir
Brandon Williams
2017-06-15
1
-11
/
+15
|
*
config: don't include config.h by default
Brandon Williams
2017-06-15
1
-0
/
+1
*
|
config: complain about --local outside of a git repo
Jeff King
2017-05-15
1
-0
/
+3
|
/
*
Merge branch 'jk/war-on-git-path'
Junio C Hamano
2017-04-26
1
-2
/
+3
|
\
|
*
replace xstrdup(git_path(...)) with git_pathdup(...)
Jeff King
2017-04-21
1
-2
/
+3
*
|
Merge branch 'nd/conditional-config-in-early-config'
Junio C Hamano
2017-04-26
1
-9
/
+12
|
\
\
|
*
|
config: prepare to pass more info in git_config_with_options()
Nguyễn Thái Ngọc Duy
2017-04-18
1
-9
/
+12
*
|
|
Merge branch 'nd/conditional-config-include'
Junio C Hamano
2017-04-24
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
path.c: and an option to call real_path() in expand_user_path()
Nguyễn Thái Ngọc Duy
2017-04-15
1
-1
/
+1
|
|
/
*
|
prefix_filename: return newly allocated string
Jeff King
2017-03-21
1
-2
/
+1
*
|
prefix_filename: drop length parameter
Jeff King
2017-03-21
1
-1
/
+0
|
/
*
i18n: config: mark error message for translation
Vasco Almeida
2016-09-15
1
-2
/
+2
*
Merge branch 'js/commit-slab-decl-fix'
Junio C Hamano
2016-08-10
1
-1
/
+0
|
\
|
*
config.c: avoid duplicated global static variables
Johannes Sixt
2016-08-09
1
-1
/
+0
|
*
Merge branch 'pt/xdg-config-path' into maint
Junio C Hamano
2015-06-05
1
-4
/
+2
|
|
\
|
*
\
Sync with 2.3.8
Junio C Hamano
2015-05-11
1
-2
/
+2
|
|
\
\
|
|
*
\
Merge branch 'oh/fix-config-default-user-name-section' into maint-2.3
Junio C Hamano
2015-05-11
1
-2
/
+2
|
|
|
\
\
*
|
|
|
|
config: fix bogus fd check when setting up default config
Jeff King
2016-07-08
1
-1
/
+1
*
|
|
|
|
Merge branch 'jk/config-get-urlmatch'
Junio C Hamano
2016-04-03
1
-1
/
+4
|
\
\
\
\
\
|
*
|
|
|
|
config: fail if --get-urlmatch finds no value
John Keeping
2016-02-28
1
-1
/
+4
*
|
|
|
|
|
Merge branch 'js/config-set-in-non-repository'
Junio C Hamano
2016-02-26
1
-0
/
+3
|
\
\
\
\
\
\
|
*
|
|
|
|
|
git config: report when trying to modify a non-existing repo config
Johannes Schindelin
2016-02-25
1
-0
/
+3
|
|
/
/
/
/
/
*
|
|
|
|
|
Merge branch 'ps/config-error'
Junio C Hamano
2016-02-26
1
-14
/
+14
|
\
\
\
\
\
\
|
*
|
|
|
|
|
config: rename git_config_set to git_config_set_gently
Patrick Steinhardt
2016-02-22
1
-14
/
+14
|
|
/
/
/
/
/
*
/
/
/
/
/
config: add '--show-origin' option to print the origin of a config value
Lars Schneider
2016-02-22
1
-0
/
+33
|
/
/
/
/
/
*
|
|
|
|
config: use xstrfmt in normalize_value
Jeff King
2015-09-25
1
-21
/
+13
*
|
|
|
|
get_urlmatch: avoid useless strbuf write
Jeff King
2015-08-20
1
-4
/
+1
*
|
|
|
|
format_config: simplify buffer handling
Jeff King
2015-08-20
1
-22
/
+16
*
|
|
|
|
format_config: don't init strbuf
Jeff King
2015-08-20
1
-2
/
+1
[next]