about summary refs log tree commit diff
path: root/README
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2019-11-29 20:52:00 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2019-11-29 20:57:01 +0000
commit98f8a8a980872f5d8f2a2a277e50a504d74a3f37 (patch)
tree04ff72e7c3694fd126f4b88f72b72160c321846f /README
parentcc3983ee586dff16638bdcdea40c784a54026571 (diff)
downloadzsh-98f8a8a980872f5d8f2a2a277e50a504d74a3f37.tar.gz
zsh-98f8a8a980872f5d8f2a2a277e50a504d74a3f37.tar.xz
zsh-98f8a8a980872f5d8f2a2a277e50a504d74a3f37.zip
44958: vcs_info quilt: Avoid forks
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index be7929164..7ece48183 100644
--- a/README
+++ b/README
@@ -49,6 +49,10 @@ The behaviour of :h has similarly changed.
 The behaviour has also changed in forms such as ${foo:t2) and *(:t2),
 but in those cases the previous behaviour was not meaningful.
 
+The vcs_info function VCS_INFO_quilt-dirfind now returns a string value
+by setting $REPLY.  Previously it printed the value to standard output.
+This only affects you if you override that function in your dotfiles.
+
 Incompatibilities between 5.6.2 and 5.7.1
 -----------------------------------------