diff options
author | Felipe Contreras <felipe.contreras@gmail.com> | 2019-06-08 09:33:56 -0500 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2019-06-08 16:33:56 +0200 |
commit | d69bad8eb4157e5fd5c1a4ce98f93cf522477a8c (patch) | |
tree | 1df2deb653e2b6fd349836fb31d152d5002ee3e1 /plugins/gitfast/update | |
parent | 65f34ce80ed0aabe92ad3815ceb79db45004598b (diff) | |
download | zsh-d69bad8eb4157e5fd5c1a4ce98f93cf522477a8c.tar.gz zsh-d69bad8eb4157e5fd5c1a4ce98f93cf522477a8c.tar.bz2 zsh-d69bad8eb4157e5fd5c1a4ce98f93cf522477a8c.zip |
gitfast: downgrade to upstream v2.16 (#7918)
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Diffstat (limited to 'plugins/gitfast/update')
-rwxr-xr-x | plugins/gitfast/update | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gitfast/update b/plugins/gitfast/update index 76ecc71e0..05054245f 100755 --- a/plugins/gitfast/update +++ b/plugins/gitfast/update @@ -1,7 +1,7 @@ #!/bin/sh url="https://git.kernel.org/pub/scm/git/git.git/plain/contrib/completion" -version="2.21.0" +version="2.16.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}" && |