diff options
author | Andrew Ruder <andy@aeruder.net> | 2007-04-26 23:59:02 -0500 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-04-26 22:43:11 -0700 |
commit | 71e2e5993b6f2afdfda0cc92e0d55e84c9f876b0 (patch) | |
tree | 87ac213864a4027bbdcb5d1d11584220032fd081 /Documentation | |
parent | f5158a07d26b957f700dc6cc4fdb5a693a1314b3 (diff) | |
download | git-71e2e5993b6f2afdfda0cc92e0d55e84c9f876b0.tar.gz |
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')
-rw-r--r-- | Documentation/git-http-fetch.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/git-http-fetch.txt b/Documentation/git-http-fetch.txt index 7dc2df3044..4deabc376c 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> |