Skip to content

Commit

Permalink
Documentation/git-mv.txt: fix whitespace indentation
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
moy authored and gitster committed Jun 28, 2016
1 parent ae9f631 commit 46e22b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/git-mv.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 46e22b7

Please sign in to comment.