No longer install git-svnimport, move to contrib/examples
authorGerrit Pape <pape@smarden.org>
Tue, 30 Oct 2007 14:24:27 +0000 (14:24 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 31 Oct 2007 04:36:29 +0000 (21:36 -0700)
This has been proposed for a few times without much reaction
from the list.  Actually remove it to see who screams.

Signed-off-by: Gerrit Pape <pape@smarden.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
.gitignore
Documentation/cmd-list.perl
Makefile
contrib/completion/git-completion.bash
contrib/examples/git-svnimport.perl [moved from git-svnimport.perl with 100% similarity]
contrib/examples/git-svnimport.txt [moved from Documentation/git-svnimport.txt with 100% similarity]

index 62afef2..8670081 100644 (file)
@@ -128,7 +128,6 @@ git-status
 git-stripspace
 git-submodule
 git-svn
-git-svnimport
 git-symbolic-ref
 git-tag
 git-tar-tree
index 1061fd8..8d21d42 100755 (executable)
@@ -185,7 +185,6 @@ git-status                              mainporcelain
 git-stripspace                          purehelpers
 git-submodule                           mainporcelain
 git-svn                                 foreignscminterface
-git-svnimport                           foreignscminterface
 git-symbolic-ref                        plumbingmanipulators
 git-tag                                 mainporcelain
 git-tar-tree                            plumbinginterrogators
index 72f5ef4..eb98d91 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -225,8 +225,7 @@ SCRIPT_SH = \
 SCRIPT_PERL = \
        git-add--interactive.perl \
        git-archimport.perl git-cvsimport.perl git-relink.perl \
-       git-cvsserver.perl git-remote.perl \
-       git-svnimport.perl git-cvsexportcommit.perl \
+       git-cvsserver.perl git-remote.perl git-cvsexportcommit.perl \
        git-send-email.perl git-svn.perl
 
 SCRIPTS = $(patsubst %.sh,%,$(SCRIPT_SH)) \
index e760930..599b2fc 100755 (executable)
@@ -346,7 +346,6 @@ __git_commands ()
                ssh-*)            : transport;;
                stripspace)       : plumbing;;
                svn)              : import export;;
-               svnimport)        : import;;
                symbolic-ref)     : plumbing;;
                tar-tree)         : deprecated;;
                unpack-file)      : plumbing;;