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>
maint
Andrew Ruder 2007-04-26 23:59:02 -05:00 committed by Junio C Hamano
parent f5158a07d2
commit 71e2e5993b
1 changed files with 4 additions and 0 deletions

View File

@ -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>