summaryrefslogtreecommitdiff
path: root/config.c
Commit message (Expand)AuthorAgeFilesLines
* config.c: mark file-local function staticRamsay Jones2013-10-141-1/+1
* Merge branch 'jk/config-int-range-check'Junio C Hamano2013-09-121-17/+67
|\
| * git-config: always treat --int as 64-bit internallyJeff King2013-09-091-0/+17
| * config: make numeric parsing errors more clearJeff King2013-09-091-5/+12
| * config: set errno in numeric git_parse_* functionsJeff King2013-09-091-4/+14
| * config: properly range-check integer valuesJeff King2013-09-091-6/+6
| * config: factor out integer parsing from range checksJeff King2013-09-091-6/+22
* | Merge branch 'hv/config-from-blob'Junio C Hamano2013-08-301-16/+16
|\ \ | |/ |/|
| * config: do not use C function names as struct membershv/config-from-blobJeff King2013-08-261-16/+16
* | Merge branch 'hv/config-from-blob'Junio C Hamano2013-07-221-48/+169
|\ \ | |/
| * do not die when error in config parsing of buf occursHeiko Voigt2013-07-121-2/+8
| * teach config --blob option to parse config from databaseHeiko Voigt2013-07-121-2/+84
| * config: make parsing stack struct independent from actual data sourceHeiko Voigt2013-07-121-21/+43
| * config: drop cf validity check in get_next_char()Heiko Voigt2013-07-121-16/+13
| * config: factor out config file stack managementHeiko Voigt2013-07-121-14/+28
* | Merge branch 'nd/traces'Junio C Hamano2013-06-201-3/+0
|\ \
| * | core: use env variable instead of config var to turn on logging pack accessNguyễn Thái Ngọc Duy2013-06-091-3/+0
| |/
* | Merge branch 'jc/core-checkstat'Junio C Hamano2013-06-051-1/+14
|\ \
| * | deprecate core.statinfo at Git 2.0 boundaryJunio C Hamano2013-05-061-1/+14
| |/
* | config: allow inaccessible configuration under $HOMEJonathan Nieder2013-04-151-5/+5
|/
* Merge branch 'jk/config-parsing-cleanup'Junio C Hamano2013-02-041-0/+33
|\
| * config: add helper function for parsing key namesJeff King2013-01-231-0/+33
* | Merge branch 'jc/custom-comment-char'Junio C Hamano2013-02-041-0/+8
|\ \
| * | Allow custom "comment char"Junio C Hamano2013-01-161-0/+8
| |/
* | Enable minimal stat checkingRobin Rosenberg2013-01-221-0/+6
|/
* Merge branch 'jn/warn-on-inaccessible-loosen'Junio C Hamano2013-01-061-5/+5
|\
| * config: exit on error accessing any config fileJonathan Nieder2012-10-141-3/+3
| * config: treat user and xdg config permission problems as errorsJonathan Nieder2012-10-131-2/+2
* | Merge branch 'jk/error-const-return'Junio C Hamano2013-01-051-0/+1
|\ \
| * | silence some -Wuninitialized false positivesJeff King2012-12-151-0/+1
* | | mailmap: support reading mailmap from blobsJeff King2012-12-121-0/+2
|/ /
* | Merge branch 'jk/config-ignore-duplicates'Junio C Hamano2012-11-211-0/+1
|\ \
| * | git-config: fix regexp memory leaks on error conditionsJeff King2012-10-241-0/+1
| |/
* | Remove the hard coded length limit on variable names in config filesBen Walton2012-10-011-30/+29
|/
* config: warn on inaccessible filesJeff King2012-08-211-5/+5
* Merge branch 'mm/config-xdg'Junio C Hamano2012-07-221-2/+2
|\
| * config: fix several access(NULL) callsMatthieu Moy2012-07-161-2/+2
* | Merge branch 'tb/sanitize-decomposed-utf-8-pathname'Junio C Hamano2012-07-131-0/+5
|\ \ | |/ |/|
| * git on Mac OS and precomposed unicodeTorsten Bögershausen2012-07-081-0/+5
* | config: read (but not write) from $XDG_CONFIG_HOME/git/config fileHuynh Khoi Nguyen Nguyen2012-06-251-9/+14
|/
* move identity config parsing to ident.cJeff King2012-05-221-23/+1
* Merge branch 'mm/simple-push'Junio C Hamano2012-05-021-2/+4
|\
| * push: introduce new push.default mode "simple"Matthieu Moy2012-04-241-2/+4
* | Merge branch 'jk/maint-config-bogus-section'Junio C Hamano2012-04-301-1/+23
|\ \
| * | config: reject bogus section names for --rename-sectionJeff King2012-04-251-1/+23
| |/
* | config: expand tildes in include.path variableJeff King2012-04-291-0/+6
|/
* Merge branch 'ms/maint-config-error-at-eol-linecount'Junio C Hamano2012-03-131-4/+9
|\
| * config: report errors at the EOL with correct line numberms/maint-config-error-at-eol-linecountMartin Stenberg2012-03-121-4/+9
* | config: add include directiveJeff King2012-02-171-2/+73
* | config: eliminate config_exclusive_filenameJeff King2012-02-171-7/+3