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-17offmap: remove GIT__USE_OFFMAP macroPatrick Steinhardt
2017-02-17offmap: convert to use functions instead of macrosPatrick Steinhardt
2017-02-17khash: avoid using macro magic to get return addressPatrick Steinhardt
2017-02-17khash: avoid using `kh_put` directlyPatrick Steinhardt
2017-02-17offmap: remove unused macro `git_offmap_insert2`Patrick Steinhardt
2015-02-15Remove extra semicolon outside of a functionStefan Widgren
2015-02-13Update `khash.h` to pull request 42Edward Thomson
2013-01-11pack: introduce a delta base cacheCarlos Martín Nieto