summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f5158a0)
raw | patch | inline | side by side (parent: f5158a0)
author | Andrew Ruder <andy@aeruder.net> | |
Fri, 27 Apr 2007 04:59:02 +0000 (23:59 -0500) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Fri, 27 Apr 2007 05:43:11 +0000 (22:43 -0700) |
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>
operation.
Signed-off-by: Andrew Ruder <andy@aeruder.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-http-fetch.txt | patch | blob | history |
index 7dc2df3044e82e20fbb99ae86f0a150c08cd027d..4deabc376c6698408bee032409434bd7e32740a4 100644 (file)
<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>