Code

docs: mention "-k" for both forms of "git mv"
authorJeff King <peff@peff.net>
Mon, 12 Dec 2011 07:50:31 +0000 (02:50 -0500)
committerJunio C Hamano <gitster@pobox.com>
Mon, 12 Dec 2011 19:49:49 +0000 (11:49 -0800)
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 <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-mv.txt

index b8db3739640491566dee6e381bae319b7e7be8c6..4be7a718e6801c4fdf43f648565ab6bbdbaa09c7 100644 (file)
@@ -15,7 +15,7 @@ DESCRIPTION
 -----------
 This script is used to move or rename a file, directory or symlink.
 
- git mv [-f] [-n] <source> <destination>
+ git mv [-f] [-n] [-k] <source> <destination>
  git mv [-f] [-n] [-k] <source> ... <destination directory>
 
 In the first form, it renames <source>, which must exist and be either