]> git.proxmox.com Git - libgit2.git/commit - tests/online/clone.c
remote: put the _download() callback with the others
authorCarlos Martín Nieto <cmn@dwim.me>
Mon, 16 Sep 2013 02:20:05 +0000 (04:20 +0200)
committerCarlos Martín Nieto <cmn@dwim.me>
Wed, 2 Oct 2013 04:41:42 +0000 (06:41 +0200)
commitd31402a3fc4aa1b7d48ba43fd3bb072e7d69a527
treecc8eb1e1801c98c25349951d6cd3667d94d9ea19
parent71e33d2649f990086237a6cd0fdb7f7d6f742b51
remote: put the _download() callback with the others

The text progress and update_tips callbacks are already part of the
struct, which was meant to unify the callback setup, but the download
one was left out.
15 files changed:
examples/network/clone.c
examples/network/fetch.c
include/git2/clone.h
include/git2/remote.h
src/clone.c
src/fetch.c
src/fetch.h
src/remote.c
tests-clar/network/fetchlocal.c
tests-clar/network/remote/local.c
tests-clar/online/clone.c
tests-clar/online/fetch.c
tests-clar/online/fetchhead.c
tests-clar/online/push.c
tests-clar/online/push_util.h