about summary refs log tree commit diff
path: root/Doc/Zsh/contrib.yo
diff options
context:
space:
mode:
authorDaniel Shahaf <danielsh@apache.org>2020-03-12 18:06:21 +0000
committerDaniel Shahaf <danielsh@apache.org>2020-03-15 00:18:28 +0000
commite1946bacf82653b4795793abe5ae095e3e65fea7 (patch)
treeb932b216513cb600e8815fdb0dca3602ed6fce36 /Doc/Zsh/contrib.yo
parent5a1f5cf8ab32e598d06c024620468657c137d5c3 (diff)
downloadzsh-e1946bacf82653b4795793abe5ae095e3e65fea7.tar.gz
zsh-e1946bacf82653b4795793abe5ae095e3e65fea7.tar.xz
zsh-e1946bacf82653b4795793abe5ae095e3e65fea7.zip
45540: vcs_info git: In non-interactive rebases, compute patch names for unapplied patches.
Diffstat (limited to 'Doc/Zsh/contrib.yo')
-rw-r--r--Doc/Zsh/contrib.yo4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo
index c6bf745b7..0909cd4f5 100644
--- a/Doc/Zsh/contrib.yo
+++ b/Doc/Zsh/contrib.yo
@@ -1177,7 +1177,7 @@ If there are two different ways of gathering
 information, you can select the simpler one by setting this style to true;
 the default is to use the not-that-simple code, which is potentially a lot
 slower but might be more accurate in all possible cases. This style is
-used by the tt(bzr) and tt(hg) backends. In the case of tt(hg) it will invoke
+used by the tt(bzr), tt(hg), and tt(git) backends. In the case of tt(hg) it will invoke
 the external hexdump program to parse the binary dirstate cache file; this
 method will not return the local revision number.
 )
@@ -1236,7 +1236,7 @@ item(tt(get-unapplied))(
 This boolean style controls whether a backend should attempt to gather a list
 of unapplied patches (for example with Mercurial Queue patches).
 
-Used by the tt(quilt) and tt(hg) backends.
+Used by the tt(quilt), tt(hg), and tt(git) backends.
 )
 enditem()