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-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
2012-11-28Fix warnings on Win64 buildRussell Belfer
2012-11-28API updates for index.hBen Straub
2012-11-28API updates for tag.hRussell Belfer
2012-11-28API review / update for tree.hRussell Belfer
2012-11-28More external API cleanupVicent Marti
2012-11-28Rename ref and reflog apis for consistencyBen Straub
2012-11-23Reset all static variables to NULL in clar's __cleanupSascha Cunz
2012-11-19Prevent creating `..`, `.`, and `.git` with tree builderScott J. Goldman
2012-11-17tag: rename git_tag_type to git_tag_target_typenulltoken
2012-11-17Fix MSVC compilation warningsnulltoken
2012-11-14Merge pull request #1016 from arrbee/fix-checkout-dir-removalVicent Martí
2012-11-13Remove git_hash_ctx_new - callers now _ctx_init()Edward Thomson
2012-11-13Win32 CryptoAPI and CNG support for SHA1Edward Thomson
2012-11-12Fix compilation warningnulltoken
2012-11-10Extensions to rmdir and mkdir utilitiesRussell Belfer
2012-11-09index: prevent tree creation from a non merged statenulltoken
2012-11-09tree: enforce coverage of silent entry replacementnulltoken
2012-11-02tags: Fixed the tag parser to correctly treat the message field as optional.Erik van Zijst
2012-11-01index: Fix testsVicent Marti
2012-10-30index refactoringEdward Thomson
2012-10-26message: reorganize testsnulltoken
2012-10-18Merge pull request #968 from arrbee/diff-support-typechangeRussell Belfer
2012-10-11tags: cover EEXISTS propagation upon creationnulltoken
2012-10-09Add complex checkout test and then fix checkoutRussell Belfer