libgit2/include
Jameson Miller 5b18822545 Support cancellation in push operation
This commit adds cancellation for the push operation. This work consists of:

1) Support cancellation during push operation
    - During object counting phase
    - During network transfer phase
        - Propagate GIT_EUSER error code out to caller
2) Improve cancellation support during fetch
    - Handle cancellation request during network transfer phase
    - Clear error string when cancelled during indexing
3) Fix error handling in git_smart__download_pack

Cancellation during push is still only handled in the pack building and
network transfer stages of push (and not during packbuilding).
2013-10-02 15:12:44 -04:00
..
git2 Support cancellation in push operation 2013-10-02 15:12:44 -04:00
git2.h Add refdb.h to git2.h, reorder git2.h sanely 2013-09-27 16:08:24 -04:00