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-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-03-26Move crlf conversion into buf_textRussell Belfer
2013-01-09update copyrightsEdward Thomson
2012-11-28Consolidate text buffer functionsRussell Belfer
2012-09-17checkout : reduce memory usage when not filteringnulltoken
2012-09-17checkout: introduce git_checkout_tree()nulltoken
2012-07-16Migrate code to git_filter_blob_contents.Ben Straub
2012-07-10Checkout: add structure for CRLF.Ben Straub
2012-05-18errors: Rename the generic return codesVicent Martí
2012-03-02config: Implement a proper cvar cacheVicent Martí
2012-03-02filter: Beautiful refactoringVicent Martí
2012-03-01filter: Precache the filter config options on loadVicent Martí
2012-02-29filter: Add write-to CRLF filterVicent Martí
2012-02-28filter: Load attributes for fileVicent Martí
2012-02-27filter: Apply filters before writing a file to the ODBVicent Martí