summaryrefslogtreecommitdiff
path: root/src/git2/compat.h
Commit message (Collapse)AuthorAgeFilesLines
* Move the compat definitions to types.hVicent Marti2011-01-121-70/+0
| | | | | | | | | Don't need a brand new header for two typedefs when we already have a types.h header. Change comment style to ANSI C. Signed-off-by: Vicent Marti <tanoku@gmail.com>
* Revised platform types to use 'best supported' size.Alex Budovski2011-01-111-0/+70
This will allow graceful migration to 64 bit file sizes and timestamps should git's binary interface be extended to allow this.