[PATCH] Assorted documentation patches
[git.git] / Documentation / git-http-pull.txt
index 3ac9132..edc5ceb 100644 (file)
@@ -21,17 +21,11 @@ Downloads a remote GIT repository via HTTP.
        Get trees associated with the commit objects.
 -a::
        Get all the objects.
--d::
-       Do not check for delta base objects (use this option
-       only when you know the remote repository is not
-       deltified).
---recover::
-       Check dependency of deltified object more carefully than
-       usual, to recover after earlier pull that was interrupted.
 -v::
        Report what is downloaded.
--w::
-        Writes the commit-id into the filename under $GIT_DIR/refs/ on
+
+-w <filename>::
+        Writes the commit-id into the filename under $GIT_DIR/refs/<filename> on
         the local end after the transfer is complete.
 
 Author