summaryrefslogtreecommitdiff
path: root/config.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | git-config: Remove extra whitespacesPavan Kumar Sunkara2011-07-191-2/+2
| |/
* | Merge branch 'jk/clone-cmdline-config'Junio C Hamano2011-07-191-2/+2
|\ \
| * | config: make git_config_parse_parameter a public functionJeff King2011-06-221-2/+2
* | | Merge branch 'jk/maint-config-param'Junio C Hamano2011-07-191-4/+4
|\ \ \ | |/ /
| * | config: use strbuf_split_str instead of a temporary strbufJeff King2011-06-221-3/+1
| * | config: avoid segfault when parsing command-line configJeff King2011-06-221-0/+2
| * | config: die on error in command-line configJeff King2011-06-221-1/+1
| * | fix "git -c" parsing of values with equals signsJeff King2011-06-221-1/+1
| * | Merge branch 'jk/maint-config-alias-fix' into maintJunio C Hamano2011-06-011-42/+21
| |\ \
| * \ \ Merge branch 'jc/pack-objects-bigfile' into maintJunio C Hamano2011-05-041-0/+6
| |\ \ \
* | | | | config.c: Make git_config() work correctly when called recursivelyRamsay Jones2011-06-161-30/+50
| |_|_|/ |/| | |
* | | | config.c: Remove unused git_config_global() functionRamsay Jones2011-05-311-5/+0
* | | | Merge branch 'jk/maint-config-alias-fix'Junio C Hamano2011-05-301-39/+23
|\ \ \ \ | | |_|/ | |/| |
| * | | config: always parse GIT_CONFIG_PARAMETERS during git_configJeff King2011-05-241-40/+11
| * | | git_config: don't peek at global config_parametersJeff King2011-05-241-4/+11
| * | | config: make environment parsing routines staticJeff King2011-05-241-2/+2
* | | | config: define and document exit codesMichael J Gruber2011-05-171-10/+10
* | | | convert: rename the "eol" global variable to "core_eol"Junio C Hamano2011-05-091-6/+6
* | | | Merge branch 'ef/maint-strbuf-init'Junio C Hamano2011-04-271-10/+8
|\ \ \ \
| * | | | config: support values longer than 1023 bytesErik Faye-Lund2011-04-111-10/+8
* | | | | Merge branch 'jc/pack-objects-bigfile'Junio C Hamano2011-04-271-0/+6
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | Teach core.bigfilethreashold to pack-objectsJunio C Hamano2011-04-051-0/+6
* | | | Merge branch 'lt/default-abbrev'Junio C Hamano2011-03-231-0/+8
|\ \ \ \
| * | | | Rename core.abbrevlength back to core.abbrevJunio C Hamano2011-03-201-1/+1
| * | | | Make the default abbrev length configurableLinus Torvalds2011-03-111-0/+8
| |/ / /