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>
No differences found