about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Shahaf <danielsh@apache.org>2020-03-12 18:48:52 +0000
committerDaniel Shahaf <danielsh@apache.org>2020-03-15 00:18:23 +0000
commitc756545014c93448494ee4f1d841d8487601a324 (patch)
tree7147b1cde953f513f5b063408c460eed9fe9797a /ChangeLog
parentaf57462beb38159637eba7004363d867f41eff50 (diff)
downloadzsh-c756545014c93448494ee4f1d841d8487601a324.tar.gz
zsh-c756545014c93448494ee4f1d841d8487601a324.tar.xz
zsh-c756545014c93448494ee4f1d841d8487601a324.zip
45546: vcs_info git: In interactive rebases, properly support the full form of the "exec" verb.
The code before this commit happened to have done the right thing:
"exec" lines were handled by the catchall forward compatibility case,
which happened to have had virtually the same effect as the correct
case.  However, that was merely an accidental result.  This patch makes
the code do the right thing deliberately, rather than by accident.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fa59d44e6..183db5dd8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2020-03-15  Daniel Shahaf  <danielsh@apache.org>
 
+	* 45546: Functions/VCS_Info/Backends/VCS_INFO_get_data_git:
+	vcs_info git: In interactive rebases, properly support the full
+	form of the "exec" verb.
+
 	* 45545: Functions/VCS_Info/Backends/VCS_INFO_get_data_git:
 	vcs_info git: In interactive rebases, ignore comment lines.