summaryrefslogtreecommitdiff
path: root/plugins/svn-fast-info/svn-fast-info.plugin.zsh
AgeCommit message (Collapse)Author
2014-11-16ignore any grep aliases that might be definedDanielFGray
2014-01-10Renames main plugin function to `svn_prompt_info`Brice Dutheil
2014-01-08Renamed the methods of this scriptBrice Dutheil
2014-01-08Added further cleanup and svn status informationBrice Dutheil
2014-01-07Heavy refactor of svn-fast-infoLFDM
2014-01-07Inline `parse_svn` to avoid leaky stateBrice Dutheil
As noted in review, `in_svn` is not properly reset to false. This is better anyway to not leak state.
2014-01-06Report the SVN need upgradeBrice Dutheil
This happen when subversion 1.7+ is used on a repository created with subversion up to 1.6
2014-01-04new faster SVN pluginBrice Dutheil