summaryrefslogtreecommitdiff
path: root/Documentation/git-http-fetch.txt
diff options
context:
space:
mode:
authorAndrew Ruder <andy@aeruder.net>2007-04-27 04:59:02 (GMT)
committerJunio C Hamano <junkio@cox.net>2007-04-27 05:43:11 (GMT)
commit71e2e5993b6f2afdfda0cc92e0d55e84c9f876b0 (patch)
tree87ac213864a4027bbdcb5d1d11584220032fd081 /Documentation/git-http-fetch.txt
parentf5158a07d26b957f700dc6cc4fdb5a693a1314b3 (diff)
downloadgit-71e2e5993b6f2afdfda0cc92e0d55e84c9f876b0.zip
git-71e2e5993b6f2afdfda0cc92e0d55e84c9f876b0.tar.gz
git-71e2e5993b6f2afdfda0cc92e0d55e84c9f876b0.tar.bz2
Update git-http-fetch documentation
Documentation/git-http-fetch.txt: --recover to resume a failed fetch operation. Signed-off-by: Andrew Ruder <andy@aeruder.net> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-http-fetch.txt')
-rw-r--r--Documentation/git-http-fetch.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/git-http-fetch.txt b/Documentation/git-http-fetch.txt
index 7dc2df3..4deabc3 100644
--- a/Documentation/git-http-fetch.txt
+++ b/Documentation/git-http-fetch.txt
@@ -39,6 +39,10 @@ commit-id::
<commit-id>['\t'<filename-as-in--w>]
+--recover::
+ Verify that everything reachable from target is fetched. Used after
+ an earlier fetch is interrupted.
+
Author
------
Written by Linus Torvalds <torvalds@osdl.org>