index
:
org/kernel/git.git
master
forked from git/git
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
config.c
Commit message (
Expand
)
Author
Age
*
add UNLEAK annotation for reducing leak false positives
Jeff King
2017-09-08
*
config: plug user_config leak
Jeff King
2017-09-06
*
Merge branch 'ab/free-and-null'
Junio C Hamano
2017-06-24
|
\
|
*
coccinelle: make use of the "type" FREE_AND_NULL() rule
Ævar Arnfjörð Bjarmason
2017-06-16
*
|
Merge branch 'bw/config-h'
Junio C Hamano
2017-06-24
|
\
\
|
|
/
|
/
|
|
*
config: don't implicitly use gitdir or commondir
Brandon Williams
2017-06-15
|
*
config: don't include config.h by default
Brandon Williams
2017-06-15
*
|
config: complain about --local outside of a git repo
Jeff King
2017-05-15
|
/
*
Merge branch 'jk/war-on-git-path'
Junio C Hamano
2017-04-26
|
\
|
*
replace xstrdup(git_path(...)) with git_pathdup(...)
Jeff King
2017-04-20
*
|
Merge branch 'nd/conditional-config-in-early-config'
Junio C Hamano
2017-04-26
|
\
\
|
*
|
config: prepare to pass more info in git_config_with_options()
Nguyễn Thái Ngọc Duy
2017-04-17
*
|
|
Merge branch 'nd/conditional-config-include'
Junio C Hamano
2017-04-23
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
path.c: and an option to call real_path() in expand_user_path()
Nguyễn Thái Ngọc Duy
2017-04-14
|
|
/
*
|
prefix_filename: return newly allocated string
Jeff King
2017-03-21
*
|
prefix_filename: drop length parameter
Jeff King
2017-03-21
|
/
*
i18n: config: mark error message for translation
Vasco Almeida
2016-09-15
*
Merge branch 'js/commit-slab-decl-fix'
Junio C Hamano
2016-08-10
|
\
|
*
config.c: avoid duplicated global static variables
Johannes Sixt
2016-08-09
|
*
Merge branch 'pt/xdg-config-path' into maint
Junio C Hamano
2015-06-05
|
|
\
|
*
\
Sync with 2.3.8
Junio C Hamano
2015-05-11
|
|
\
\
|
|
*
\
Merge branch 'oh/fix-config-default-user-name-section' into maint-2.3
Junio C Hamano
2015-05-11
|
|
|
\
\
*
|
|
|
|
config: fix bogus fd check when setting up default config
Jeff King
2016-07-08
*
|
|
|
|
Merge branch 'jk/config-get-urlmatch'
Junio C Hamano
2016-04-03
|
\
\
\
\
\
|
*
|
|
|
|
config: fail if --get-urlmatch finds no value
John Keeping
2016-02-28
*
|
|
|
|
|
Merge branch 'js/config-set-in-non-repository'
Junio C Hamano
2016-02-26
|
\
\
\
\
\
\
|
*
|
|
|
|
|
git config: report when trying to modify a non-existing repo config
Johannes Schindelin
2016-02-25
|
|
/
/
/
/
/
*
|
|
|
|
|
Merge branch 'ps/config-error'
Junio C Hamano
2016-02-26
|
\
\
\
\
\
\
|
*
|
|
|
|
|
config: rename git_config_set to git_config_set_gently
Patrick Steinhardt
2016-02-22
|
|
/
/
/
/
/
*
|
|
|
|
|
config: add '--show-origin' option to print the origin of a config value
Lars Schneider
2016-02-22
|
/
/
/
/
/
*
|
|
|
|
config: use xstrfmt in normalize_value
Jeff King
2015-09-25
*
|
|
|
|
get_urlmatch: avoid useless strbuf write
Jeff King
2015-08-20
*
|
|
|
|
format_config: simplify buffer handling
Jeff King
2015-08-20
*
|
|
|
|
format_config: don't init strbuf
Jeff King
2015-08-20
*
|
|
|
|
config: restructure format_config() for better control flow
SZEDER Gábor
2015-08-20
*
|
|
|
|
config: add '--name-only' option to list only variable names
SZEDER Gábor
2015-08-10
*
|
|
|
|
Merge branch 'pt/xdg-config-path'
Junio C Hamano
2015-05-11
|
\
\
\
\
\
|
|
|
_
|
_
|
/
|
|
/
|
|
|
|
*
|
|
|
git-config: replace use of home_config_paths()
Paul Tan
2015-05-06
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge branch 'jn/clean-use-error-not-fprintf-on-stderr'
Junio C Hamano
2015-05-11
|
\
\
\
\
|
*
|
|
|
config: use error() instead of fprintf(stderr, ...)
Jonathan Nieder
2015-05-04
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge branch 'oh/fix-config-default-user-name-section'
Junio C Hamano
2015-05-05
|
\
\
\
\
|
|
/
/
/
|
/
|
|
/
|
|
|
/
|
|
/
|
|
*
|
config: fix settings in default_user_config template
Ossi Herrala
2015-04-17
*
|
|
standardize usage info string format
Alex Henrie
2015-01-14
|
|
/
|
/
|
*
|
Merge branch 'jk/colors-fix'
Junio C Hamano
2014-12-12
|
\
\
|
*
|
config: fix parsing of "git config --get-color some.key -1"
Jeff King
2014-11-20
*
|
|
cmd_config(): make a copy of path obtained from git_path()
Michael Haggerty
2014-11-17
*
|
|
Merge branch 'jn/parse-config-slot'
Junio C Hamano
2014-10-20
|
\
\
\
|
*
|
|
color_parse: do not mention variable name in error message
Jeff King
2014-10-14
|
|
/
/
|
*
|
Merge branch 'ta/config-add-to-empty-or-true-fix' into maint
Junio C Hamano
2014-09-29
|
|
\
\
*
|
\
\
Merge branch 'ta/config-add-to-empty-or-true-fix'
Junio C Hamano
2014-09-19
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
[next]