[PATCH] Make do_each_ref() follow symlinks.
[gitweb.git] / Documentation / git-local-pull.txt
index 777bdbdd6e97a14a8e6c263b7e3c5271e53b8c04..4651e81581962d2dfd94dc6cd66a551fe7aec4ee 100644 (file)
@@ -23,17 +23,11 @@ OPTIONS
        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