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-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-08More filemode cleanups for FAT on MacOSRussell Belfer
2013-09-24Fix incorrect return code in crlf filterRussell Belfer
2013-07-10Untracked directories with .git should be ignoredRussell Belfer
2013-06-21Add test for fixed diff bugRussell Belfer
2013-05-16Fix diff crash when last item is untracked dirRussell Belfer
2013-04-30More tests for diff untracked directoriesRussell Belfer
2013-04-22What has science done.Vicent Marti
2013-04-11Notify '*' pathspec correctly when diffingyorah
2013-03-26Fix some diff ignores and submodule dirty workdirRussell Belfer
2013-03-26Test fixes and cleanupRussell Belfer
2013-03-26Added some tests for issue #1397Sven Strickroth
2013-03-23Add cl_repo_set_bool and cleanup testsRussell Belfer
2013-03-19Three submodule status bug fixesRussell Belfer
2013-02-07diff: add a notify callback to `git_diff__from_iterators`yorah
2013-01-11tests: plug a couple of leaksCarlos Martín Nieto
2013-01-09Resolve crash with diff against empty fileRussell Belfer
2012-12-17Fix diff constructor name order confusionRussell Belfer
2012-12-01Deploy GIT_DIFF_OPTIONS_INITBen Straub
2012-11-28diff: enhance test coverage against the workdirnulltoken
2012-11-28Update diff callback param orderRussell Belfer
2012-11-28More external API cleanupVicent Marti
2012-11-15Add explicit git_index ptr to diff and checkoutRussell Belfer
2012-11-15Fix diff API to better parameter orderRussell Belfer
2012-10-24Initial implementation of diff rename detectionRussell Belfer
2012-10-19diff: workdir diffing in a bare repo returns EBAREREPOnulltoken
2012-10-09Add test for diffs with submodules and bug fixesRussell Belfer
2012-09-26Add const to all shared pointers in diff APIRussell Belfer
2012-09-26Initial implementation of new diff patch APIRussell Belfer
2012-09-14Fix problems in diff iterator record chainingRussell Belfer
2012-09-06Diff iteratorsRussell Belfer
2012-06-20Plug a few leaksCarlos Martín Nieto
2012-06-08Minor fixes, cleanups, and clarificationsRussell Belfer
2012-06-08Fix filemode comparison in diffsRussell Belfer
2012-06-07Fix git_status_file for files that start with a character > 0x7f8bit-filename-statusAdam Roben
2012-04-17Update clar and remove old helpersRussell Belfer
2012-04-14Add support for pathspec to diff and statusRussell Belfer
2012-03-03Fixing memory leaks indicated by valgrindRussell Belfer
2012-03-03Clean up GIT_UNUSED macros on all platformsRussell Belfer
2012-03-03Update diff to use iteratorsRussell Belfer