From 0b6b25e8af9eabb4664a078a6634d6d3e7a77a2c Mon Sep 17 00:00:00 2001 From: Brice Dutheil Date: Sat, 22 Mar 2014 07:52:05 -0700 Subject: [PATCH] Adds the svn-fast-info plugin --- Plugins.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Plugins.md b/Plugins.md index 301722c..1916ff3 100644 --- a/Plugins.md +++ b/Plugins.md @@ -819,6 +819,10 @@ Note that if a filename is misspelled or doesn't have the necessary path descrip * svn - adds several functions for dealing with the status of the current directory's svn repo. +## svn-fast-info + +* svn-fast-info - is a faster drop-in replacement of the **svn** plugin, it brings the same level of functionality using the same API. The speed improvements are especially visible on big SVN repository. + ## symfony2 **Maintainer:** [andrewtch](https://github.com/andrewtch)