Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: [PATCH] _git: Respect tags for subcommand completion.



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