summaryrefslogtreecommitdiff
path: root/include/git2/diff.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* misc: Fix warnings from PVS Studio trialVicent Martí2012-06-071-1/+1
* Fix spelling errors.Bruce Mitchener2012-05-191-1/+1
* diff: improve git_diff_blobs() documentationnulltoken2012-05-071-0/+8
* diff: make git_diff_blobs() able to detect binary blobsnulltoken2012-05-071-0/+1
* Merge branch 'new-error-handling' into developmentVicent Martí2012-05-021-21/+20
|\
| * Fix usage of "new" for fieldname in public headerRussell Belfer2012-05-021-16/+16
| * diff: provide more context to the consumer of the callbacksnulltoken2012-04-301-20/+17
| * Fix crash in new status and add recurse optionRussell Belfer2012-03-231-1/+2
| * New status fixesRussell Belfer2012-03-221-1/+2
* | diff_output: remove unused parameterschu2012-03-211-1/+0
* | Fix usage of "new" for fieldname in public headerRussell Belfer2012-03-041-16/+16
|/
* Revert GIT_STATUS constants to avoid issuesRussell Belfer2012-03-021-1/+15
* Update diff to use iteratorsRussell Belfer2012-03-021-21/+80
* Continue implementation of git-diffRussell Belfer2012-03-021-9/+25
* Clean up diff implementation for reviewRussell Belfer2012-03-021-22/+140
* Implement diff lists and formattersRussell Belfer2012-03-021-46/+91