]> git.proxmox.com Git - libgit2.git/commit
Fire progress callbacks also for pushes.
authorJacques Germishuys <jacquesg@striata.com>
Sun, 20 Apr 2014 17:19:13 +0000 (19:19 +0200)
committerJacques Germishuys <jacquesg@striata.com>
Sun, 20 Apr 2014 20:06:45 +0000 (22:06 +0200)
commit9effa2fb72f20332c2c8a83540bb224a32e0265b
tree9feff060200e617dabf5a2b6383be4d7ac7dda09
parentbfc50f83f829afe52c10f615c4f7efa478a83098
Fire progress callbacks also for pushes.

It's not very useful to only know that a pre-receive hook has declined
a push, you probably want to know why.
include/git2/remote.h
src/transports/smart_protocol.c