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-05move mode_t to filebuf_open instead of _commitEdward Thomson
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-17Start of filter API + git_blob_filtered_contentRussell Belfer
2013-08-15odb: wrap the stream reading and writing functionsCarlos Martín Nieto
2013-07-26Fix some warningsRussell Belfer
2013-07-25Fix rename detection to use actual blob sizeRussell Belfer
2013-06-10Reorganize diff and add basic diff driverRussell Belfer
2013-04-30object: Explicitly define helper API methods for all obj typesVicent Marti
2013-04-30Some cleanupsRussell Belfer
2013-04-30Standardize cast versions of git_object accessorsRussell Belfer
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 odb_backend implementors stuff into git2/sysRussell Belfer
2013-03-26Move crlf conversion into buf_textRussell Belfer
2013-03-26Add has_cr_in_index check to CRLF filterRussell Belfer
2013-01-09update copyrightsEdward Thomson
2013-01-08Share git_diff_blobs/git_diff_blob_to_buffer codeRussell Belfer
2012-12-17blob: introduce git_blob_is_binary()nulltoken
2012-11-28More external API cleanupVicent Marti
2012-10-22blob: do not create temp files in the current pathnulltoken
2012-09-13Fix -Wuninitialized warningMichael Schubert
2012-09-12Merge branch 'diff-crlf-filters' into developmentVicent Marti
2012-09-12Properly handle p_readsVicent Marti
2012-09-06errors: deploy GIT_EBAREREPO usagenulltoken
2012-06-07blob: add git_blob_create_fromchunks()nulltoken
2012-05-13blob: Add git_blob_create_fromdisk()nulltoken
2012-04-25Implement git_pool paged memory allocatorRussell Belfer
2012-03-17Convert attr, ignore, mwindow, status to new errorsRussell Belfer
2012-03-15Continue error conversionRussell Belfer
2012-03-13Migrate ODB files to new error handlingRussell Belfer
2012-03-03Add filter tests and fix some bugsRussell Belfer
2012-03-02filter: Beautiful refactoringVicent Martí
2012-02-29filter: Add write-to CRLF filterVicent Martí
2012-02-27filter: Apply filters before writing a file to the ODBVicent Martí
2012-02-23Fix warnings about type conversion on win32Russell Belfer
2012-02-13Update Copyright headerschu
2012-02-10odb: Proper symlink hashingVicent Martí
2011-12-08Use git_buf for path storage instead of stack-based buffersRussell Belfer
2011-11-26Rename all `_close` methodsVicent Marti
2011-11-26repository: Change ownership semanticsVicent Marti
2011-10-29global: Properly use `git__` memory wrappersVicent Marti
2011-09-19Cleanup legal dataVicent Marti
2011-09-08Fix some random size_t vs. int conversion warningsSebastian Schuberth
2011-07-05fileops: CleanupVicent Marti
2011-06-27git_blob_create_fromfile: remove old codeschu