]> git.proxmox.com Git - libgit2.git/commit - src/libgit2/remote.c
Add accessor for git_remote's stats field
authorBen Straub <bs@github.com>
Tue, 16 Oct 2012 20:29:12 +0000 (13:29 -0700)
committerBen Straub <bs@github.com>
Sat, 20 Oct 2012 02:34:15 +0000 (19:34 -0700)
commitd57c47dc07044b4fd3f5e9d57615329692823111
tree4148ff7f84ad40973a6414c29a41259c5f151010
parent3028be0723f42f31b1973da9f19f2b0468b11754
Add accessor for git_remote's stats field

Also converted the network example to use it.
examples/network/fetch.c
include/git2/remote.h
src/remote.c