summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorDaniel Shahaf <danielsh@apache.org>2021-04-08 20:22:58 +0000
committerDaniel Shahaf <danielsh@apache.org>2021-04-08 20:23:11 +0000
commit9ddb0116cadbf7096e136ac421b505695a3607d3 (patch)
tree44f371d20847eaf25a15eec1f4789ea27efb04ed /debian
parent38313c560f69ac5cc3636322c7729150257c046f (diff)
downloadzsh-9ddb0116cadbf7096e136ac421b505695a3607d3.tar.gz
zsh-9ddb0116cadbf7096e136ac421b505695a3607d3.zip
d/README.Debian: Mention vcs_info's patch series support for Debian package maintainers.
Diffstat (limited to 'debian')
-rw-r--r--debian/README.Debian14
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/README.Debian b/debian/README.Debian
index 7df4d2e42..4711bc36c 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -87,3 +87,17 @@ function load-path, please use the those conventions when installing function
files.
-- Frank Terbeck <ft@bewatermyfriend.org>, Wed, 21 May 2014 13:15:58 +0200
+
+
+Patch series management functionality
+-------------------------------------
+
+vcs_info is a zsh contributed function for showing information from version
+control systems (git, hg, svn, ...) at the prompt.
+
+Maintainers of Debian packagers may find it useful to enable vcs_info's patch
+series functionality when managing their packages' patch series. See
+/usr/share/doc/zsh/examples/Misc/vcs_info-examples for examples and the
+vcs_info section in the manual[1] for reference.
+
+[1] zshcontrib(1), or one of the other formats provided by the zsh-doc package.