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
2018-11-28khash: move khash include into implementation filesPatrick Steinhardt
2018-11-28khash: implement map-specific foreach macrosPatrick Steinhardt
2018-11-28khash: implement begin/end via functions instead of macrosPatrick Steinhardt
2017-07-03Make sure to always include "common.h" firstPatrick Steinhardt
2017-03-20map: remove `*map_free` macrosPatrick Steinhardt
2017-02-17oidmap: remove GIT__USE_OIDMAP macroPatrick Steinhardt
2017-02-17oidmap: convert macros to functionsPatrick Steinhardt
2017-02-17khash: avoid using macro magic to get return addressPatrick Steinhardt
2017-02-17khash: avoid using `kh_key`/`kh_val` as lvaluePatrick Steinhardt
2017-02-17khash: avoid using `kh_put` directlyPatrick Steinhardt
2017-02-17khash: avoid using `kh_del` directlyPatrick Steinhardt
2017-02-17khash: avoid using `kh_key` directlyPatrick Steinhardt
2017-02-17khash: avoid using `kh_exist` directlyPatrick Steinhardt
2017-02-17khash: avoid using `kh_end` directlyPatrick Steinhardt
2017-02-17khash: use `git_map_exists` where applicablePatrick Steinhardt
2015-09-12mempack: expose clear functionEdward Thomson
2015-02-15Remove extra semicolon outside of a functionStefan Widgren
2015-02-13Update `khash.h` to pull request 42Edward Thomson
2014-04-30object: introduce git_describe_object()nulltoken
2014-04-30oidmap: Enhance the khash wrappernulltoken
2013-04-22Add callback to git_objects_tableRussell Belfer
2013-04-22lol this worked first try wtfVicent Marti
2013-01-09update copyrightsEdward Thomson
2012-07-29git_oid_cmp: inline memcmp by hand to optimizeMichael Schubert
2012-07-12Missed a couple of khash inline dependenciesRussell Belfer
2012-04-26Rename git_khash_str to git_strmap, etc.Russell Belfer