about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2007-10-04 08:32:14 +0000
committerClint Adams <clint@users.sourceforge.net>2007-10-04 08:32:14 +0000
commit930d43d7afea0274b845ede956a533229f1974c8 (patch)
treeca47b4ec8471c091d7e796c987f109d9da733bd3 /ChangeLog
parent79df5a832e4a584253cd3b44f4ceaff73089a195 (diff)
downloadzsh-930d43d7afea0274b845ede956a533229f1974c8.tar.gz
zsh-930d43d7afea0274b845ede956a533229f1974c8.tar.xz
zsh-930d43d7afea0274b845ede956a533229f1974c8.zip
23905: remove useless gitdir assignment and scope array locally in new __git_changed_files function.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f65eca8ce..47a7d47aa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2007-10-04  Clint Adams  <clint@zsh.org>
 
+	* 23905: Completion/Unix/Command/_git: remove useless gitdir
+	assignment and scope array locally in new __git_changed_files
+	function.
+
 	* Mikael Magnusson: 23903: Completion/Unix/Command/_git:
 	complete both modified and added files for git commit.