]> git.proxmox.com Git - libgit2.git/commit - src/checkout.h
git_checkout_opts -> git_checkout_options
authorBen Straub <bs@github.com>
Sat, 4 Jan 2014 01:38:34 +0000 (17:38 -0800)
committerBen Straub <bs@github.com>
Thu, 6 Mar 2014 17:44:51 +0000 (09:44 -0800)
commit6affd71f33f9a9693425d6f3599ba1f25226c34b
tree42127170b47c96ec55438920e812dc0d96568add
parent8e5247203720de7abd084996c00afd6fb6f6cc21
git_checkout_opts -> git_checkout_options
25 files changed:
examples/network/clone.c
include/git2/checkout.h
include/git2/clone.h
include/git2/merge.h
include/git2/revert.h
src/checkout.c
src/checkout.h
src/clone.c
src/reset.c
src/stash.c
tests/checkout/binaryunicode.c
tests/checkout/conflict.c
tests/checkout/crlf.c
tests/checkout/head.c
tests/checkout/index.c
tests/checkout/tree.c
tests/checkout/typechange.c
tests/clone/nonetwork.c
tests/diff/rename.c
tests/index/names.c
tests/index/reuc.c
tests/merge/merge_helpers.c
tests/merge/workdir/trivial.c
tests/online/clone.c
tests/structinit/structinit.c