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