diff options
author | Tristan Carel <tcarel@exalead.com> | 2011-04-13 20:21:13 +0200 |
---|---|---|
committer | Tristan Carel <tcarel@exalead.com> | 2011-04-13 20:21:13 +0200 |
commit | 5d90f58b37fd67184c4aed3d81a1d3703f8fe832 (patch) | |
tree | d3fda61790e3d92e80f922db6161a92a26f4dbe0 /plugins | |
parent | 2fba4486bfa63cf2a4a11a34c94ce123127ef4c9 (diff) | |
download | zsh-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/.gitignore | 1 | ||||
-rw-r--r-- | plugins/git-svn/git-svn.plugin.zsh | 10 |
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) -} |