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-01Fix saving remotes with several fetch/push ref specs.Daniel Rodríguez Troitiño
2013-08-14config: don't special-case the multivar iteratorCarlos Martín Nieto
2013-08-12config: deduplicate iterator creationCarlos Martín Nieto
2013-08-12config: handle empty backends when iteratingCarlos Martín Nieto
2013-08-12config: implement _foreach and _foreach_match on top of the iterator directlyCarlos 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-08config: fix leaks in the iteratorsCarlos Martín Nieto
2013-08-08config: add _next() and _iterator_free()Carlos Martín Nieto
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-08Don't typedef a pointerCarlos Martín Nieto
2013-08-08replaced foreach() with non callback based iterations in git_config_backendNico von Geyso
2013-07-10A little git_config_get_multivar code cleanupRussell Belfer
2013-07-10Fix return value in git_config_get_multivarJ. David Ibáñez
2013-06-12util: It's called `memzero`Vicent Marti
2013-06-12Merge remote-tracking branch 'arrbee/minor-paranoia' into developmentVicent Marti
2013-06-13Fix Windows warningsRussell Belfer
2013-06-07Add safe memset and use itRussell Belfer
2013-06-01Zero memory for major objects before freeingRussell Belfer
2013-05-24Typedef git_config_level_t and use it everywhereRussell Belfer
2013-05-24More config code checks and cleanupsRussell Belfer
2013-05-24More tests of config with various absent filesRussell Belfer
2013-05-15Unify whitespaces to tabsLinquize
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-05-02More care catching and setting config errorsRussell Belfer
2013-04-30Catch issue in config set with no config fileRussell Belfer
2013-04-23Clear repo config cache when cfgs are setRussell Belfer
2013-04-23Add configs to repo config cacheRussell Belfer
2013-04-21Move git_config_backend to include/git2/sysRussell Belfer
2013-03-19Merge pull request #1417 from arrbee/opts-for-pathsVicent Martí
2013-03-19Switch search paths to classic delimited stringsRussell Belfer
2013-03-19Merge pull request #1420 from KindDragon/static-code-analyzer-warningsVicent Martí
2013-03-18Several warnings detected by static code analyzer fixedArkadiy Shapkin
2013-03-16Implement global/system file search pathsRussell Belfer
2013-03-09config: don't allow passing NULL as a value to setCarlos Martín Nieto
2013-03-02Allow empty config object and use itRussell Belfer
2013-01-30Implement config key validation rulesRussell Belfer
2013-01-09update copyrightsEdward Thomson
2012-12-01Deploy GITERR_CHECK_VERSIONBen Straub
2012-12-01Deploy git_config_backend versionBen Straub
2012-11-28Consolidate text buffer functionsRussell Belfer
2012-11-28Clean up config.hBen Straub
2012-11-20It is okay to not have a .gitconfig fileRussell Belfer
2012-11-18config: Opening a nonexistent file returns ENOTFOUNDnulltoken