summaryrefslogtreecommitdiff
path: root/config.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | config: provide a version of git_config with more optionsJeff King2012-02-171-4/+14
* | config: teach git_config_rename_section a file argumentJeff King2012-02-171-7/+13
* | config: teach git_config_set_multivar_in_file a default pathJeff King2012-02-171-13/+7
* | Merge branch 'jc/stream-to-pack'Junio C Hamano2011-12-161-0/+4
|\ \
| * | bulk-checkin: replace fast-import based implementationjc/stream-to-packJunio C Hamano2011-12-011-0/+4
* | | Merge branch 'na/strtoimax'Junio C Hamano2011-12-051-10/+31
|\ \ \
| * | | Support sizes >=2G in various config options accepting 'g' sizes.na/strtoimaxNick Alcock2011-11-051-10/+31
* | | | config.c: Fix a static buffer overwrite bug by avoiding mkpath()Ramsay Jones2011-11-201-2/+2
| |/ / |/| |
* | | Merge branch 'bc/attr-ignore-case'Junio C Hamano2011-10-171-0/+3
|\ \ \ | | |/ | |/|
| * | attr: read core.attributesfile from git_default_core_configJunio C Hamano2011-10-061-0/+3
* | | Merge branch 'rr/revert-cherry-pick-continue'Junio C Hamano2011-10-051-9/+27
|\ \ \ | |/ / |/| |
| * | config: Introduce functions to write non-standard fileRamkumar Ramachandra2011-08-041-9/+27
| |/
* | Merge branch 'jc/pack-order-tweak'Junio C Hamano2011-08-051-0/+3
|\ \
| * | core: log offset pack data accesses happenedJunio C Hamano2011-07-061-0/+3
| |/
* | Merge branch 'maint'Junio C Hamano2011-07-221-2/+2
|\ \