about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2018-09-11 13:24:21 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2018-09-12 15:12:09 +0000
commitb44be21525d0758c93d8c5fab05fdbd8a9cb0d91 (patch)
tree98d01b13e042df4276386645d91f97f93540098a /ChangeLog
parent7ae2be3a2fd7e3be2b6f3990cb4c0ca164cf72d1 (diff)
downloadzsh-b44be21525d0758c93d8c5fab05fdbd8a9cb0d91.tar.gz
zsh-b44be21525d0758c93d8c5fab05fdbd8a9cb0d91.tar.xz
zsh-b44be21525d0758c93d8c5fab05fdbd8a9cb0d91.zip
43443: _git: When completing worktrees, show the ref and hash of each worktree.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1f8d43329..1535174f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2018-09-12  Daniel Shahaf  <d.s@daniel.shahaf.name>
 
+	* 43443: Completion/Unix/Command/_git: When completing worktrees,
+	show the ref and hash of each worktree.
+
 	* 43442: Completion/Unix/Command/_git: Break out a helper
 	function.