From: Matthieu Moy Date: Tue, 28 Jun 2016 11:40:09 +0000 (+0200) Subject: Documentation/git-mv.txt: fix whitespace indentation X-Git-Tag: v2.9.3~56^2~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=46e22b70dfe541f4ca1c04a53aba17df377b70f9;p=git Documentation/git-mv.txt: fix whitespace indentation Replace spaces with tabs to avoid a warning when further patches change these lines. Signed-off-by: Matthieu Moy Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-mv.txt b/Documentation/git-mv.txt index e4531325cd..6dcb8b23ec 100644 --- a/Documentation/git-mv.txt +++ b/Documentation/git-mv.txt @@ -32,10 +32,10 @@ OPTIONS --force:: Force renaming or moving of a file even if the target exists -k:: - Skip move or rename actions which would lead to an error + Skip move or rename actions which would lead to an error condition. An error happens when a source is neither existing nor controlled by Git, or when it would overwrite an existing - file unless '-f' is given. + file unless '-f' is given. -n:: --dry-run:: Do nothing; only show what would happen