Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | doc: add documentation to all the public structs and enumscmn/doc-all | Carlos MartÃn Nieto | 2014-12-06 | 1 | -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 + api | Russell Belfer | 2014-05-02 | 1 | -0/+28 |
| | |||||
* | Add public diff print helpers | Russell Belfer | 2014-04-17 | 1 | -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. |