summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Shahaf <danielsh@apache.org>2019-12-21 15:58:26 +0000
committerDaniel Shahaf <danielsh@apache.org>2019-12-22 03:21:03 +0000
commit86db36ab705ea8225807b00b24b0c7df4033cbc6 (patch)
tree379eafd57af4c8fb454bb033e23af8a27bc4e968 /ChangeLog
parent41e35185895ba33bf08cf93809bbe5955f81993a (diff)
downloadzsh-86db36ab705ea8225807b00b24b0c7df4033cbc6.tar.gz
zsh-86db36ab705ea8225807b00b24b0c7df4033cbc6.tar.xz
zsh-86db36ab705ea8225807b00b24b0c7df4033cbc6.zip
45114: vcs_info quilt: Improve support for svn-style patch headers.
Additional lines between the |-separated header line and the actual
log message, as generated by 'svn log -v' and 'svn log -g', are now
supported.

This change affects you if you have quilt patches with 'svn log'-style
information in their headers, regardless of whether you use quilt
standalone, quilt over svn, or quilt over some other VCS.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 97f5684d4..c2dc81d2f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2019-12-22  Daniel Shahaf  <danielsh@apache.org>
 
+	* 45114: Functions/VCS_Info/VCS_INFO_patch2subject: vcs_info
+	quilt: Improve support for svn-style patch headers.
+
 	* 45115: Misc/vcs_info-examples: vcs_info examples: Make the
 	quilt-patch-dir example friendlier.