aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJosef Weidendorfer <Josef.Weidendorfer@gmx.de>2005-10-23 18:15:34 +0200
committerJunio C Hamano <junkio@cox.net>2005-10-23 17:25:08 -0700
commit1114b26e8f2d06912d855c631e51a4ee8a06c4e2 (patch)
treec043f0993afe5c057409ef748ce313c89c20c7dc /Makefile
parente2029eb963bab6efeff48a7e1ded93842a257717 (diff)
downloadgit-1114b26e8f2d06912d855c631e51a4ee8a06c4e2.tar.gz
git-1114b26e8f2d06912d855c631e51a4ee8a06c4e2.tar.xz
Add git-mv
It supersedes git-rename by adding functionality to move multiple files, directories or symlinks into another directory. It also provides according documentation. The implementation renames multiple files, using the arguments from the command line to produce an array of sources and destinations. In a first pass, all requested renames are checked for errors, and overwriting of existing files is only allowed with '-f'. The actual renaming is done in a second pass. This ensures that any error condition is checked before anything is changed. Signed-off-by: Josef Weidendorfer <Josef.Weidendorfer@gmx.de> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7eacf61b3..5bdf3cc8d 100644
--- a/Makefile
+++ b/Makefile
@@ -94,7 +94,7 @@ SCRIPT_SH = \
SCRIPT_PERL = \
git-archimport.perl git-cvsimport.perl git-relink.perl \
git-rename.perl git-shortlog.perl git-fmt-merge-msg.perl \
- git-findtags.perl git-svnimport.perl
+ git-findtags.perl git-svnimport.perl git-mv.perl
SCRIPT_PYTHON = \
git-merge-recursive.py