]> git.proxmox.com Git - libgit2.git/commit
transport: let the progress output return an error
authorCarlos Martín Nieto <cmn@dwim.me>
Wed, 23 Oct 2013 13:45:29 +0000 (15:45 +0200)
committerCarlos Martín Nieto <cmn@dwim.me>
Wed, 23 Oct 2013 13:45:29 +0000 (15:45 +0200)
commit5cb136705d7db2822357582d5b726c91ca044b24
tree8e8e7a3a55169266e7eaf6f5034c68aebe1c3951
parent1c74686e05c41c30944173bacec3a8312f08cbb5
transport: let the progress output return an error

There are any number of issues that can come up in the progress
callback, and we should let the user cancel at that point as well.
include/git2/remote.h
include/git2/transport.h
src/transports/smart_protocol.c