about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2015-09-30 14:21:59 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2015-09-30 21:43:37 +0000
commitcd1cda9d57ff9f44d285bcd867721c4024500837 (patch)
tree56ae927c1ce8043ede14690790f3beaed6eb2166 /ChangeLog
parent7ac34a3055d87b88d8b1b28ddfe68982f6550a08 (diff)
downloadzsh-cd1cda9d57ff9f44d285bcd867721c4024500837.tar.gz
zsh-cd1cda9d57ff9f44d285bcd867721c4024500837.tar.xz
zsh-cd1cda9d57ff9f44d285bcd867721c4024500837.zip
36725: vcs_info git: Compute %b correctly when rebasing detached heads.
This sets the %b expando to the hash of the before-the-merge HEAD, rather
than to the literal string "detached HEAD".  That hash is already available
via the gen-applied-string hook.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9a755434a..f45b414c0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
 2015-09-30  Daniel Shahaf  <d.s@daniel.shahaf.name>
 
 	* 36725: Functions/VCS_Info/Backends/VCS_INFO_get_data_git:
+	vcs_info git: Compute %b correctly when rebasing detached heads.
+
+	* 36725: Functions/VCS_Info/Backends/VCS_INFO_get_data_git:
 	vcs_info git: Compute %b correctly when merging to detached
 	heads.