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>
Matthieu Moy committed
Jun 28, 2016 at 13:40 UTC
46e22b70dfe541f4ca1c04a53aba17df377b70f9
1 file changed
+2
-2
Documentation/git-mv.txt
+2
-2
@@ -32,10 +32,10 @@ OPTIONS
32
--force::
33
Force renaming or moving of a file even if the target exists
34
-k::
35
- Skip move or rename actions which would lead to an error
35
+ Skip move or rename actions which would lead to an error
36
condition. An error happens when a source is neither existing nor
37
controlled by Git, or when it would overwrite an existing
38
- file unless '-f' is given.
38
+ file unless '-f' is given.
39
-n::
40
--dry-run::
41
Do nothing; only show what would happen