about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorm0viefreak <m0viefreak.cm@googlemail.com>2013-09-22 12:48:18 +0200
committerFrank Terbeck <ft@bewatermyfriend.org>2013-09-22 14:01:08 +0200
commit06d58592ab2cb4f1d0f01f79eed7d9a0b963a59e (patch)
treef5c42e39fcc1892547d9dda18b181066703a72e0 /ChangeLog
parentef4157fac4657337d491ca1d3ea92f195bf191d8 (diff)
downloadzsh-06d58592ab2cb4f1d0f01f79eed7d9a0b963a59e.tar.gz
zsh-06d58592ab2cb4f1d0f01f79eed7d9a0b963a59e.tar.xz
zsh-06d58592ab2cb4f1d0f01f79eed7d9a0b963a59e.zip
31745: _git: correctly use __git_guard_number in some cases
The space is relevant to make the help text work as intended.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index feb98eb28..4cef4ca4a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,9 @@
 	* 31744: Completion/Unix/Command/_git: _git: make git submodule
 	<cmd> completion work
 
+	* 31745: Completion/Unix/Command/_git: _git: correctly use
+	__git_guard_number in some cases
+
 2013-09-21  Barton E. Schaefer  <schaefer@zsh.org>
 
 	* unposted: Src/glob.c: improve an error message.