From: Andrew Ruder Date: Fri, 27 Apr 2007 04:59:02 +0000 (-0500) Subject: Update git-http-fetch documentation X-Git-Tag: v1.5.1.3~15 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=71e2e5993b6f2afdfda0cc92e0d55e84c9f876b0;p=git.git Update git-http-fetch documentation Documentation/git-http-fetch.txt: --recover to resume a failed fetch operation. Signed-off-by: Andrew Ruder Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-http-fetch.txt b/Documentation/git-http-fetch.txt index 7dc2df304..4deabc376 100644 --- a/Documentation/git-http-fetch.txt +++ b/Documentation/git-http-fetch.txt @@ -39,6 +39,10 @@ commit-id:: ['\t'] +--recover:: + Verify that everything reachable from target is fetched. Used after + an earlier fetch is interrupted. + Author ------ Written by Linus Torvalds