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-02Fix --assume-unchanged supportRussell Belfer
2013-11-01Add git_diff_options_init helperRussell Belfer
2013-11-01Convert git_index_read to have a "force" flagRussell Belfer
2013-11-01Make diff and status perform soft index reloadRussell Belfer
2013-11-01Fix some of the glaring errors in GIT_DIFF_REVERSERussell Belfer
2013-10-21Tweak to git_diff_delta structure for nfilesRussell Belfer
2013-10-16Diff API cleanupRussell Belfer
2013-10-12Rename diff objects and split patch.hRussell Belfer
2013-09-21Merge pull request #1840 from linquize/warningVicent Martí
2013-09-19Fix warningLinquize
2013-09-17Add ident filterRussell Belfer
2013-09-17Create public filter object and use itRussell Belfer
2013-08-05Add rename from rewrites to statusEdward Thomson
2013-07-10Untracked directories with .git should be ignoredRussell Belfer
2013-07-10Add ignore_submodules to diff optionsRussell Belfer
2013-07-10Update diff to new internal submodule status APIRussell Belfer
2013-07-10Add git_pathspec_match_diff APIRussell Belfer
2013-07-10Add public API for pathspec matchingRussell Belfer
2013-07-03Remove GIT_STATUS_SHOW_INDEX_THEN_WORKDIR optionRussell Belfer
2013-07-03Fix segfault in git_status_foreach_ext()yorah
2013-06-20Add status flags to force output sort orderRussell Belfer
2013-06-20Fix bug in diff untracked dir scanRussell Belfer
2013-06-20Add index pathspec-based operationsRussell Belfer
2013-06-17Always do tree to index diffs case sensitivelyRussell Belfer
2013-06-17Improve case handling in git_diff__paired_foreachRussell Belfer
2013-06-17Be more careful about the path with diffsRussell Belfer
2013-06-12util: It's called `memzero`Vicent Marti
2013-06-12Merge remote-tracking branch 'arrbee/minor-paranoia' into developmentVicent Marti
2013-06-10Reorganize diff and add basic diff driverRussell Belfer
2013-06-07Add safe memset and use itRussell Belfer
2013-06-01Zero memory for major objects before freeingRussell Belfer
2013-05-31Make iterators use GIT_ITEROVER & smart advanceRussell Belfer
2013-05-24Clarify GIT_DIFF_INCLUDE_UNTRACKED_CONTENT optionRussell Belfer
2013-05-18Fix delta compare to use correct pathnameRussell Belfer
2013-05-16Fix diff crash when last item is untracked dirRussell Belfer
2013-05-08Fix dumb type in time comparisonRussell Belfer
2013-05-07Add GIT_DIFF_LINE_CONTEXT_EOFNLRussell Belfer
2013-05-03fix some leaksEdward Thomson
2013-04-30Fix some formatting inconsistencyRussell Belfer
2013-04-30Update diff handling of untracked directoriesRussell Belfer
2013-04-30Reorganize diff code into functionsRussell Belfer
2013-04-30Make git_oid_cmp public and add git_oid__cmpRussell Belfer
2013-04-23Make sure diff output is cleared on errorRussell Belfer
2013-04-23Improve diff config options handlingRussell Belfer
2013-04-23Make tree to tree diffs case sensitiveRussell Belfer
2013-04-23Support diff.context configLinquize
2013-04-10Tests and more fixes for submodule diffsRussell Belfer
2013-03-26Fix some diff ignores and submodule dirty workdirRussell Belfer
2013-03-26Implement GIT_STATUS_OPT_EXCLUDE_SUBMODULESRussell Belfer
2013-03-26Recursing into ignored dirs for diff and statusRussell Belfer