summaryrefslogtreecommitdiff
path: root/include/git2/trace.h
Commit message (Collapse)AuthorAgeFilesLines
* Introduce GIT_CALLBACK macro to enforce cdeclEdward Thomson2019-01-171-1/+1
| | | | | | | | | Since we now always build the library with cdecl calling conventions, our callbacks should be decorated as such so that users will not be able to provide callbacks defined with other calling conventions. The `GIT_CALLBACK` macro will inject the `__cdecl` attribute as appropriate.
* Fix trailing whitespacesnulltoken2013-05-151-2/+1
|
* optional tracingEdward Thomson2013-03-071-0/+68