summaryrefslogtreecommitdiff
path: root/include/git2/diff.h
Commit message (Expand)AuthorAgeFilesLines
...
* Replace diff delta binary with flagsRussell Belfer2013-02-201-26/+28
* Refine pluggable similarity APIRussell Belfer2013-02-201-2/+28
* Pluggable similarity metric APIRussell Belfer2013-02-201-0/+13
* diff: add a notify callback to `git_diff__from_iterators`yorah2013-02-071-34/+58
* Add helper for diff line statsRussell Belfer2013-01-301-0/+22
* update copyrightsEdward Thomson2013-01-081-1/+1
* Share git_diff_blobs/git_diff_blob_to_buffer codeRussell Belfer2013-01-071-20/+18
* Introduce git_diff_blob_to_bufferIgnacio Casal Quinteiro2013-01-071-0/+24
* Correct typos in documentationKevin Sawicki2013-01-061-2/+2
* More diff.h comment fixesRussell Belfer2012-12-171-34/+52
* Fix diff constructor name order confusionRussell Belfer2012-12-171-25/+42
* Allow compilation as C++Ben Straub2012-12-061-2/+2
* Fix diff header comments and missing constRussell Belfer2012-12-051-9/+67
* Make constant name all-capsBen Straub2012-11-301-1/+1
* Deploy GIT_DIFF_OPTIONS_INITBen Straub2012-11-301-1/+1
* Add version fields and init macros for public input structs.Ben Straub2012-11-301-8/+13
* Update diff callback param orderRussell Belfer2012-11-271-24/+26
* More external API cleanupVicent Marti2012-11-271-15/+16
* Merge pull request #1074 from edubart/ignore_diff_filemodeVicent Martí2012-11-151-0/+2
|\
| * Add option to ignore file mode in diffsEduardo Bart2012-11-151-0/+2
* | Add explicit git_index ptr to diff and checkoutRussell Belfer2012-11-141-0/+4
* | Fix diff API to better parameter orderRussell Belfer2012-11-141-17/+17
|/
* Merge pull request #1014 from arrbee/diff-rename-detectionVicent Martí2012-11-021-7/+63
|\
| * Move rename detection into new fileRussell Belfer2012-10-301-18/+30
| * Initial implementation of diff rename detectionRussell Belfer2012-10-231-7/+51
* | Add git_diff_patch_printRussell Belfer2012-10-251-1/+18
* | Add git_diff_patch_to_str APIRussell Belfer2012-10-241-0/+11
|/
* Move enum comments next to actual valuesRussell Belfer2012-10-091-44/+43
* Add complex checkout test and then fix checkoutRussell Belfer2012-10-091-1/+6
* Cleanup TYPECHANGE supportRussell Belfer2012-10-091-0/+24
* Introduce status/diff TYPECHANGE flagsRussell Belfer2012-10-091-1/+3
* Fix a few diff bugs with directory contentRussell Belfer2012-10-081-1/+2
* Merge pull request #939 from pwkelley/ignorecaseRussell Belfer2012-10-021-0/+1
|\
| * Support for core.ignorecasePhilip Kelley2012-09-171-0/+1
* | Add const to all shared pointers in diff APIRussell Belfer2012-09-251-9/+9
* | Fix bugs in new diff patch codeRussell Belfer2012-09-251-3/+17
* | Initial implementation of new diff patch APIRussell Belfer2012-09-251-13/+49
* | New take on iterating over diff contentRussell Belfer2012-09-251-143/+100
|/
* Fix diff binary file detectionRussell Belfer2012-09-111-2/+17
* Move diff max_size to public APIRussell Belfer2012-09-101-1/+8
* Replace git_diff_iterator_num_files with progressRussell Belfer2012-09-101-17/+7
* Better header commentsRussell Belfer2012-09-061-24/+34
* diff: Cleanup documentation and printf compatVicent Marti2012-09-061-1/+12
* Fix comments and a minor bugRussell Belfer2012-09-051-34/+100
* Diff iteratorsRussell Belfer2012-09-051-1/+60
* Working implementation of git_submodule_statusRussell Belfer2012-08-241-0/+15
* Update iterators for consistency across libraryRussell Belfer2012-08-031-0/+18
* Add flag to turn off pathspec testing for diff and statusyorah2012-07-241-0/+1
* diff: make inter-hunk-context default value git-compliantyorah2012-07-021-1/+1
* Minor fixes, cleanups, and clarificationsRussell Belfer2012-06-081-22/+69