summaryrefslogtreecommitdiff
path: root/src/diff.c
Commit message (Expand)AuthorAgeFilesLines
...
* Add git_pathspec_match_diff APIRussell Belfer2013-07-101-0/+10
* Add public API for pathspec matchingRussell Belfer2013-07-101-6/+6
* Remove GIT_STATUS_SHOW_INDEX_THEN_WORKDIR optionRussell Belfer2013-07-031-0/+2
* Fix segfault in git_status_foreach_ext()yorah2013-07-031-1/+1
* Add status flags to force output sort orderRussell Belfer2013-06-201-6/+6
* Fix bug in diff untracked dir scanRussell Belfer2013-06-201-4/+9
* Add index pathspec-based operationsRussell Belfer2013-06-191-2/+4
* Always do tree to index diffs case sensitivelyRussell Belfer2013-06-171-0/+25
* Improve case handling in git_diff__paired_foreachRussell Belfer2013-06-171-23/+57
* Be more careful about the path with diffsRussell Belfer2013-06-171-1/+2
* util: It's called `memzero`Vicent Marti2013-06-121-1/+1
* Merge remote-tracking branch 'arrbee/minor-paranoia' into developmentVicent Marti2013-06-121-0/+2
|\
| * Add safe memset and use itRussell Belfer2013-06-071-1/+1
| * Zero memory for major objects before freeingRussell Belfer2013-05-311-0/+2
* | Reorganize diff and add basic diff driverRussell Belfer2013-06-101-0/+72
* | Make iterators use GIT_ITEROVER & smart advanceRussell Belfer2013-05-311-8/+26
|/
* Clarify GIT_DIFF_INCLUDE_UNTRACKED_CONTENT optionRussell Belfer2013-05-241-0/+4
* Fix delta compare to use correct pathnameRussell Belfer2013-05-171-1/+14
* Fix diff crash when last item is untracked dirRussell Belfer2013-05-151-2/+4
* Fix dumb type in time comparisonRussell Belfer2013-05-071-1/+1
* Add GIT_DIFF_LINE_CONTEXT_EOFNLRussell Belfer2013-05-071-51/+78
* fix some leaksEdward Thomson2013-05-021-1/+2
* Fix some formatting inconsistencyRussell Belfer2013-04-301-4/+2
* Update diff handling of untracked directoriesRussell Belfer2013-04-301-60/+143
* Reorganize diff code into functionsRussell Belfer2013-04-301-175/+202
* Make git_oid_cmp public and add git_oid__cmpRussell Belfer2013-04-291-5/+5
* Make sure diff output is cleared on errorRussell Belfer2013-04-231-1/+5
* Improve diff config options handlingRussell Belfer2013-04-231-85/+126
* Make tree to tree diffs case sensitiveRussell Belfer2013-04-231-2/+10
* Support diff.context configLinquize2013-04-231-1/+12
* Tests and more fixes for submodule diffsRussell Belfer2013-04-091-1/+5
* Fix some diff ignores and submodule dirty workdirRussell Belfer2013-03-251-8/+20
* Implement GIT_STATUS_OPT_EXCLUDE_SUBMODULESRussell Belfer2013-03-251-0/+14
* Recursing into ignored dirs for diff and statusRussell Belfer2013-03-251-24/+32
* Three submodule status bug fixesRussell Belfer2013-03-181-3/+7
* Merge pull request #1408 from arrbee/refactor-iteratorsVicent Martí2013-03-121-30/+36
|\
| * Add INCLUDE_TREES, DONT_AUTOEXPAND iterator flagsRussell Belfer2013-03-061-6/+18
| * Retire spoolandsort iteratorRussell Belfer2013-03-061-7/+2
| * Make iterator APIs consistent with standardsRussell Belfer2013-03-061-21/+20
* | diff: allow asking for diffs with no contextCarlos Martín Nieto2013-03-091-1/+4
|/
* Replace diff delta binary with flagsRussell Belfer2013-02-201-4/+4
* diff: add a notify callback to `git_diff__from_iterators`yorah2013-02-071-10/+34
* Return the matched pathspec pattern in `git_pathspec_match_path`yorah2013-02-071-2/+4
* Update iterator API with flags for ignore_caseRussell Belfer2013-01-151-11/+13
* update copyrightsEdward Thomson2013-01-081-1/+1
* Fix up spoolandsort iterator usageRussell Belfer2013-01-041-2/+1
* More checkout improvementsRussell Belfer2013-01-041-14/+29
* Make spoolandsort a pushable iterator behaviorRussell Belfer2012-12-271-12/+7
* Fix diff constructor name order confusionRussell Belfer2012-12-171-3/+3
* Clean up iterator APIsRussell Belfer2012-12-101-10/+11