kmx git
login
register
thodg
/
libgit2
/
tests/structinit
tests/structinit
Log
Author
Commit
Date
CI
Message
aa17c3c6
2014-01-03T17:42:09
git_revert_opts -> git_revert_options
6affd71f
2014-01-03T17:38:34
git_checkout_opts -> git_checkout_options
8e524720
2014-03-06T16:40:34
tests: MSVC compat 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.
b9f81997
2014-03-05T21:49:23
Added function-based initializers for every options struct. The basic structure of each function is courtesy of arrbee.