summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2016-11-24 07:17:33 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2016-11-29 06:41:21 +0000
commita74294edbeb1c0cf9b48e6414559f57ad76dc017 (patch)
treef0191bc046ae04eaebcef15c130e36b837237ace /ChangeLog
parent1955cceec79107b6571646b695d334df8e4a6cd8 (diff)
downloadzsh-a74294edbeb1c0cf9b48e6414559f57ad76dc017.tar.gz
zsh-a74294edbeb1c0cf9b48e6414559f57ad76dc017.tar.xz
zsh-a74294edbeb1c0cf9b48e6414559f57ad76dc017.zip
unposted: _git-config: Fix user.email completion to complete only bare email addresses.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1c0d3673c..be0570778 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-11-29  Daniel Shahaf  <d.s@daniel.shahaf.name>
+
+	* unposted: Completion/Unix/Command/_git: _git-config: Fix
+	user.email completion to complete only bare email addresses.
+
 2016-11-28  Daniel Shahaf  <d.s@daniel.shahaf.name>
 
 	* 40011: Completion/Base/Core/_main_complete,