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
2014-03-06Added function-based initializers for every options struct.Matthew Bowen
2014-02-05refs: placeholder conditional deleteCarlos Martín Nieto
2014-02-05refdb: add conditional symbolic updatesCarlos Martín Nieto
2014-02-05refs: conditional ref updatesCarlos Martín Nieto
2013-12-09refs: expose has_log() on the backendCarlos Martín Nieto
2013-12-09refs: expose a way to ensure a ref has a logCarlos Martín Nieto
2013-11-23reflog: integrate into the ref writingCarlos Martín Nieto
2013-11-23refdb: add a `message` parameter for appending to the logCarlos Martín Nieto
2013-10-02reflog: move the reflog implementation into refdb_fsCarlos Martín Nieto
2013-09-24'del' instead of 'delete' for the poor C++ usersEdward Thomson
2013-06-12util: It's called `memzero`Vicent Marti
2013-06-12Merge remote-tracking branch 'arrbee/minor-paranoia' into developmentVicent Marti
2013-06-07Add safe memset and use itRussell Belfer
2013-06-01Zero memory for major objects before freeingRussell Belfer
2013-05-30RefcountingVicent Marti
2013-05-30...Aaaand this worksVicent Marti
2013-05-30What are the chances, reallyVicent Marti
2013-05-28Liike thisVicent Marti
2013-05-11Introduce a glob-filtering iteratorCarlos Martín Nieto
2013-05-11refs: remove the OID/SYMBOLIC filteringCarlos Martín Nieto
2013-05-11Make sure the ref iterator works in an repo without physical presenceCarlos Martín Nieto
2013-05-11refs: introduce an iteratorCarlos Martín Nieto
2013-04-21Move git_reference__alloc to include/git2/sysRussell Belfer
2013-04-21Move refdb_backend to include/git2/sysRussell Belfer
2013-04-20alloc doesn't take a refdb; git_refdb_free nicely in the testsEdward Thomson
2013-04-12dec refcount on refdb instead of always freeingEdward Thomson
2013-03-07immutable references and a pluggable ref databaseEdward Thomson