No longer install git-svnimport, move to contrib/examples
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>
This commit is contained in:
parent
09149c7809
commit
fee9832a8d
1
.gitignore
vendored
1
.gitignore
vendored
@ -128,7 +128,6 @@ git-status
|
|||||||
git-stripspace
|
git-stripspace
|
||||||
git-submodule
|
git-submodule
|
||||||
git-svn
|
git-svn
|
||||||
git-svnimport
|
|
||||||
git-symbolic-ref
|
git-symbolic-ref
|
||||||
git-tag
|
git-tag
|
||||||
git-tar-tree
|
git-tar-tree
|
||||||
|
@ -185,7 +185,6 @@ git-status mainporcelain
|
|||||||
git-stripspace purehelpers
|
git-stripspace purehelpers
|
||||||
git-submodule mainporcelain
|
git-submodule mainporcelain
|
||||||
git-svn foreignscminterface
|
git-svn foreignscminterface
|
||||||
git-svnimport foreignscminterface
|
|
||||||
git-symbolic-ref plumbingmanipulators
|
git-symbolic-ref plumbingmanipulators
|
||||||
git-tag mainporcelain
|
git-tag mainporcelain
|
||||||
git-tar-tree plumbinginterrogators
|
git-tar-tree plumbinginterrogators
|
||||||
|
3
Makefile
3
Makefile
@ -225,8 +225,7 @@ SCRIPT_SH = \
|
|||||||
SCRIPT_PERL = \
|
SCRIPT_PERL = \
|
||||||
git-add--interactive.perl \
|
git-add--interactive.perl \
|
||||||
git-archimport.perl git-cvsimport.perl git-relink.perl \
|
git-archimport.perl git-cvsimport.perl git-relink.perl \
|
||||||
git-cvsserver.perl git-remote.perl \
|
git-cvsserver.perl git-remote.perl git-cvsexportcommit.perl \
|
||||||
git-svnimport.perl git-cvsexportcommit.perl \
|
|
||||||
git-send-email.perl git-svn.perl
|
git-send-email.perl git-svn.perl
|
||||||
|
|
||||||
SCRIPTS = $(patsubst %.sh,%,$(SCRIPT_SH)) \
|
SCRIPTS = $(patsubst %.sh,%,$(SCRIPT_SH)) \
|
||||||
|
@ -346,7 +346,6 @@ __git_commands ()
|
|||||||
ssh-*) : transport;;
|
ssh-*) : transport;;
|
||||||
stripspace) : plumbing;;
|
stripspace) : plumbing;;
|
||||||
svn) : import export;;
|
svn) : import export;;
|
||||||
svnimport) : import;;
|
|
||||||
symbolic-ref) : plumbing;;
|
symbolic-ref) : plumbing;;
|
||||||
tar-tree) : deprecated;;
|
tar-tree) : deprecated;;
|
||||||
unpack-file) : plumbing;;
|
unpack-file) : plumbing;;
|
||||||
|
Loading…
Reference in New Issue
Block a user