summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2017-02-05 09:38:23 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2017-02-07 08:43:31 +0000
commitec1bdab023543a60b2cd6f920c38bd88a4057886 (patch)
tree42205441db4783962d10ae920fa5206893a20081 /ChangeLog
parent3afd12ae9716b25ef03c768b270ea91e9202364f (diff)
downloadzsh-ec1bdab023543a60b2cd6f920c38bd88a4057886.tar.gz
zsh-ec1bdab023543a60b2cd6f920c38bd88a4057886.tar.xz
zsh-ec1bdab023543a60b2cd6f920c38bd88a4057886.zip
40494: _git: Use slashes matchspec for references (as already used for branch names).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 83a27f454..9ad26b720 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2017-02-07  Daniel Shahaf  <d.s@daniel.shahaf.name>
 
+	* 40494: Completion/Unix/Command/_git: Use slashes matchspec
+	for references (as already used for branch names).
+
+2017-02-07  Daniel Shahaf  <d.s@daniel.shahaf.name>
+
 	* 40493/0002: Completion/Unix/Command/_git: _git-checkout:
 	Reorder default completions.