summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2022-01-29 13:10:26 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2022-01-29 16:01:39 +0000
commit75c3664a62010dfae620d77930f8ea5aae78b602 (patch)
treef27c0ab0171bd988795dac86a989e6d638cee845 /ChangeLog
parent10ee9e5bd74367dcbf598f27d54ceab43ca68374 (diff)
downloadzsh-75c3664a62010dfae620d77930f8ea5aae78b602.tar.gz
zsh-75c3664a62010dfae620d77930f8ea5aae78b602.tar.xz
zsh-75c3664a62010dfae620d77930f8ea5aae78b602.zip
unposted: vcs_info git: Teach the rebase-apply test case generator to also generate rebase-merge test cases
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ff9bc0bce..57c26fb38 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2022-01-29  Daniel Shahaf  <d.s@daniel.shahaf.name>
 
+	* unposted: Functions/VCS_Info/test-repo-git-rebase-apply,
+	Functions/VCS_Info/test-repo-git-rebase-merge: vcs_info git:
+	Teach the rebase-apply test case generator to also generate
+	rebase-merge test cases
+
 	* unposted: Functions/VCS_Info/Backends/VCS_INFO_get_data_git:
 	vcs_info git: Add a missing guard against redefining a function.