about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2016-04-06 06:50:42 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2016-04-09 03:35:14 +0000
commit4df62e32fcca80e6869b27bb7823a95337c984ca (patch)
treef70bc82db28d3f2e9d18dd56a56deab0f2a4450e /ChangeLog
parentb9113980642f37d780d646fcbf4ef90dca69ae3f (diff)
downloadzsh-4df62e32fcca80e6869b27bb7823a95337c984ca.tar.gz
zsh-4df62e32fcca80e6869b27bb7823a95337c984ca.tar.xz
zsh-4df62e32fcca80e6869b27bb7823a95337c984ca.zip
38255: _git: Fix argument pastedness.
Found by searching for /-\w\>.*:/.

This covers short options only, from the top of file through _git-tag().
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b6fb070ca..bf20a5f23 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-04-09  Daniel Shahaf  <d.s@daniel.shahaf.name>
+
+	* 38255: Completion/Unix/Command/_git: Fix argument pastedness.
+
 2016-04-07  Barton E. Schaefer  <schaefer@zsh.org>
 
 	* 38248: Src/Zle/zle_tricky.c: fix word position calculation