summaryrefslogtreecommitdiff
path: root/include/git2/diff.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Initial implementation of git_diff_blobRussell Belfer2012-03-021-0/+103