aboutsummaryrefslogtreecommitdiff
path: root/Documentation/git-http-pull.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/git-http-pull.txt')
-rw-r--r--Documentation/git-http-pull.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/git-http-pull.txt b/Documentation/git-http-pull.txt
index 431ef7cab..edc5cebf7 100644
--- a/Documentation/git-http-pull.txt
+++ b/Documentation/git-http-pull.txt
@@ -23,8 +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
+
+-w <filename>::
+ Writes the commit-id into the filename under $GIT_DIR/refs/<filename> on
the local end after the transfer is complete.
Author