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-17Add clar helper to create new commit from indexRussell Belfer
2013-09-17Fixing up some win32 issues with autocrlfRussell Belfer
2013-09-17Rearrange clar submodule cleanup codeRussell Belfer
2013-09-05Fix some newer GCC compiler warningsRussell Belfer
2013-09-05Update clarRussell Belfer
2013-08-28Split rewrites, status doesn't return rewritesEdward Thomson
2013-08-08Merge pull request #1738 from libgit2/diff-patch-content-sizeBen Straub
2013-08-05Move slow tests to "stress" clar moduleRussell Belfer
2013-08-05Restore commented out testsRussell Belfer
2013-08-05Rename test for rename from rewriteEdward Thomson
2013-08-05Rename test for multiple similar matchesEdward Thomson
2013-08-01Major rename detection changesRussell Belfer
2013-07-25Fix rename detection for tree-to-tree diffsRussell Belfer
2013-07-25Add rename test that used to be really slowRussell Belfer
2013-07-24Add hunk/file headers to git_diff_patch_sizeRussell Belfer
2013-07-23Add git_diff_patch_size() APIRussell Belfer
2013-07-13tests: Fix memory leaknulltoken
2013-07-11Fix warnings on Win64Russell Belfer
2013-07-10Untracked directories with .git should be ignoredRussell Belfer
2013-07-10Add tests for diff.ignoreSubmdules configRussell Belfer
2013-07-10Add ignore_submodules to diff optionsRussell Belfer
2013-07-10Update diff to new internal submodule status APIRussell Belfer
2013-07-10Add timestamp check to submodule statusRussell Belfer
2013-07-10More diff submodule tests for cache issuesRussell Belfer
2013-07-10Fix diff test helper to show parent file/lineRussell Belfer
2013-07-10Fix memory leak in testRussell Belfer
2013-07-10More improvements to submodule diff testsRussell Belfer
2013-07-10Add another submodule test of dirty wdRussell Belfer
2013-07-10Add git_pathspec_match_diff APIRussell Belfer
2013-07-06Diff hunk context off by one on long linesRussell Belfer
2013-06-29Fix compilation warningsnulltoken
2013-06-27Fix bug marking submodule diffs as unmodifiedRussell Belfer
2013-06-26Fail on unmodified deltas when they're unexpectedJustin Spahr-Summers
2013-06-25test-rename: This is not a decimal, sillyVicent Marti
2013-06-21Add test for fixed diff bugRussell Belfer
2013-06-19Fix rename looped reference issuesRussell Belfer
2013-06-18test illustrating tri-cyclic rename failureEdward Thomson
2013-06-18test failure when renames produce similar similaritiesEdward Thomson
2013-06-18Add "as_path" parameters to blob and buffer diffsRussell Belfer
2013-06-17Fix memory leaks in diff rename testsRussell Belfer
2013-06-17Add test of rename with no changesRussell Belfer
2013-06-17Make index_insert keep existing caseRussell Belfer
2013-06-17some simple case-sensitive index testsEdward Thomson
2013-06-14diff: fix warningyorah
2013-06-13Merge pull request #1643 from ethomson/rename_sourceVicent Martí
2013-06-12Add patch from blobs APIRussell Belfer
2013-06-12Fix some diff driver memory leaksRussell Belfer
2013-06-12Add diff drivers tests (and fix bugs)Russell Belfer
2013-06-11Implement regex pattern diff driverRussell Belfer