From a32564e0ae87686702570f3f942977bc9280f178 Mon Sep 17 00:00:00 2001 From: Felipe Contreras Date: Sat, 24 Oct 2020 07:12:23 -0500 Subject: gitfast: update to latest upstream and more (#9382) --- plugins/gitfast/update | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'plugins/gitfast/update') 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" -- cgit v1.2.3-70-g09d2