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-10-01Add negative test cases for config header with invalid charactersLinquize
2013-10-01Add test case to test ']' and '\\' characters in config subsectionLinquize
2013-09-25Make tests pass if XDG config existsRussell Belfer
2013-09-07config: handle realloc issues from larger depthsCarlos Martín Nieto
2013-09-07config: fix variable overridingCarlos Martín Nieto
2013-09-07config: refresh included filesCarlos Martín Nieto
2013-09-07config: add support for include directivesCarlos 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: introduce a regex-filtering iteratorCarlos 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: add _next() and _iterator_free()Carlos Martín Nieto
2013-08-08config: working multivar iteratorCarlos Martín Nieto
2013-08-08config: get_multivar -> get_multivar_foreachCarlos Martín Nieto
2013-08-07Parse config headers with quoted quotesEdward Thomson
2013-07-10Add more tests for git_config_get_multivarRussell Belfer
2013-05-07config: convenience function to open global/xdgCarlos Martín Nieto
2013-05-07repo: unconditionally create a global config backendCarlos Martín Nieto
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-03-09config: don't allow passing NULL as a value to setCarlos Martín Nieto
2013-01-30Test config name validationRussell Belfer
2013-01-26Merge pull request #1278 from sba1/cl-assert-equal-sVicent Martí
2013-01-25config: support trailing backslashesCarlos Martín Nieto
2013-01-25Use cl_assert_equal_s() instead of strcmp().Sebastian Bauer
2013-01-06tests: Fix some memory leaksnulltoken
2013-01-03Proper cleanup jeezVicent Marti
2013-01-03Move test cleanup into cleanup functionsBen Straub
2013-01-03Cleanup after testsBen Straub
2012-12-05versions: MSVC build fixesVicent Marti
2012-12-01Deploy git_config_backend versionBen Straub
2012-11-28Clean up config.hBen Straub
2012-11-18Fix a couple of warningsMichael Schubert
2012-11-18config: Opening a nonexistent file returns ENOTFOUNDnulltoken
2012-11-14config: return an emtpy string when there is no valueCarlos Martín Nieto
2012-11-14config: distinguish between a lone variable name and one without rhsCarlos Martín Nieto
2012-11-14config: rename get_config_entry -> config_entryCarlos Martín Nieto
2012-11-13Remove unused variablesMichael Schubert
2012-11-10config: make git_config_open_level() work with an empty confignulltoken
2012-10-30Add git_config_refresh() API to reload configRussell Belfer
2012-10-25remote: introduce git_remote_rename()nulltoken
2012-10-25branch: remove config section upon deletionnulltoken
2012-10-23Add config level support in the config APIyorah
2012-10-23Fix adding variable to config file with no trailing newlineyorah
2012-08-12Fix config parser boundary logicRussell Belfer
2012-08-04Update iterators for consistency across libraryRussell Belfer
2012-07-21tests: plug a leak in the config stressCarlos Martín Nieto