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.lorimer.id.au/gitweb.git/diff_plain/cfe21f05bb0051aebc96ed7e805a79778f9bb117?hp=cfe21f05bb0051aebc96ed7e805a79778f9bb117 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 ---