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-15Rename tests-clar to testsBen Straub
2013-11-05Fix leaksnulltoken
2013-11-04Merge pull request #1929 from libgit2/rb/misc-diff-fixesVicent Martí
2013-11-02Fix a leak in the diff testsCarlos Martín Nieto
2013-11-02Fix --assume-unchanged supportRussell Belfer
2013-11-01More tests and fixed for merging reversed diffsRussell Belfer
2013-11-01Add git_diff_options_init helperRussell Belfer
2013-11-01Make diff and status perform soft index reloadRussell Belfer
2013-10-22Implement patience and minimal diff flagsRussell Belfer
2013-10-22Create git_diff_line and extend git_diff_hunkRussell Belfer
2013-10-16Diff API cleanupRussell Belfer
2013-10-12Rename diff objects and split patch.hRussell Belfer
2013-10-09Rename new fn to git_repository_reinit_filesystemRussell Belfer
2013-10-08More filemode cleanups for FAT on MacOSRussell Belfer
2013-10-05Add git_repository_reset_filesystem and fix testsRussell Belfer
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