about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2023-03-27 21:11:34 +0200
committerOliver Kiddle <opk@zsh.org>2023-03-27 21:11:34 +0200
commit324d0e7cc710fd0dd8e3a50ccc0a4ba57ec6cb7a (patch)
tree2f58077d1709a3bde539845050f449f0b0f911cb /ChangeLog
parent6763f45e77b130fdcecd244440552095b5ee23b5 (diff)
downloadzsh-324d0e7cc710fd0dd8e3a50ccc0a4ba57ec6cb7a.tar.gz
zsh-324d0e7cc710fd0dd8e3a50ccc0a4ba57ec6cb7a.tar.xz
zsh-324d0e7cc710fd0dd8e3a50ccc0a4ba57ec6cb7a.zip
51603: complete dates and times in the form that git accepts
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c575a0b3c..a2fba2ff9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,12 @@
+2023-03-27  Oliver Kiddle  <opk@zsh.org>
+
+	* 51603: Completion/Unix/Command/_git: complete dates and times
+	in the form that git accepts
+
 2023-03-22  Peter Stephenson  <p.stephenson@samsung.com>
 
 	* 51586: Src/builtin.c: When printf "%s" encounters a byte
-	that's not part of a vaild multibyte character it should handle
+	that's not part of a valid multibyte character it should handle
 	it a single byte at a time.
 
 2023-03-16  Oliver Kiddle  <opk@zsh.org>