diff options
author | Junio C Hamano <junkio@cox.net> | 2006-03-13 00:01:57 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-03-13 00:01:57 -0800 |
commit | 2e158bee7a33fac33c300f703396ee1ce1ad7a7d (patch) | |
tree | 784c88eea7078f72a2cd5990b72aefa5b2ba4798 /http.h | |
parent | Merge branch 'fk/blame' (diff) | |
parent | http-push: cleanup (diff) | |
download | tgif-2e158bee7a33fac33c300f703396ee1ce1ad7a7d.tar.xz |
Merge branch 'nh/http'
* nh/http:
http-push: cleanup
http-push: support for updating remote info/refs
http-push: improve remote lock management
http-push: refactor remote file/directory processing
HTTP slot reuse fixes
http-push: fix revision walk
Diffstat (limited to 'http.h')
-rw-r--r-- | http.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -35,6 +35,7 @@ struct active_request_slot int in_use; CURLcode curl_result; long http_code; + int *finished; struct slot_results *results; void *callback_data; void (*callback_func)(void *data); |