summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2018-10-07 17:46:43 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2018-10-08 13:44:40 +0000
commite38f15f8ff23651a8c4ef9fc394de7be93eb620f (patch)
treefa87450833bf6c64895d17aba85f34ea01263399 /ChangeLog
parent31dcba76f07030f1a3c9f9ad6c41dbaf842eeb1a (diff)
downloadzsh-e38f15f8ff23651a8c4ef9fc394de7be93eb620f.tar.gz
zsh-e38f15f8ff23651a8c4ef9fc394de7be93eb620f.tar.xz
zsh-e38f15f8ff23651a8c4ef9fc394de7be93eb620f.zip
43620 (tweaked): vcs_info git: Reverse the order patches are passed to gen-unapplied-string in.
This is an incompatible change; see README for details.

Tweaks (relative to posted version): tweaked README, removed scalpel (debug print).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cd79613f3..c2f645bcd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2018-10-08  Daniel Shahaf  <d.s@daniel.shahaf.name>
 
+	* 43620 (tweaked): Doc/Zsh/contrib.yo,
+	Functions/VCS_Info/Backends/VCS_INFO_get_data_git,
+	Functions/VCS_Info/VCS_INFO_set-patch-format, README: vcs_info
+	git: Reverse the order patches are passed to gen-unapplied-string
+	in.
+
 	* 43617: Functions/VCS_Info/Backends/VCS_INFO_get_data_git:
 	vcs_info git: During a non-interactive rebase of a detached head,
 	computer the %b expando correctly.