about summary refs log tree commit diff
path: root/README
diff options
context:
space:
mode:
authorDaniel Shahaf <danielsh@apache.org>2020-03-12 18:15:45 +0000
committerDaniel Shahaf <danielsh@apache.org>2020-03-15 00:18:27 +0000
commit5a1f5cf8ab32e598d06c024620468657c137d5c3 (patch)
tree237446864518908cebc7f3e53c8a98e37a4535a0 /README
parent8e128afb2c655d759d013c98002ef92795a5cafa (diff)
downloadzsh-5a1f5cf8ab32e598d06c024620468657c137d5c3.tar.gz
zsh-5a1f5cf8ab32e598d06c024620468657c137d5c3.tar.xz
zsh-5a1f5cf8ab32e598d06c024620468657c137d5c3.zip
45543: vcs_info quilt: Allow quiltcommand to be a function.
Before this commit, it could only be an external command.
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
index b8dfd0e2a..2bd5c2179 100644
--- a/README
+++ b/README
@@ -38,6 +38,11 @@ Build-time change: The default value of the --enable-gdbm configure
 argument has changed from "yes" to "no".  Thus, the zsh/db/gdbm module will
 not be built unless --enable-gdbm is passed explicitly.
 
+vcs_info quilt: The value of the 'quiltcommand' style used to be taken for the
+name of an external command.  Now it may also be a shell function.  Normal
+command word precedece rules apply, so if you have a function and a command
+with the same name, the function will be used.
+
 Incompatibilities since 5.7.1
 -----------------------------