From 5a1f5cf8ab32e598d06c024620468657c137d5c3 Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Thu, 12 Mar 2020 18:15:45 +0000 Subject: 45543: vcs_info quilt: Allow quiltcommand to be a function. Before this commit, it could only be an external command. --- README | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README') 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 ----------------------------- -- cgit 1.4.1