summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorTristan Carel <tcarel@exalead.com>2011-04-13 20:21:13 +0200
committerTristan Carel <tcarel@exalead.com>2011-04-13 20:21:13 +0200
commit5d90f58b37fd67184c4aed3d81a1d3703f8fe832 (patch)
treed3fda61790e3d92e80f922db6161a92a26f4dbe0 /plugins
parent2fba4486bfa63cf2a4a11a34c94ce123127ef4c9 (diff)
downloadzsh-5d90f58b37fd67184c4aed3d81a1d3703f8fe832.tar.gz
zsh-5d90f58b37fd67184c4aed3d81a1d3703f8fe832.tar.bz2
zsh-5d90f58b37fd67184c4aed3d81a1d3703f8fe832.zip
I should not have merged this here.
Diffstat (limited to 'plugins')
-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)
-}