[PATCH] Assorted documentation patches
[git.git] / Documentation / git-http-pull.txt
index 59cd090..edc5ceb 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
 -----------
@@ -24,6 +24,9 @@ Downloads a remote GIT repository via HTTP.
 -v::
        Report what is downloaded.
 
+-w <filename>::
+        Writes the commit-id into the filename under $GIT_DIR/refs/<filename> on
+        the local end after the transfer is complete.
 
 Author
 ------