summaryrefslogtreecommitdiff
path: root/plugins/gitfast
AgeCommit message (Collapse)Author
2019-04-09gitfast: document deprecated git plugin dependencyMarc Cornellà
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
2018-10-06Add README.md to the gitfast plugin (#7241)Forrest Wolf
* Create gitfast readme * Add list of gitfast aliases
2016-10-10Use OSTYPE instead of uname whenever possible for better speed. (#5496)Hong
2016-05-19completion: zsh: improve main function selectionFelipe Contreras
Sometimes we want to use the function directly (e.g. _git_checkout), for example when zsh has the option 'complete_aliases', this way, we can do something like: compdef _git gco=git_checkout Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
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>
2015-06-13Adding quotes to git completion discovery pathMichael Okner
Previously, spaces in the path would result in wto separate errouneous paths being parsed. This fixes that issue.
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: fix promptFelipe Contreras
Certain themes need the 'clean' mark, and some people like to have the 'dirty' one, just like the original git_promp_info(). We probably shouldn't be modifying that function, there's no other clean way to achieve our own status information, so let's try to emulate the original as much as possible. 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>