]> git.proxmox.com Git - libgit2.git/commit
clone: put the callbacks struct directly in the clone options
authorCarlos Martín Nieto <cmn@dwim.me>
Wed, 2 Oct 2013 12:04:44 +0000 (14:04 +0200)
committerCarlos Martín Nieto <cmn@dwim.me>
Wed, 2 Oct 2013 12:04:44 +0000 (14:04 +0200)
commit0e0cf78773bea0d06298ba3bf981a3be839041df
tree4b879238df61eccc2f048fe51e10fce421967e26
parentffc97d51264f8af435ccf52d33a62a6925b174c9
clone: put the callbacks struct directly in the clone options

There's no need for this to be a pointer to somewhere else.
examples/network/clone.c
include/git2/clone.h
include/git2/remote.h
src/clone.c
src/remote.c
tests-clar/clone/empty.c
tests-clar/clone/nonetwork.c
tests-clar/online/clone.c
tests-clar/online/fetchhead.c