summaryrefslogtreecommitdiff
path: root/config.c
AgeCommit message (Expand)Author
2013-02-04Merge branch 'jk/config-parsing-cleanup'Junio C Hamano
2013-02-04Merge branch 'jc/custom-comment-char'Junio C Hamano
2013-01-23config: add helper function for parsing key namesJeff King
2013-01-22Enable minimal stat checkingRobin Rosenberg
2013-01-16Allow custom "comment char"Junio C Hamano
2013-01-07Merge branch 'jn/warn-on-inaccessible-loosen'Junio C Hamano
2013-01-06Merge branch 'jk/error-const-return'Junio C Hamano
2012-12-15silence some -Wuninitialized false positivesJeff King
2012-12-12mailmap: support reading mailmap from blobsJeff King
2012-11-21Merge branch 'jk/config-ignore-duplicates'Junio C Hamano
2012-10-24git-config: fix regexp memory leaks on error conditionsJeff King
2012-10-14config: exit on error accessing any config fileJonathan Nieder
2012-10-14config: treat user and xdg config permission problems as errorsJonathan Nieder
2012-10-01Remove the hard coded length limit on variable names in config filesBen Walton
2012-08-21config: warn on inaccessible filesJeff King
2012-07-22Merge branch 'mm/config-xdg'Junio C Hamano
2012-07-16config: fix several access(NULL) callsMatthieu Moy
2012-07-13Merge branch 'tb/sanitize-decomposed-utf-8-pathname'Junio C Hamano
2012-07-09git on Mac OS and precomposed unicodeTorsten Bögershausen
2012-06-25config: read (but not write) from $XDG_CONFIG_HOME/git/config fileHuynh Khoi Nguyen Nguyen
2012-05-22move identity config parsing to ident.cJeff King
2012-05-02Merge branch 'mm/simple-push'Junio C Hamano
2012-04-30Merge branch 'jk/maint-config-bogus-section'Junio C Hamano
2012-04-30config: expand tildes in include.path variableJeff King
2012-04-26config: reject bogus section names for --rename-sectionJeff King
2012-04-24push: introduce new push.default mode "simple"Matthieu Moy
2012-03-13Merge branch 'ms/maint-config-error-at-eol-linecount'Junio C Hamano
2012-03-12config: report errors at the EOL with correct line numberMartin Stenberg
2012-02-17config: add include directiveJeff King
2012-02-17config: eliminate config_exclusive_filenameJeff King
2012-02-17config: provide a version of git_config with more optionsJeff King
2012-02-17config: teach git_config_rename_section a file argumentJeff King
2012-02-17config: teach git_config_set_multivar_in_file a default pathJeff King
2011-12-17Merge branch 'jc/stream-to-pack'Junio C Hamano
2011-12-05Merge branch 'na/strtoimax'Junio C Hamano
2011-12-01bulk-checkin: replace fast-import based implementationJunio C Hamano
2011-11-21config.c: Fix a static buffer overwrite bug by avoiding mkpath()Ramsay Jones
2011-11-06Support sizes >=2G in various config options accepting 'g' sizes.Nick Alcock
2011-10-18Merge branch 'bc/attr-ignore-case'Junio C Hamano
2011-10-06attr: read core.attributesfile from git_default_core_configJunio C Hamano
2011-10-05Merge branch 'rr/revert-cherry-pick-continue'Junio C Hamano
2011-08-05Merge branch 'jc/pack-order-tweak'Junio C Hamano
2011-08-04config: Introduce functions to write non-standard fileRamkumar Ramachandra
2011-07-22Merge branch 'maint'Junio C Hamano
2011-07-19git-config: Remove extra whitespacesPavan Kumar Sunkara
2011-07-19Merge branch 'jk/clone-cmdline-config'Junio C Hamano
2011-07-19Merge branch 'jk/maint-config-param'Junio C Hamano
2011-07-07core: log offset pack data accesses happenedJunio C Hamano
2011-06-22config: make git_config_parse_parameter a public functionJeff King
2011-06-22config: use strbuf_split_str instead of a temporary strbufJeff King