about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2016-03-10 23:20:54 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2016-03-11 22:19:04 +0000
commit527badc237cf1afd44c7215838ce69ae28dd35d8 (patch)
tree3b57405e7fa8cd5d2d1261b9377e5819d1061040 /ChangeLog
parent98fcdb0861af6462d233f6199568d64b01fb7b08 (diff)
downloadzsh-527badc237cf1afd44c7215838ce69ae28dd35d8.tar.gz
zsh-527badc237cf1afd44c7215838ce69ae28dd35d8.tar.xz
zsh-527badc237cf1afd44c7215838ce69ae28dd35d8.zip
38129: _git: Fix __git_ignore_line's treatment of shell and pattern metacaracters.
Builds upon a patch by Jun T.

Also upgrade/fix __git_pattern_escape.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 34be26e2e..0e7d1e023 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-03-11  Daniel Shahaf  <d.s@daniel.shahaf.name>
+
+	* 38129: Completion/Unix/Command/_git: Fix __git_ignore_line's
+	treatment of shell and pattern metacaracters.
+
 2016-03-10  Daniel Shahaf  <d.s@daniel.shahaf.name>
 
 	* 38128: Completion/Unix/Command/_git: Fix completion of diffs