diff options
author | Daniel Shahaf <danielsh@apache.org> | 2021-04-08 20:22:58 +0000 |
---|---|---|
committer | Daniel Shahaf <danielsh@apache.org> | 2021-04-08 20:23:11 +0000 |
commit | 9ddb0116cadbf7096e136ac421b505695a3607d3 (patch) | |
tree | 44f371d20847eaf25a15eec1f4789ea27efb04ed | |
parent | 38313c560f69ac5cc3636322c7729150257c046f (diff) | |
download | zsh-9ddb0116cadbf7096e136ac421b505695a3607d3.tar.gz zsh-9ddb0116cadbf7096e136ac421b505695a3607d3.zip |
d/README.Debian: Mention vcs_info's patch series support for Debian package maintainers.
-rw-r--r-- | debian/README.Debian | 14 |
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. |