about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2008-08-19 01:07:25 +0000
committerClint Adams <clint@users.sourceforge.net>2008-08-19 01:07:25 +0000
commit123ebafbba738164e8b0894c97dae4e0eaae4a46 (patch)
treec1b94e2e0398833f8a7a13ab24ffbb46c315e47f /ChangeLog
parenta5c5174c00a26850e710565cd792522f064b59a8 (diff)
downloadzsh-123ebafbba738164e8b0894c97dae4e0eaae4a46.tar.gz
zsh-123ebafbba738164e8b0894c97dae4e0eaae4a46.tar.xz
zsh-123ebafbba738164e8b0894c97dae4e0eaae4a46.zip
25486: patch to allow --shared to be completed without --local with git clone.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4cf84a81c..8efbc1195 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2008-08-19  Clint Adams  <clint@zsh.org>
 
+	* 25486: Completion/Unix/Command/_git: patch to allow --shared to
+	be completed without --local with git clone.
+
 	* 25485: Completion/Unix/Command/_git: patch to allow --abbrev to
 	be completed before -v with git branch, from Mikael Magnusson.