From: Jeff King Date: Mon, 12 Dec 2011 07:50:31 +0000 (-0500) Subject: docs: mention "-k" for both forms of "git mv" X-Git-Tag: v1.7.8.2~15^2~4 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=cfe21f05bb0051aebc96ed7e805a79778f9bb117;p=git.git docs: mention "-k" for both forms of "git mv" The "git mv" synopsis shows two forms: renaming a file, and moving files into a directory. They can both make use of the "-k" flag to ignore errors, so mention it in both places. Signed-off-by: Jeff King Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-mv.txt b/Documentation/git-mv.txt index b8db37396..4be7a718e 100644 --- a/Documentation/git-mv.txt +++ b/Documentation/git-mv.txt @@ -15,7 +15,7 @@ DESCRIPTION ----------- This script is used to move or rename a file, directory or symlink. - git mv [-f] [-n] + git mv [-f] [-n] [-k] git mv [-f] [-n] [-k] ... In the first form, it renames , which must exist and be either