Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-11-10config_file: styleVicent Marti
2013-11-10Merge pull request #1950 from csware/quote-config-valuesVicent Martí
2013-11-07Rename methodSven Strickroth
2013-11-07Correctly quote config values while savingSven Strickroth
2013-11-05Fix leaksnulltoken
2013-11-05Propagate ELOCKED error when updating the confignulltoken
2013-11-05move mode_t to filebuf_open instead of _commitEdward Thomson
2013-11-02remote: don't write too much when dealing with multivarsCarlos Martín Nieto
2013-11-01config_file: Style fixesVicent Marti
2013-11-01Fix memory leaks.Daniel Rodríguez Troitiño
2013-11-01Fix saving remotes with several fetch/push ref specs.Daniel Rodríguez Troitiño
2013-10-01Config subsection name should allow to have ']' and '\\' should allow to esca...Linquize
2013-09-21Merge pull request #1840 from linquize/warningVicent Martí
2013-09-19Fix warningLinquize
2013-09-17Merge git_buf and git_bufferRussell Belfer
2013-09-07config: handle realloc issues from larger depthsCarlos Martín Nieto
2013-09-07config: return an error when reaching the maximum include depthCarlos Martín Nieto
2013-09-07config: fix variable overridingCarlos Martín Nieto
2013-09-07config: refresh included filesCarlos Martín Nieto
2013-09-07config: keep a list of included filesCarlos Martín Nieto
2013-09-07config: add support for include directivesCarlos Martín Nieto
2013-09-05config: decouple the backend from the reader at the low levelCarlos Martín Nieto
2013-08-28Merge pull request #1772 from libgit2/config-iterVicent Martí
2013-08-14config: don't special-case the multivar iteratorCarlos Martín Nieto
2013-08-12config: get rid of a useless asignmentCarlos Martín Nieto
2013-08-12config: introduce _iterator_new()Carlos Martín Nieto
2013-08-08Merge pull request #1771 from nvloff/write_empty_config_valueRussell Belfer
2013-08-08config: allow empty string as valueNikolai Vladimirov
2013-08-08config: working multivar iteratorCarlos Martín Nieto
2013-08-08config: hopefully get the iterator to work on multivarsCarlos Martín Nieto
2013-08-08config: initial multivar iteratorCarlos Martín Nieto
2013-08-08config: move next() and free() into the iteratorCarlos Martín Nieto
2013-08-08config: get_multivar -> get_multivar_foreachCarlos Martín Nieto
2013-08-08config: saner iterator errorsCarlos Martín Nieto
2013-08-08config: compilation fixesCarlos Martín Nieto
2013-08-08Don't typedef a pointerCarlos Martín Nieto
2013-08-08replaced foreach() with non callback based iterations in git_config_backendNico von Geyso
2013-08-08added new type and several functions to git_strmapNico von Geyso
2013-08-07Parse config headers with quoted quotesEdward Thomson
2013-07-01Add helpful buffer shorten functionRussell Belfer
2013-05-24Typedef git_config_level_t and use it everywhereRussell Belfer
2013-05-11Fix broken build when MSVC SDL checks is enabledLinquize
2013-04-22Merge pull request #1493 from carlosmn/remotesVicent Martí
2013-04-21Move git_config_backend to include/git2/sysRussell Belfer
2013-04-20config: allow setting multivars when none exist yetCarlos Martín Nieto
2013-01-30Implement config key validation rulesRussell Belfer
2013-01-25config: support trailing backslashesCarlos Martín Nieto
2013-01-09update copyrightsEdward Thomson
2012-12-01Deploy git_config_backend versionBen Straub
2012-11-28Consolidate text buffer functionsRussell Belfer