about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2014-12-16 23:43:28 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2015-01-05 15:57:42 +0000
commitc7850ac4f64239897b7311c6245785559e2b48e9 (patch)
tree63f45ffdab92774a5982e2083ec9f32a84ae38a5 /ChangeLog
parent6425db14a49d7faed99ebf22d551ab81aab7e359 (diff)
downloadzsh-c7850ac4f64239897b7311c6245785559e2b48e9.tar.gz
zsh-c7850ac4f64239897b7311c6245785559e2b48e9.tar.xz
zsh-c7850ac4f64239897b7311c6245785559e2b48e9.zip
34042: _git: Respect tags for subcommand completion.
It is now possible to use the tag-order style to stagger the overwhelming
'git <TAB>' subcommand listing.  For example:

    zstyle ':completion::complete:git:argument-1:' tag-order \
        main-porcelain-commands user-commands third-party-commands \
        ancillary-manipulator-commands ancillary-interrogator-commands \
        plumbing-manipulator-commands plumbing-interrogator-commands \
        aliases
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 601c2e160..75a16bcf7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-01-05  Daniel Shahaf <d.s@daniel.shahaf.name>
+
+	* 34042: Completion/Unix/Command/_git: Respect tags for subcommand
+	completion.
+
 2015-01-05  Peter Stephenson  <p.stephenson@samsung.com>
 
 	* Timofey Titovets: 34053: Completion/Linux/Command/_modutils: