index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
config.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-08-24
i18n: simplify numeric error reporting
Jean-Noel Avila
1
-28
/
+16
2016-07-28
i18n: config: unfold error messages marked for translation
Vasco Almeida
1
-19
/
+98
2016-07-06
Merge branch 'jk/upload-pack-hook'
Junio C Hamano
1
-39
/
+95
2016-06-27
Merge branch 'pc/occurred'
Junio C Hamano
1
-1
/
+1
2016-06-10
config.c: fix misspelt "occurred" in an error message
Peter Colberg
1
-1
/
+1
2016-06-06
Merge branch 'tb/core-eol-fix' into maint
Junio C Hamano
1
-4
/
+0
2016-05-27
config: add a notion of "scope"
Jeff King
1
-0
/
+23
2016-05-27
config: return configset value for current_config_ functions
Jeff King
1
-9
/
+42
2016-05-26
Merge branch 'js/windows-dotgit' into maint
Junio C Hamano
1
-0
/
+8
2016-05-24
config: set up config_source for command-line config
Jeff King
1
-4
/
+19
2016-05-24
git_config_parse_parameter: refactor cleanup code
Jeff King
1
-6
/
+7
2016-05-24
git_config_with_options: drop "found" counting
Jeff King
1
-25
/
+9
2016-05-23
Merge branch 'tb/core-eol-fix'
Junio C Hamano
1
-4
/
+0
2016-05-18
Merge branch 'sb/misc-cleanups' into HEAD
Junio C Hamano
1
-4
/
+1
2016-05-17
Merge branch 'js/windows-dotgit'
Junio C Hamano
1
-0
/
+8
2016-05-17
Merge branch 'nd/error-errno'
Junio C Hamano
1
-13
/
+9
2016-05-17
Merge branch 'ab/hooks'
Junio C Hamano
1
-0
/
+3
2016-05-11
mingw: introduce the 'core.hideDotFiles' setting
Johannes Schindelin
1
-0
/
+8
2016-05-10
Merge branch 'sb/misc-cleanups'
Junio C Hamano
1
-4
/
+1
2016-05-09
config.c: use error_errno()
Nguyễn Thái Ngọc Duy
1
-13
/
+9
2016-05-04
hooks: allow customizing where the hook directory is
Ævar Arnfjörð Bjarmason
1
-0
/
+3
2016-05-02
Merge branch 'jk/do-not-printf-NULL' into maint
Junio C Hamano
1
-7
/
+11
2016-04-28
config.c: drop local variable
Stefan Beller
1
-4
/
+1
2016-04-25
convert: allow core.autocrlf=input and core.eol=crlf
Torsten Bögershausen
1
-4
/
+0
2016-04-22
Merge branch 'jk/do-not-printf-NULL'
Junio C Hamano
1
-7
/
+11
2016-04-13
Merge branch 'jk/check-repository-format'
Junio C Hamano
1
-8
/
+4
2016-04-10
git_config_set_multivar_in_file: handle "unset" errors
Jeff King
1
-2
/
+6
2016-04-10
git_config_set_multivar_in_file: all non-zero returns are errors
Jeff King
1
-1
/
+1
2016-04-10
config: lower-case first word of error strings
Jeff King
1
-5
/
+5
2016-04-06
Merge branch 'jk/submodule-c-credential'
Junio C Hamano
1
-1
/
+1
2016-03-23
git_config_push_parameter: handle empty GIT_CONFIG_PARAMETERS
Jeff King
1
-1
/
+1
2016-03-11
config: drop git_config_early
Jeff King
1
-8
/
+4
2016-03-10
Merge branch 'jk/tighten-alloc' into maint
Junio C Hamano
1
-3
/
+1
2016-02-26
Merge branch 'ps/config-error'
Junio C Hamano
1
-12
/
+40
2016-02-26
Merge branch 'ls/config-origin'
Junio C Hamano
1
-11
/
+25
2016-02-26
Merge branch 'jk/tighten-alloc'
Junio C Hamano
1
-3
/
+1
2016-02-22
use xmallocz to avoid size arithmetic
Jeff King
1
-3
/
+1
2016-02-22
config: rename git_config_set_or_die to git_config_set
Patrick Steinhardt
1
-12
/
+12
2016-02-22
config: rename git_config_set to git_config_set_gently
Patrick Steinhardt
1
-14
/
+15
2016-02-22
config: add 'origin_type' to config_source struct
Lars Schneider
1
-11
/
+25
2016-02-19
rename git_config_from_buf to git_config_from_mem
Lars Schneider
1
-2
/
+2
2016-02-16
config: introduce set_or_die wrappers
Patrick Steinhardt
1
-0
/
+27
2016-01-27
test-dump-untracked-cache: don't modify the untracked cache
Christian Couder
1
-0
/
+4
2016-01-27
config: add core.untrackedCache
Christian Couder
1
-0
/
+20
2015-12-01
Make error message after failing commit_lock_file() less confusing
SZEDER Gábor
1
-2
/
+4
2015-08-31
Merge branch 'db/push-sign-if-asked'
Junio C Hamano
1
-3
/
+3
2015-08-31
Merge branch 'jk/fix-alias-pager-config-key-warnings'
Junio C Hamano
1
-10
/
+29
2015-08-26
Merge branch 'ss/fix-config-fd-leak'
Junio C Hamano
1
-1
/
+4
2015-08-25
Merge branch 'mh/tempfile'
Junio C Hamano
1
-7
/
+7
2015-08-24
config: silence warnings for command names with invalid keys
Jeff King
1
-10
/
+29
[next]