aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMartin Langhoff <martin@catalyst.net.nz>2005-11-07 17:57:08 +1300
committerJunio C Hamano <junkio@cox.net>2005-11-07 13:28:37 -0800
commit5e0306adfa03aebb8f6cf866c4450f04e128c3fd (patch)
treefa099a8fc993d83b60b8d0d6ab691eb69a165597 /Makefile
parente66ab03fcfb508efbe2b73bafc7cf0ef16430378 (diff)
downloadgit-5e0306adfa03aebb8f6cf866c4450f04e128c3fd.tar.gz
git-5e0306adfa03aebb8f6cf866c4450f04e128c3fd.tar.xz
Introducing: git-cvsexportcommit
A script that can replay commits git into a CVS checkout. Tries to ensure the sanity of the operation and supports mainly manual usage. If you are reckless enough, you can ask it to autocommit when everything has applied cleanly. Combined with a couple more scripts could become part of a git2cvs gateway. Should support adds/removes and binary files. Signed-off-by: Martin Langhoff <martin@catalyst.net.nz> 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 f89e0bd29..b202be177 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-svnimport.perl git-mv.perl
+ git-svnimport.perl git-mv.perl git-cvsexportcommit.perl
SCRIPT_PYTHON = \
git-merge-recursive.py