summaryrefslogtreecommitdiff
path: root/plugins/gitfast/git-prompt.sh
AgeCommit message (Collapse)Author
2022-08-14feat(gitfast): update to git-completion 1.3.7 (#11114)Felipe Contreras
2022-01-28fix(gitfast): update to git-completion 1.3.6 (#10633)Felipe Contreras
2020-10-24gitfast: update to latest upstream and more (#9382)Felipe Contreras
2020-05-05gitfast: proper synchronization (#8550)Felipe Contreras
2019-09-08Unquote yes in conditional expressions for style consistencyMarc Cornellà
2019-09-06Updated git-prompt.sh to quote variablesAddison G
An error was thrown (`bash: [: =: unary operator expected`) when using the __git_ps1_colorize_gitstring function outside of the one place it's called (line 512), because the "detached" variable was not quoted, and was unset.
2019-06-07gitfast: update to upstream v2.21 (#7914)Felipe Contreras
* gitfast: use $OSTYPE again In the last update to upstream this was reverted: a56eac7a (Use OSTYPE instead of uname whenever possible for better speed. (#5496)) Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> * gitfast: simplify plugin No need to set and unset a variable we use once. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> * gitfast: add script to update from upstream This would make easier the process of updating, and also not miss our patches. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> * gitfast: update to upstream v2.21 Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
2019-04-08gitfast: update plugin (#7152)Marc Cornellà
* Stop loading git plugin * Update completion and git-prompt to v2.10 * Update completion to v2.14
2016-05-19gitfast: fix the prompt colourFelipe Contreras
We can add colour in Zsh without the need of pcmode. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
2016-05-19gitfast: update to upstream v2.8Felipe Contreras
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
2016-05-18gitfast: update to upstream v2.4Felipe Contreras
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
2016-05-17gitfast: update to upstream v2.0Felipe Contreras
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
2014-04-21gitfast: back-port prompt fixFelipe Contreras
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
2014-04-21gitfast: update to upstream v1.9.2Felipe Contreras
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
2013-08-23gitfast: update to upstream v1.8.4Felipe Contreras
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
2013-04-21gitfast: synchronize with upstreamFelipe Contreras
Up to version 1.8.2.1. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
2012-12-28Fix gitfast problem for untracket filesFilipe Chagas
When showing the char % for untracket files, it was not being escaped so there was shown a space in the place. It was also removing any char that was right just after.
2012-11-22Add gifast pluginFelipe Contreras
Using the upstream git completion and prompt stuff. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>