Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] _git: Respect tags for subcommand completion.
- X-seq: zsh-workers 34045
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- Subject: Re: [PATCH] _git: Respect tags for subcommand completion.
- Date: Mon, 22 Dec 2014 23:04:26 +0100
- Cc: zsh workers <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=zwJxtY02deL4BYSe248MbL6q6nCKddQhZ6+v3JpKWow=; b=YggZbzAaZTbVHlKxVVUHsCI3PvL29wJ7MnEt2528R+QUnSOn6Zg0Q/+hsmOLAw+A0q nHPvt4dPavapAK95C792PYCRTuSVhaF90bM/IaAqTTCIFQgLAin14PoDbqqXEAHugkvl WCQFlf+TSm+8+zpvoLpYdpE9ITTP22Q/yGKqu1z0x+A8cBl2bEZXnm9TalFDKt6qFw8e 6eu9VoABupk2D7VWRwAYblrpZ6pqX53qRyhrA5sS+6LBXAve0/ERvd74sbIN6yQeRlWf JSM7z5ckEBxVVcuKMc6WzIte5Qn9EutZQ36WUBrdA4RjrTlXpQyRkVH4GzoQz9Z2IPf6 JoKQ==
- In-reply-to: <20141222204546.GC15399@tarsus.local2>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <20141222204546.GC15399@tarsus.local2>
On Mon, Dec 22, 2014 at 9:45 PM, Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx> wrote:
> Attached a patch to improve the 'git <TAB>' user experience.
>
> Daniel
Could you write a few words about what the patch actually does? Eg,
what's wrong with the current status quo?
% git <tab>
---- alias
amend -- alias for 'commit --amend'
...
---- main porcelain command
add -- add file contents to index
am -- apply patches from a mailbox
...
---- ancillary manipulator command
config -- get and set repository or global options
fast-export -- data exporter
...
---- ancillary interrogator command
blame -- show what revision and author last modified each
line of a file
cherry -- find commits not merged upstream
... etc
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author