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-24Fix incorrect return code in crlf filterRussell Belfer
2013-09-17Bug fixes and cleanupsRussell Belfer
2013-09-17Move binary check to CRLF filter itselfRussell Belfer
2013-09-17Merge git_buf and git_bufferRussell Belfer
2013-09-17Add ident filterRussell Belfer
2013-09-17Add functions to manipulate filter listsRussell Belfer
2013-09-17Update filter registry codeRussell Belfer
2013-09-17Extend public filter api with filter listsRussell Belfer
2013-09-17Add attributes to filters and fix registryRussell Belfer
2013-09-17Make git_filter_source opaqueRussell Belfer
2013-09-17Create public filter object and use itRussell Belfer
2013-09-17Start of filter API + git_blob_filtered_contentRussell Belfer
2013-06-10Reorganize diff and add basic diff driverRussell Belfer
2013-03-26Move crlf conversion into buf_textRussell Belfer
2013-03-26don't convert CRLF to CRCRLFEdward Thomson
2013-03-26Add has_cr_in_index check to CRLF filterRussell Belfer
2013-01-09update copyrightsEdward Thomson
2012-11-28Consolidate text buffer functionsRussell Belfer
2012-09-12Add git_repository_hashfile to hash with filtersRussell Belfer
2012-09-07Alternate test for autocrlf with statusRussell Belfer
2012-08-01Checkout: crlf filter.Ben Straub
2012-07-18Checkout: obey core.symlinks.Ben Straub
2012-07-10Checkout: add structure for CRLF.Ben Straub
2012-05-18errors: Rename error codesbreaking-changesVicent Martí
2012-05-18errors: Rename the generic return codesVicent Martí
2012-05-18global: Change parameter ordering in APIVicent Martí
2012-05-04Support reading attributes from indexRussell Belfer
2012-05-03Remove old and unused error codesVicent Martí
2012-04-30buf: deploy git_buf_len()nulltoken
2012-03-07error-handling: RepositoryVicent Martí
2012-03-03Add filter tests and fix some bugsRussell Belfer
2012-03-02config: Implement a proper cvar cacheVicent Martí
2012-03-02attr: Change the attribute check macrosVicent Martí
2012-03-02filter: Beautiful refactoringVicent Martí
2012-02-29filter: Add write-to CRLF filterVicent Martí