[PATCH] tools/applymbox: allow manual fixing and continuing after a failure.
[gitweb.git] / Documentation / git-http-pull.txt
index 59cd090a78cddeb4f820312892cc88f9c78ea542..431ef7cab3cadc94ca86e28c69611ee610a74767 100644 (file)
@@ -9,7 +9,7 @@ git-http-pull - Downloads a remote GIT repository via HTTP
 
 SYNOPSIS
 --------
-'git-http-pull' [-c] [-t] [-a] [-v] commit-id url
+'git-http-pull' [-c] [-t] [-a] [-d] [-v] [-w filename] [--recover] commit-id url
 
 DESCRIPTION
 -----------
@@ -23,7 +23,9 @@ Downloads a remote GIT repository via HTTP.
        Get all the objects.
 -v::
        Report what is downloaded.
-
+-w::
+        Writes the commit-id into the filename under $GIT_DIR/refs/ on
+        the local end after the transfer is complete.
 
 Author
 ------