Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Update git-http-fetch documentation
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>
Documentation/git-http-fetch.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
f5158a0
)
diff --git
a/Documentation/git-http-fetch.txt
b/Documentation/git-http-fetch.txt
index 7dc2df3044e82e20fbb99ae86f0a150c08cd027d..4deabc376c6698408bee032409434bd7e32740a4 100644
(file)
--- 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>