about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGastón Haro <harogaston@users.noreply.github.com>2020-01-21 21:39:29 -0300
committerDaniel Shahaf <d.s@daniel.shahaf.name>2020-03-28 22:49:41 +0000
commitf306221674af05422c9fd60410f2ab054e123255 (patch)
tree066eea085567592d5ca3ff432a565d10733d9f75 /ChangeLog
parent2f2aa360bc9a966f819474d349b79fd13191cb16 (diff)
downloadzsh-f306221674af05422c9fd60410f2ab054e123255.tar.gz
zsh-f306221674af05422c9fd60410f2ab054e123255.tar.xz
zsh-f306221674af05422c9fd60410f2ab054e123255.zip
github #46: Better restrict git-restore(1) file completions
Add support to the -S and -W options.

Remove the facility for completing files from the tree specified by the
--source argument since, upon testing in git 2.26.0, that doesn't seem
to be correct behaviour.  (Note git-restore(1) says the command is
experimental and its semantics may change.)  See discussion on the PR
for details.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 57a397ce1..05d228d62 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2020-03-28  Gastón Haro  <harogaston@users.noreply.github.com>
+
+	* github #46: Completion/Unix/Command/_git: Better restrict
+	git-restore(1) file completions
+
 2020-03-28  Daniel Shahaf  <d.s@daniel.shahaf.name>
 
 	* 45644: Functions/VCS_Info/Backends/VCS_INFO_get_data_git: