From cfe21f05bb0051aebc96ed7e805a79778f9bb117 Mon Sep 17 00:00:00 2001 From: Jeff King Date: Mon, 12 Dec 2011 02:50:31 -0500 Subject: [PATCH] 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 --- Documentation/git-mv.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/git-mv.txt b/Documentation/git-mv.txt index b8db373964..4be7a718e6 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