summaryrefslogtreecommitdiffstats
path: root/git-mv.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-12-21 14:30:44 -0800
committerJunio C Hamano <gitster@pobox.com>2011-12-21 14:30:44 -0800
commit0df9271a3b43155a867f5785c830fb58860b2a6e (patch)
tree57a8246f0d869e5863de89545c036ed26a19006d /git-mv.txt
parente107628da85da6ea514b023fcef4ccb7327e99d0 (diff)
downloadgit-htmldocs-0df9271a3b43155a867f5785c830fb58860b2a6e.tar.gz
Autogenerated HTML docs for v1.7.8.1-281-ge443b
Diffstat (limited to 'git-mv.txt')
-rw-r--r--git-mv.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/git-mv.txt b/git-mv.txt
index b8db37396..e3c844861 100644
--- a/git-mv.txt
+++ b/git-mv.txt
@@ -15,8 +15,8 @@ DESCRIPTION
-----------
This script is used to move or rename a file, directory or symlink.
- git mv [-f] [-n] <source> <destination>
- git mv [-f] [-n] [-k] <source> ... <destination directory>
+ git mv [-v] [-f] [-n] [-k] <source> <destination>
+ git mv [-v] [-f] [-n] [-k] <source> ... <destination directory>
In the first form, it renames <source>, which must exist and be either
a file, symlink or directory, to <destination>.
@@ -40,6 +40,10 @@ OPTIONS
--dry-run::
Do nothing; only show what would happen
+-v::
+--verbose::
+ Report the names of files as they are moved.
+
GIT
---
Part of the linkgit:git[1] suite