]> git.proxmox.com Git - libgit2.git/commit - src/checkout.c
Fix remaining init_options inconsistencies
authorRussell Belfer <rb@github.com>
Wed, 30 Apr 2014 18:16:31 +0000 (11:16 -0700)
committerRussell Belfer <rb@github.com>
Fri, 2 May 2014 16:21:33 +0000 (09:21 -0700)
commitbc91347b5894c98964a12c6637d5ca91d9723b42
tree3b6ccd7b2d67336cc5aa4d4eaadd334552590e18
parent702efc891f2a620f10998062ba0c00b34100f632
Fix remaining init_options inconsistencies

There were a couple of "init_opts()" functions a few more cases
of structure initialization that I somehow missed.
19 files changed:
include/git2/checkout.h
include/git2/cherrypick.h
include/git2/remote.h
include/git2/revert.h
include/git2/sys/config.h
include/git2/sys/odb_backend.h
include/git2/sys/refdb_backend.h
include/git2/transport.h
src/checkout.c
src/cherrypick.c
src/config.c
src/diff.c
src/odb.c
src/refdb.c
src/remote.c
src/revert.c
src/status.c
src/transport.c
tests/structinit/structinit.c