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-12-03Introduce git_revert to revert a single commitEdward Thomson
2013-10-03commit: Introduce git_commit_message_raw()nulltoken
2013-09-30commit: Trim message leading newlinesnulltoken
2013-07-11Fix warnings on Win64Russell Belfer
2013-07-10Convert commit->parent_ids to git_array_tRussell Belfer
2013-07-10Add raw header access to commit APIRussell Belfer
2013-05-16Add cat-file example and increase const use in APIRussell Belfer
2013-05-11Fix broken build when MSVC SDL checks is enabledLinquize
2013-05-05commit: make create_from_oids() accept plain oidnulltoken
2013-05-05commit: guard create() against not owned treesnulltoken
2013-04-22Simplify object table parse functionsRussell Belfer
2013-04-22Add callback to git_objects_tableRussell Belfer
2013-04-22Use git_odb_object_data/_size whereever possibleRussell Belfer
2013-04-22What has science done.Vicent Marti
2013-04-21Move git_commit_create_from_oids into sys/commit.hRussell Belfer
2013-04-21Added git_commit_create_oidJohn Wiegley
2013-04-15commit: correctly detect the start of the commit messageCarlos Martín Nieto
2013-03-18Several warnings detected by static code analyzer fixedArkadiy Shapkin
2013-03-07immutable references and a pluggable ref databaseEdward Thomson
2013-01-27Vector improvements and their falloutPhilip Kelley
2013-01-20commit: don't include the LF in the header field valueCarlos Martín Nieto
2013-01-18Add skipping of unknown commit headersRussell Belfer
2013-01-09update copyrightsEdward Thomson
2012-11-28More external API cleanupVicent Marti
2012-07-24portability: Improve x86/amd64 compatibilitynulltoken
2012-07-12commit: introduce git_commit_nth_gen_ancestor()nulltoken
2012-07-12commit: reduce code duplicationnulltoken
2012-06-15Fix broken tests caused by no longer prettifying by defaultTim Clem
2012-06-15Kill message_prettify - we will export insteadTim Clem
2012-06-15Don't strip comments (#) from commit messages by defaultTim Clem
2012-06-07Add git_reset()nulltoken
2012-05-19CleanupMichael Schubert
2012-05-07commit/tag: ensure the message is cleaned upnulltoken
2012-04-26error handling: move the missing parts over to the new error handlingCarlos Martín Nieto
2012-04-11Fix compilation errors and warningsnulltoken
2012-04-02error-handling: Commit (WIP)Vicent Martí
2012-03-07error-handling: RepositoryVicent Martí
2012-02-15commit: actually allow yet to be born update_refschu
2012-02-13Update Copyright headerschu
2011-12-08Use git_buf for path storage instead of stack-based buffersRussell Belfer
2011-11-26repository: Change ownership semanticsVicent Marti
2011-11-06Free all used references in the source treeschu
2011-11-06refs: split internal and external referencesschu
2011-10-29global: Properly use `git__` memory wrappersVicent Marti
2011-10-13commit: properly parse empty commit messagesBrodie Rao
2011-09-19Merge pull request #384 from kiryl/warningsVicent Martí
2011-09-19Cleanup legal dataVicent Marti
2011-08-31CMakefile: add -Wmissing-prototypes and fix warningsKirill A. Shutemov
2011-08-25Drop STRLEN() macrosKirill A. Shutemov
2011-08-13commit: Add support for Encoding headerVicent Marti