about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2015-10-25 18:33:51 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2015-12-05 10:15:39 +0000
commit6a3de994afdb4fe93b0967f1534e3ee31bc7f357 (patch)
tree1bb791e05037b5331e7e7dbd2870ef0ccb1c5a99 /ChangeLog
parent16684952fbea39879dcbd4356c8d20acad4912b0 (diff)
downloadzsh-6a3de994afdb4fe93b0967f1534e3ee31bc7f357.tar.gz
zsh-6a3de994afdb4fe93b0967f1534e3ee31bc7f357.tar.xz
zsh-6a3de994afdb4fe93b0967f1534e3ee31bc7f357.zip
36957: _git: Apply matchspecs to filename completion such as 'git log f/b<TAB>' → 'foo/bar.txt's
This patch makes 'git log S/e<TAB>' expand to Src/exec.c.  The incumbent
code would run 'git ls-tree S/' and find no matches.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 25f63b6c5..a845da630 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-12-05  Daniel Shahaf  <d.s@daniel.shahaf.name>
+
+	* 36957: Completion/Unix/Command/_git: _git: Apply matchspecs to
+	filename completion such as 'git log f/b<TAB>' → 'foo/bar.txt's
+
 2015-12-04  Peter Stephenson  <p.stephenson@samsung.com>
 
 	* 37305: Src/params.c, Test/A06assign.ztst,