summaryrefslogtreecommitdiff
path: root/include/git2/sys/diff.h
Commit message (Collapse)AuthorAgeFilesLines
* doc: add documentation to all the public structs and enumscmn/doc-allCarlos Martín Nieto2014-12-061-2/+5
| | | | | | | | | | This makes them show up in the reference, even if the text itself isn't the most descriptive. These have been found with grep -Przon '\n\ntypedef struct.*?\{' -- include grep -Przon '\n\ntypedef enum.*?\{' -- include
* Remove trace / add git_diff_perfdata struct + apiRussell Belfer2014-05-021-0/+28
|
* Add public diff print helpersRussell Belfer2014-04-171-0/+63
The usefulness of these helpers came up for me while debugging some of the iterator changes that I was making, so since they have also been requested (albeit indirectly) I thought I'd include them.