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-15Rename tests-clar to testsBen Straub
2013-10-03commit: Introduce git_commit_message_raw()nulltoken
2013-09-30commit: Trim message leading newlinesnulltoken
2013-09-30Tabify indentationsnulltoken
2013-05-03fix some leaksEdward Thomson
2013-04-22tests: Cleanup commit parse testing codeVicent Marti
2013-04-22Simplify object table parse functionsRussell Belfer
2013-04-22Add callback to git_objects_tableRussell Belfer
2013-04-15commit: correctly detect the start of the commit messageCarlos Martín Nieto
2013-03-15Fix various build warningsRussell Belfer
2013-02-20Simplify signature parsingVicent Marti
2013-01-25Use cl_assert_equal_s() instead of strcmp().Sebastian Bauer
2013-01-22Parse commit time as uint64_t to avoid overflowRussell Belfer
2013-01-18Add skipping of unknown commit headersRussell Belfer
2012-12-04Remove GIT_SIGNATURE_VERSION and friendsBen Straub
2012-12-01Add version fields and init macros for public input structs.Ben Straub
2012-03-21Ported t04_commit.c to Clar.Ben Straub