summaryrefslogtreecommitdiff
path: root/src/config_file.c
Commit message (Expand)AuthorAgeFilesLines
...
* | config: refresh included filesCarlos Martín Nieto2013-09-071-5/+16
* | config: keep a list of included filesCarlos Martín Nieto2013-09-071-47/+58
* | config: add support for include directivesCarlos Martín Nieto2013-09-071-5/+52
* | config: decouple the backend from the reader at the low levelCarlos Martín Nieto2013-09-051-84/+96
|/
* Merge pull request #1772 from libgit2/config-iterVicent Martí2013-08-281-141/+53
|\
| * config: don't special-case the multivar iteratorCarlos Martín Nieto2013-08-141-197/+4
| * config: get rid of a useless asignmentCarlos Martín Nieto2013-08-121-3/+1
| * config: introduce _iterator_new()Carlos Martín Nieto2013-08-121-1/+1
| * config: working multivar iteratorCarlos Martín Nieto2013-08-081-11/+9
| * config: hopefully get the iterator to work on multivarsCarlos Martín Nieto2013-08-081-3/+6
| * config: initial multivar iteratorCarlos Martín Nieto2013-08-081-0/+90
| * config: move next() and free() into the iteratorCarlos Martín Nieto2013-08-081-29/+30
| * config: get_multivar -> get_multivar_foreachCarlos Martín Nieto2013-08-081-2/+2
| * config: saner iterator errorsCarlos Martín Nieto2013-08-081-3/+0
| * config: compilation fixesCarlos Martín Nieto2013-08-081-10/+9
| * Don't typedef a pointerCarlos Martín Nieto2013-08-081-8/+10
| * replaced foreach() with non callback based iterations in git_config_backendNico von Geyso2013-08-081-37/+53
| * added new type and several functions to git_strmapNico von Geyso2013-08-081-2/+3
* | Merge pull request #1771 from nvloff/write_empty_config_valueRussell Belfer2013-08-081-0/+3
|\ \ | |/ |/|
| * config: allow empty string as valueNikolai Vladimirov2013-08-081-0/+3
* | Parse config headers with quoted quotesEdward Thomson2013-08-071-0/+11
|/
* Add helpful buffer shorten functionRussell Belfer2013-07-011-1/+1
* Typedef git_config_level_t and use it everywhereRussell Belfer2013-05-241-4/+4
* Fix broken build when MSVC SDL checks is enabledLinquize2013-05-111-1/+1
* 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