Skip to content

Commit 46e22b7

Browse files
moygitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent ae9f631 commit 46e22b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/git-mv.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ OPTIONS
3232
--force::
3333
Force renaming or moving of a file even if the target exists
3434
-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
3636
condition. An error happens when a source is neither existing nor
3737
controlled by Git, or when it would overwrite an existing
38-
file unless '-f' is given.
38+
file unless '-f' is given.
3939
-n::
4040
--dry-run::
4141
Do nothing; only show what would happen

0 commit comments

Comments
 (0)