summaryrefslogtreecommitdiff
path: root/plugins/gitfast/update
diff options
context:
space:
mode:
authorFelipe Contreras <felipe.contreras@gmail.com>2020-10-24 07:12:23 -0500
committerGitHub <noreply@github.com>2020-10-24 14:12:23 +0200
commita32564e0ae87686702570f3f942977bc9280f178 (patch)
treedbdc7da18a8cbf59f4279383b6d36508a6a64abe /plugins/gitfast/update
parent3b1699b59527ee8095397b9909a37d55689a0481 (diff)
downloadzsh-a32564e0ae87686702570f3f942977bc9280f178.tar.gz
zsh-a32564e0ae87686702570f3f942977bc9280f178.tar.bz2
zsh-a32564e0ae87686702570f3f942977bc9280f178.zip
gitfast: update to latest upstream and more (#9382)
Diffstat (limited to 'plugins/gitfast/update')
-rwxr-xr-xplugins/gitfast/update11
1 files changed, 5 insertions, 6 deletions
diff --git a/plugins/gitfast/update b/plugins/gitfast/update
index 05054245f..d0947e7d8 100755
--- a/plugins/gitfast/update
+++ b/plugins/gitfast/update
@@ -1,9 +1,8 @@
#!/bin/sh
-url="https://git.kernel.org/pub/scm/git/git.git/plain/contrib/completion"
-version="2.16.0"
+url="https://raw.githubusercontent.com/felipec/git-completion"
+version="1.0"
-curl -s -o _git "${url}/git-completion.zsh?h=v${version}" &&
-curl -s -o git-completion.bash "${url}/git-completion.bash?h=v${version}" &&
-curl -s -o git-prompt.sh "${url}/git-prompt.sh?h=v${version}" &&
-git apply updates.patch
+curl -s -o _git "${url}/v${version}/git-completion.zsh" &&
+curl -s -o git-completion.bash "${url}/v${version}/git-completion.bash" &&
+curl -s -o git-prompt.sh "${url}/v${version}/git-prompt.sh"