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
2013-12-17
Merge branch 'cc/starts-n-ends-with'
Junio C Hamano
1
-8
/
+8
2013-12-12
Merge branch 'tr/config-multivalue-lift-max'
Junio C Hamano
1
-6
/
+13
2013-12-06
config: arbitrary number of matches for --unset and --replace-all
Thomas Rast
1
-6
/
+13
2013-12-05
replace {pre,suf}fixcmp() with {starts,ends}_with()
Christian Couder
1
-8
/
+8
2013-10-14
config.c: mark file-local function static
Ramsay Jones
1
-1
/
+1
2013-09-12
Merge branch 'jk/config-int-range-check'
Junio C Hamano
1
-17
/
+67
2013-09-09
git-config: always treat --int as 64-bit internally
Jeff King
1
-0
/
+17
2013-09-09
config: make numeric parsing errors more clear
Jeff King
1
-5
/
+12
2013-09-09
config: set errno in numeric git_parse_* functions
Jeff King
1
-4
/
+14
2013-09-09
config: properly range-check integer values
Jeff King
1
-6
/
+6
2013-09-09
config: factor out integer parsing from range checks
Jeff King
1
-6
/
+22
2013-09-05
Merge branch 'hv/config-from-blob' into maint
Junio C Hamano
1
-16
/
+16
2013-08-30
Merge branch 'hv/config-from-blob'
Junio C Hamano
1
-16
/
+16
2013-08-26
config: do not use C function names as struct members
Jeff King
1
-16
/
+16
2013-07-22
Merge branch 'hv/config-from-blob'
Junio C Hamano
1
-48
/
+169
2013-07-12
do not die when error in config parsing of buf occurs
Heiko Voigt
1
-2
/
+8
2013-07-12
teach config --blob option to parse config from database
Heiko Voigt
1
-2
/
+84
2013-07-12
config: make parsing stack struct independent from actual data source
Heiko Voigt
1
-21
/
+43
2013-07-12
config: drop cf validity check in get_next_char()
Heiko Voigt
1
-16
/
+13
2013-07-12
config: factor out config file stack management
Heiko Voigt
1
-14
/
+28
2013-06-20
Merge branch 'nd/traces'
Junio C Hamano
1
-3
/
+0
2013-06-09
core: use env variable instead of config var to turn on logging pack access
Nguyễn Thái Ngọc Duy
1
-3
/
+0
2013-06-05
Merge branch 'jc/core-checkstat'
Junio C Hamano
1
-1
/
+14
2013-05-06
deprecate core.statinfo at Git 2.0 boundary
Junio C Hamano
1
-1
/
+14
2013-04-15
config: allow inaccessible configuration under $HOME
Jonathan Nieder
1
-5
/
+5
2013-02-04
Merge branch 'jk/config-parsing-cleanup'
Junio C Hamano
1
-0
/
+33
2013-02-04
Merge branch 'jc/custom-comment-char'
Junio C Hamano
1
-0
/
+8
2013-01-23
config: add helper function for parsing key names
Jeff King
1
-0
/
+33
2013-01-22
Enable minimal stat checking
Robin Rosenberg
1
-0
/
+6
2013-01-16
Allow custom "comment char"
Junio C Hamano
1
-0
/
+8
2013-01-06
Merge branch 'jn/warn-on-inaccessible-loosen'
Junio C Hamano
1
-5
/
+5
2013-01-05
Merge branch 'jk/error-const-return'
Junio C Hamano
1
-0
/
+1
2012-12-15
silence some -Wuninitialized false positives
Jeff King
1
-0
/
+1
2012-12-12
mailmap: support reading mailmap from blobs
Jeff King
1
-0
/
+2
2012-11-21
Merge branch 'jk/config-ignore-duplicates'
Junio C Hamano
1
-0
/
+1
2012-10-24
git-config: fix regexp memory leaks on error conditions
Jeff King
1
-0
/
+1
2012-10-14
config: exit on error accessing any config file
Jonathan Nieder
1
-3
/
+3
2012-10-13
config: treat user and xdg config permission problems as errors
Jonathan Nieder
1
-2
/
+2
2012-10-01
Remove the hard coded length limit on variable names in config files
Ben Walton
1
-30
/
+29
2012-08-21
config: warn on inaccessible files
Jeff King
1
-5
/
+5
2012-07-22
Merge branch 'mm/config-xdg'
Junio C Hamano
1
-2
/
+2
2012-07-16
config: fix several access(NULL) calls
Matthieu Moy
1
-2
/
+2
2012-07-13
Merge branch 'tb/sanitize-decomposed-utf-8-pathname'
Junio C Hamano
1
-0
/
+5
2012-07-08
git on Mac OS and precomposed unicode
Torsten Bögershausen
1
-0
/
+5
2012-06-25
config: read (but not write) from $XDG_CONFIG_HOME/git/config file
Huynh Khoi Nguyen Nguyen
1
-9
/
+14
2012-05-22
move identity config parsing to ident.c
Jeff King
1
-23
/
+1
2012-05-02
Merge branch 'mm/simple-push'
Junio C Hamano
1
-2
/
+4
2012-04-30
Merge branch 'jk/maint-config-bogus-section'
Junio C Hamano
1
-1
/
+23
2012-04-29
config: expand tildes in include.path variable
Jeff King
1
-0
/
+6
2012-04-25
config: reject bogus section names for --rename-section
Jeff King
1
-1
/
+23
[next]