summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Moy <Matthieu.Moy@imag.fr>2016-06-28 11:40:09 (GMT)
committerJunio C Hamano <gitster@pobox.com>2016-06-28 15:20:52 (GMT)
commit46e22b70dfe541f4ca1c04a53aba17df377b70f9 (patch)
treeab76db928a4288b7aed680e3abbca3298c7c503b
parentae9f6311e9c15d7968c2d03eab6e929e9c9d5f42 (diff)
downloadgit-46e22b70dfe541f4ca1c04a53aba17df377b70f9.zip
git-46e22b70dfe541f4ca1c04a53aba17df377b70f9.tar.gz
git-46e22b70dfe541f4ca1c04a53aba17df377b70f9.tar.bz2
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 <Matthieu.Moy@imag.fr> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/git-mv.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-mv.txt b/Documentation/git-mv.txt
index e453132..6dcb8b2 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