summaryrefslogtreecommitdiff
path: root/tests/structinit/structinit.c
Commit message (Collapse)AuthorAgeFilesLines
* git_revert_opts -> git_revert_optionsoptions-namesBen Straub2014-03-061-2/+2
|
* git_checkout_opts -> git_checkout_optionsBen Straub2014-03-061-2/+2
|
* tests: MSVC compatCarlos Martín Nieto2014-03-061-2/+4
| | | | | MSVC doesn't like declaring variables in the middle of a block, so make sure we only declare variables at the beginning of a block.
* Added function-based initializers for every options struct.Matthew Bowen2014-03-051-0/+120
The basic structure of each function is courtesy of arrbee.