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 '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
*
config: restructure format_config() for better control flow
SZEDER Gábor
2015-08-20
1
-41
/
+37
*
config: add '--name-only' option to list only variable names
SZEDER Gábor
2015-08-10
1
-2
/
+12
*
Merge branch 'pt/xdg-config-path'
Junio C Hamano
2015-05-11
1
-4
/
+2
|
\
|
*
git-config: replace use of home_config_paths()
Paul Tan
2015-05-06
1
-4
/
+2
*
|
Merge branch 'jn/clean-use-error-not-fprintf-on-stderr'
Junio C Hamano
2015-05-11
1
-2
/
+2
|
\
\
|
*
|
config: use error() instead of fprintf(stderr, ...)
Jonathan Nieder
2015-05-04
1
-2
/
+2
*
|
|
Merge branch 'oh/fix-config-default-user-name-section'
Junio C Hamano
2015-05-06
1
-2
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
config: fix settings in default_user_config template
Ossi Herrala
2015-04-17
1
-2
/
+2
*
|
|
standardize usage info string format
Alex Henrie
2015-01-14
1
-1
/
+1
|
|
/
|
/
|
*
|
Merge branch 'jk/colors-fix'
Junio C Hamano
2014-12-12
1
-14
/
+13
|
\
\
|
*
|
config: fix parsing of "git config --get-color some.key -1"
Jeff King
2014-11-20
1
-14
/
+13
*
|
|
cmd_config(): make a copy of path obtained from git_path()
Michael Haggerty
2014-11-17
1
-2
/
+5
*
|
|
Merge branch 'jn/parse-config-slot'
Junio C Hamano
2014-10-20
1
-3
/
+6
|
\
\
\
|
*
|
|
color_parse: do not mention variable name in error message
Jeff King
2014-10-14
1
-3
/
+6
|
|
/
/
|
*
|
Merge branch 'ta/config-add-to-empty-or-true-fix' into maint
Junio C Hamano
2014-09-30
1
-1
/
+2
|
|
\
\
*
|
\
\
Merge branch 'ta/config-add-to-empty-or-true-fix'
Junio C Hamano
2014-09-19
1
-1
/
+2
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
config: avoid a funny sentinel value "a^"
Jeff King
2014-09-12
1
-1
/
+2
|
*
|
|
make config --add behave correctly for empty and NULL values
Tanay Abhra
2014-08-18
1
-1
/
+1
*
|
|
|
Merge branch 'mm/config-edit-global'
Junio C Hamano
2014-09-02
1
-3
/
+28
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
/
|
|
|
/
|
|
/
|
|
*
|
config --global --edit: create a template file if needed
Matthieu Moy
2014-07-25
1
-3
/
+28
|
|
/
*
|
Merge branch 'jk/daemon-tolower'
Junio C Hamano
2014-06-16
1
-14
/
+1
|
\
\
|
|
/
|
/
|
|
*
daemon/config: factor out duplicate xstrdup_tolower
Jeff King
2014-05-23
1
-14
/
+1
*
|
config: teach "git config --file -" to read from the standard input
Kirill A. Shutemov
2014-02-19
1
-0
/
+11
*
|
config: change git_config_with_options() interface
Kirill A. Shutemov
2014-02-19
1
-40
/
+35
*
|
builtin/config.c: rename check_blob_write() -> check_write()
Kirill A. Shutemov
2014-02-19
1
-9
/
+9
*
|
repo-config: remove deprecated alias for "git config"
John Keeping
2013-11-12
1
-6
/
+0
|
/
*
Merge branch 'jk/config-int-range-check'
Junio C Hamano
2013-09-12
1
-3
/
+4
|
\
|
*
git-config: always treat --int as 64-bit internally
Jeff King
2013-09-09
1
-3
/
+4
*
|
Merge branch 'jc/url-match'
Junio C Hamano
2013-09-09
1
-21
/
+119
|
\
\
|
*
|
builtin/config.c: compilation fix
Junio C Hamano
2013-08-09
1
-1
/
+1
|
*
|
config: "git config --get-urlmatch" parses section.<url>.key
Junio C Hamano
2013-08-06
1
-0
/
+98
|
*
|
builtin/config: refactor collect_config()
Junio C Hamano
2013-08-06
1
-21
/
+21
*
|
|
config parsing options: allow one flag multiple times
Stefan Beller
2013-08-07
1
-3
/
+3
*
|
|
Replace deprecated OPT_BOOLEAN by OPT_BOOL
Stefan Beller
2013-08-05
1
-1
/
+1
|
|
/
|
/
|
*
|
Merge branch 'hv/config-from-blob'
Junio C Hamano
2013-07-22
1
-4
/
+27
|
\
\
|
*
|
teach config --blob option to parse config from database
Heiko Voigt
2013-07-12
1
-4
/
+27
|
|
/
*
|
Merge branch 'mm/color-auto-default'
Junio C Hamano
2013-06-21
1
-0
/
+5
|
\
\
|
*
|
make color.ui default to 'auto'
Matthieu Moy
2013-06-10
1
-1
/
+1
|
*
|
config: refactor management of color.ui's default value
Matthieu Moy
2013-05-15
1
-0
/
+5
|
|
/
[next]