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 warnings on Windows 64-bit buildRussell Belfer
2013-09-17Bug fixes and cleanupsRussell Belfer
2013-09-17Some tests with ident and crlf filtersRussell Belfer
2013-09-17Fix win32 warningsRussell Belfer
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-17Add functions to manipulate filter listsRussell Belfer
2013-09-17Update filter registry codeRussell Belfer
2013-09-17Hook up filter initialize callbackRussell 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-03-18Several warnings detected by static code analyzer fixedArkadiy Shapkin
2013-01-09update copyrightsEdward Thomson
2012-11-28Consolidate text buffer functionsRussell Belfer
2012-11-01Update of text stats calculationJameson Miller
2012-09-17checkout : reduce memory usage when not filteringnulltoken
2012-09-17checkout: introduce git_checkout_tree()nulltoken
2012-07-22filter: fix memory leakBen Straub
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-05-03Remove old and unused error codesVicent Martí
2012-05-02Merge remote-tracking branch 'carlosmn/remaining-errors' into new-error-handlingVicent Martí
2012-04-30buf: deploy git_buf_len()nulltoken
2012-04-26error handling: move the missing parts over to the new error handlingCarlos Martín Nieto
2012-04-25Implement git_pool paged memory allocatorRussell Belfer
2012-03-03Add filter tests and fix some bugsRussell Belfer
2012-03-02config: Implement a proper cvar cacheVicent Martí
2012-03-02filter: Beautiful refactoringVicent Martí
2012-03-01filter: Properly cache filter settingsVicent 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í