about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2016-05-01 14:19:02 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2016-05-01 16:24:38 +0000
commitfbf2591161ca254778eadd38717a7ccc4f4dff56 (patch)
tree2fc904650852cab36ebe6672ac4e831a93b70408
parent5b2b94918ae1b038144ac32c09805d97153f9f7d (diff)
downloadzsh-fbf2591161ca254778eadd38717a7ccc4f4dff56.tar.gz
zsh-fbf2591161ca254778eadd38717a7ccc4f4dff56.tar.xz
zsh-fbf2591161ca254778eadd38717a7ccc4f4dff56.zip
unposted: ChangeLog: Add missed entries.
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6d1c0ac14..0450f4794 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,22 @@
 	* 38381: Completion/Unix/Command/_picocom: Add completion for
 	picocom utility
 
+2016-05-01  Daniel Shahaf  <d.s@daniel.shahaf.name>
+
+	* 38369: Completion/Unix/Command/_git: Complete fetchy refspecs
+	correctly.
+
+	* 38368: Completion/Unix/Command/_git: Bifurcate __git_ref_specs.
+
+	* 38367: Completion/Unix/Command/_git: Fix an apparent typo
+	in __git_heads().
+
+	* 38366: Completion/Unix/Command/_git: Offer alternatives
+	properly.
+
+	* 38365: Completion/Unix/Command/_git: _git-bundle: Complete
+	required file argument to 'git bundle' correctly.
+
 2016-04-29  Barton E. Schaefer  <schaefer@zsh.org>
 
 	* unposted: Src/builtin.c: silence spurious compiler warning