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-09-17Port tests from PR 1683Russell Belfer
2013-09-17Merge git_buf and git_bufferRussell Belfer
2013-09-17Add ident filterRussell Belfer
2013-09-17Extend public filter api with filter listsRussell Belfer
2013-09-17Create public filter object and use itRussell Belfer
2013-09-14Add tests for git_tree_walkRussell Belfer
2013-09-07odb: Prevent stream_finalize_write() from overwritingnulltoken
2013-09-07blob: Slightly enforce a create_fromchunks() testnulltoken
2013-08-15odb: wrap the stream reading and writing functionsCarlos Martín Nieto
2013-07-15Fixcrazymaster
2013-07-15Fix typocrazymaster
2013-07-15Revert "Replace Japanese characters with the encoded hexadecimal values"crazymaster
2013-07-15Replace Japanese characters with the encoded hexadecimal valuescrazymaster
2013-07-14Add test for multi-byte characterscrazymaster
2013-05-29Fix memory leak in oid shortener testsRussell Belfer
2013-05-24Merge pull request #1595 from arrbee/even-more-rename-fixesVicent Martí
2013-05-23Add testcase for #1600Axel Wagner
2013-05-22Significant rename detection rewriteRussell Belfer
2013-05-21tag: Introduce git_tag_annotation_create()nulltoken
2013-05-18Add git_oid_nfmt - a flexible OID formatterRussell Belfer
2013-05-07Fix win32 type warningsRussell Belfer
2013-05-06Merge pull request #1526 from arrbee/cleanup-error-return-without-msgVicent Martí
2013-05-04Remove obsolete test for peel typeRussell Belfer
2013-05-02Extra threading testsRussell Belfer
2013-04-22cache: Max cache size, and evict when the cache fills upvmg/new-cacheVicent Marti
2013-04-22tests: Do not warn for unused variableVicent Marti
2013-04-22Make indexer use shared packfile open codeRussell Belfer
2013-04-22Add tests for oidmap and new cache with threadingRussell Belfer
2013-04-22What has science done.Vicent Marti
2013-04-21Move odb_backend implementors stuff into git2/sysRussell Belfer
2013-03-31tag: Fix parsing when no tagger nor messagenulltoken
2013-03-31tests: Fix indentationsnulltoken
2013-03-26Move crlf conversion into buf_textRussell Belfer
2013-03-07immutable references and a pluggable ref databaseEdward Thomson
2013-02-26Revert "hash: remove git_hash_init from internal api"Michael Schubert
2013-02-26hash: remove git_hash_init from internal apiMichael Schubert
2013-02-20Add more treebuilder testsRussell Belfer
2013-01-23Seperate out a new test that verifies packed-refs with no trailing newlineScott J. Goldman
2013-01-23Allow peeled references without trailing newline at end of fileScott J. Goldman
2013-01-12add an index_remove_bypath that removes conflicts, renamed add_from_workdir t...Edward Thomson
2013-01-05Make git_oid_tostr use out buffer for NULL oidRussell Belfer
2012-12-14tests: Fix unused temp repoVicent Marti
2012-12-10Clean up GCC build warningsBen Straub
2012-12-07tree: relax the filemode parserCarlos Martín Nieto
2012-12-01object: refine git_object_peel() error reportnulltoken
2012-12-01tag: Deploy EINVALIDSPEC usagenulltoken
2012-11-30Merge pull request #1110 from libgit2/features/push_rebasedVicent Martí
2012-11-29Remove git_object_oid2typePhilip Kelley
2012-11-28Consolidate text buffer functionsRussell Belfer
2012-11-28Push! By schu, phkelley, and congyiwu, et alPhilip Kelley