summaryrefslogtreecommitdiff
path: root/plugins/git-svn
diff options
context:
space:
mode:
authorTristan Carel <tcarel@exalead.com>2011-04-13 17:46:36 +0200
committerTristan Carel <tcarel@exalead.com>2011-04-13 17:46:36 +0200
commit0c032aaf81afcb134668a462a9ea028e6fc64eeb (patch)
tree4f400d4667dac848484feb20eb13abc24ae2e2d5 /plugins/git-svn
parentdf0b37f9db3f8a1d445bebf30d04039eb247ab71 (diff)
downloadzsh-0c032aaf81afcb134668a462a9ea028e6fc64eeb.tar.gz
zsh-0c032aaf81afcb134668a462a9ea028e6fc64eeb.tar.bz2
zsh-0c032aaf81afcb134668a462a9ea028e6fc64eeb.zip
Removing master stuff
Diffstat (limited to 'plugins/git-svn')
-rw-r--r--plugins/git-svn/.gitignore1
-rw-r--r--plugins/git-svn/git-svn.plugin.zsh10
2 files changed, 0 insertions, 11 deletions
diff --git a/plugins/git-svn/.gitignore b/plugins/git-svn/.gitignore
deleted file mode 100644
index bf5e1a14f..000000000
--- a/plugins/git-svn/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-git-svn-clone-externals
diff --git a/plugins/git-svn/git-svn.plugin.zsh b/plugins/git-svn/git-svn.plugin.zsh
deleted file mode 100644
index 062d63e05..000000000
--- a/plugins/git-svn/git-svn.plugin.zsh
+++ /dev/null
@@ -1,10 +0,0 @@
-
-if ! [ -d "$ZSH/plugins/git-svn/git-svn-clone-externals" ] ;then
- git clone https://github.com/andrep/git-svn-clone-externals.git
-fi
-export PATH="$ZSH/plugins/git-svn/git-svn-clone-externals:$PATH"
-
-function git_svn_update {
- (cd "$ZSH/plugins/git-svn/git-svn-clone-externals" && \
- git pull origin master)
-}