summaryrefslogtreecommitdiff
path: root/src/config_file.c
Commit message (Expand)AuthorAgeFilesLines
* Move system directory cache out of utilsEdward Thomson2014-02-241-2/+2
* Fix a memory leak in `config_parse`.Arthur Schreiber2014-01-131-1/+3
* Fixed a compile error in VS2013.Robert Konrad2014-01-021-1/+1
* Add config read fns with controlled error behaviorRussell Belfer2013-12-111-11/+2
* config_file: styleVicent Marti2013-11-101-18/+18
* Merge pull request #1950 from csware/quote-config-valuesVicent Martí2013-11-101-2/+24
|\
| * Rename methodSven Strickroth2013-11-071-3/+3
| * Correctly quote config values while savingSven Strickroth2013-11-071-2/+24
* | Fix leaksnulltoken2013-11-051-2/+5
* | Propagate ELOCKED error when updating the confignulltoken2013-11-051-4/+4
* | move mode_t to filebuf_open instead of _commitEdward Thomson2013-11-041-2/+2
|/
* remote: don't write too much when dealing with multivarsCarlos Martín Nieto2013-11-021-6/+12
* config_file: Style fixesVicent Marti2013-11-011-9/+6
* Fix memory leaks.Daniel Rodríguez Troitiño2013-11-011-0/+2
* Fix saving remotes with several fetch/push ref specs.Daniel Rodríguez Troitiño2013-11-011-1/+89
* Config subsection name should allow to have ']' and '\\' should allow to esca...Linquize2013-10-011-26/+15
* Merge pull request #1840 from linquize/warningVicent Martí2013-09-211-2/+2
|\
| * Fix warningLinquize2013-09-191-2/+2
* | Merge git_buf and git_bufferRussell Belfer2013-09-171-0/+2
* | config: handle realloc issues from larger depthsCarlos Martín Nieto2013-09-071-0/+9
* | config: return an error when reaching the maximum include depthCarlos Martín Nieto2013-09-071-3/+4
* | config: fix variable overridingCarlos Martín Nieto2013-09-071-1/+6
* | 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