summaryrefslogtreecommitdiff
path: root/src/config_file.c
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1493 from carlosmn/remotesVicent Martí2013-04-221-1/+3
|\
| * config: allow setting multivars when none exist yetCarlos Martín Nieto2013-04-201-1/+3
* | Move git_config_backend to include/git2/sysRussell Belfer2013-04-211-0/+1
|/
* Implement config key validation rulesRussell Belfer2013-01-291-19/+51
* config: support trailing backslashesCarlos Martín Nieto2013-01-251-1/+8
* update copyrightsEdward Thomson2013-01-081-1/+1
* Deploy git_config_backend versionBen Straub2012-11-301-2/+2
* Consolidate text buffer functionsRussell Belfer2012-11-281-9/+7
* Clean up config.hBen Straub2012-11-271-12/+12
* Fix invalid read reported by valgrinddelanne2012-11-261-1/+1
* Remove use of English expletivesMartin Woodward2012-11-231-1/+1
* config: distinguish between a lone variable name and one without rhsCarlos Martín Nieto2012-11-131-1/+3
* - Update 'tests-clar/resources/config/config11' in order to reproduce the inv...delanne2012-11-081-2/+2
* Add git_config_refresh() API to reload configRussell Belfer2012-10-301-6/+43
* Add config level support in the config APIyorah2012-10-231-45/+49
* Fix adding variable to config file with no trailing newlineyorah2012-10-231-0/+4
* config: fix Unicode BOM detectionCarlos Martín Nieto2012-09-141-1/+1
* Diff iteratorsRussell Belfer2012-09-051-0/+1
* Fix valgrind issues and leaksRussell Belfer2012-08-241-2/+4
* Major submodule rewriteRussell Belfer2012-08-241-0/+6
* Clean up codeRussell Belfer2012-08-121-3/+2
* Fix config parser boundary logicRussell Belfer2012-08-121-4/+3
* Update iterators for consistency across libraryRussell Belfer2012-08-031-1/+3
* config: escape subsection names when creating themCarlos Martín Nieto2012-07-211-2/+5
* Adding git_config_foreach_match() iteration fnRussell Belfer2012-07-101-7/+30
* config: correctly escape quotes in the valueCarlos Martín Nieto2012-06-131-6/+47
* config: set an error message when asked to delete a non-existent keyCarlos Martín Nieto2012-06-011-1/+3
* msvc: Do not use `isspace` Vicent Martí2012-05-091-8/+8
* config: don't use freed memory on errorCarlos Martín Nieto2012-05-081-6/+6
* Fix memory leaks and use after freeRussell Belfer2012-05-041-0/+1
* Merge branch 'new-error-handling' into developmentVicent Martí2012-05-021-432/+442
|\
| * buf: deploy git_buf_len()nulltoken2012-04-301-1/+1
| * Rename git_khash_str to git_strmap, etc.Russell Belfer2012-04-251-29/+29
| * Convert hashtable usage over to khashRussell Belfer2012-04-251-36/+59
| * Implement git_pool paged memory allocatorRussell Belfer2012-04-251-5/+5
| * config: also allow escaping outside of a quoted stringCarlos Martín Nieto2012-04-251-6/+0
| * config: parse quoted valuesCarlos Martín Nieto2012-04-161-21/+85
| * Clean up valgrind warningsCarlos Martín Nieto2012-04-041-0/+1
| * Added submodule API and use in statusRussell Belfer2012-03-281-0/+3
| * error-handling: On-disk config file backendVicent Martí2012-03-091-391/+316
* | config: write out section headers with subsections correctlyCarlos Martín Nieto2012-03-091-10/+6
|/
* Clean up GIT_UNUSED macros on all platformsRussell Belfer2012-03-021-2/+1
* buffer: Unify `git_fbuffer` and `git_buf`Vicent Martí2012-02-271-11/+11
* config: correctly deal with setting a multivar with regex where there are no ...Carlos Martín Nieto2012-02-251-52/+61
* Implement setting multivarsCarlos Martín Nieto2012-02-171-9/+102
* Support getting multivarsCarlos Martín Nieto2012-02-171-0/+42
* Store multivars in the multimapCarlos Martín Nieto2012-02-171-3/+11
* First round of config multimap changesCarlos Martín Nieto2012-02-171-219/+147
* Update Copyright headerschu2012-02-131-1/+1
* config_file: fix clang sizeof-pointer-memaccessschu2012-02-131-1/+1