From: Joey Hess Date: Wed, 18 Jan 2023 19:15:41 +0000 (-0400) Subject: remove --fast from man page X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~60^2~18 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6f95f821cb3e3dc57cc678ceda279728d6c519b6;p=git-annex.git remove --fast from man page git-annex move does not actually behave any differently with --fast than without it. (git-annex copy does) (cherry picked from commit f74904ee2c7cec936cac3f2536daa1d426739b80) --- diff --git a/doc/git-annex-move.mdwn b/doc/git-annex-move.mdwn index 0fbea84d58..b57d834915 100644 --- a/doc/git-annex-move.mdwn +++ b/doc/git-annex-move.mdwn @@ -68,12 +68,6 @@ Paths of files or directories to operate on can be specified. Use this option to move a specified key. -* `--fast` - - When moving content to a remote, avoid a round trip to check if the remote - already has content. This can be faster, but might skip moving content - to the remote in some cases. - * matching options The [[git-annex-matching-options]](1)