aboutsummaryrefslogtreecommitdiff
path: root/config.c
Commit message (Expand)AuthorAge
* Merge branch 'ks/config-file-stdin'Junio C Hamano2014-03-14
|\
| * config: teach "git config --file -" to read from the standard inputKirill A. Shutemov2014-02-18
| * config: change git_config_with_options() interfaceKirill A. Shutemov2014-02-18
| * config: disallow relative include paths from blobsJeff King2014-02-18
* | Merge branch 'jc/core-checkstat-2.0'Junio C Hamano2014-03-07
|\ \
| * | core.statinfo: remove as promised in Git 2.0Junio C Hamano2013-05-06
* | | Merge branch 'jk/config-path-include-fix'Junio C Hamano2014-02-27
|\ \ \ | |_|/ |/| |
| * | handle_path_include: don't look at NULL valueJeff King2014-01-28
* | | Merge branch 'cc/starts-n-ends-with'Junio C Hamano2013-12-17
|\ \ \
| * | | replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder2013-12-05
* | | | Merge branch 'tr/config-multivalue-lift-max'Junio C Hamano2013-12-12
|\ \ \ \ | |/ / / |/| | |
| * | | config: arbitrary number of matches for --unset and --replace-allThomas Rast2013-12-06
| * | | Merge branch 'hv/config-from-blob' into maintJunio C Hamano2013-09-05
| |\ \ \
* | | | | config.c: mark file-local function staticRamsay Jones2013-10-14
* | | | | Merge branch 'jk/config-int-range-check'Junio C Hamano2013-09-12
|\ \ \ \ \
| * | | | | git-config: always treat --int as 64-bit internallyJeff King2013-09-09
| * | | | | config: make numeric parsing errors more clearJeff King2013-09-09
| * | | | | config: set errno in numeric git_parse_* functionsJeff King2013-09-09
| * | | | | config: properly range-check integer valuesJeff King2013-09-09
| * | | | | config: factor out integer parsing from range checksJeff King2013-09-09
| |/ / / /
* | | | | Merge branch 'hv/config-from-blob'Junio C Hamano2013-08-30
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | config: do not use C function names as struct membersJeff King2013-08-26
* | | | Merge branch 'hv/config-from-blob'Junio C Hamano2013-07-22
|\ \ \ \ | |/ / /
| * | | do not die when error in config parsing of buf occursHeiko Voigt2013-07-12
| * | | teach config --blob option to parse config from databaseHeiko Voigt2013-07-12
| * | | config: make parsing stack struct independent from actual data sourceHeiko Voigt2013-07-12
| * | | config: drop cf validity check in get_next_char()Heiko Voigt2013-07-12
| * | | config: factor out config file stack managementHeiko Voigt2013-07-12
* | | | Merge branch 'nd/traces'Junio C Hamano2013-06-20
|\ \ \ \
| * | | | core: use env variable instead of config var to turn on logging pack accessNguyễn Thái Ngọc Duy2013-06-09
| |/ / /
* | | | Merge branch 'jc/core-checkstat'Junio C Hamano2013-06-05
|\ \ \ \ | | |_|/ | |/| |
| * | | deprecate core.statinfo at Git 2.0 boundaryJunio C Hamano2013-05-06
| |/ /
* | | config: allow inaccessible configuration under $HOMEJonathan Nieder2013-04-15
|/ /
* | Merge branch 'jk/config-parsing-cleanup'Junio C Hamano2013-02-04
|\ \
| * | config: add helper function for parsing key namesJeff King2013-01-23
* | | Merge branch 'jc/custom-comment-char'Junio C Hamano2013-02-04
|\ \ \
| * | | Allow custom "comment char"Junio C Hamano2013-01-16
| |/ /
* | | Enable minimal stat checkingRobin Rosenberg2013-01-22
|/ /
* | Merge branch 'jn/warn-on-inaccessible-loosen'Junio C Hamano2013-01-06
|\ \
| * | config: exit on error accessing any config fileJonathan Nieder2012-10-14
| * | config: treat user and xdg config permission problems as errorsJonathan Nieder2012-10-13
* | | Merge branch 'jk/error-const-return'Junio C Hamano2013-01-05
|\ \ \
| * | | silence some -Wuninitialized false positivesJeff King2012-12-15
* | | | mailmap: support reading mailmap from blobsJeff King2012-12-12
|/ / /
* | | Merge branch 'jk/config-ignore-duplicates'Junio C Hamano2012-11-21
|\ \ \
| * | | git-config: fix regexp memory leaks on error conditionsJeff King2012-10-24
| |/ /
* | | Remove the hard coded length limit on variable names in config filesBen Walton2012-10-01
|/ /
* | config: warn on inaccessible filesJeff King2012-08-21
* | Merge branch 'mm/config-xdg'Junio C Hamano2012-07-22
|\ \
| * | config: fix several access(NULL) callsMatthieu Moy2012-07-16