On Sat, Apr 27, 2013 at 4:39 PM, Junio C Hamano wrote:
> Felipe Contreras writes:
>
>> +__git_zsh_cmd_common ()
>> +{
>> + local -a list
>> + list=(
>> + add:'add file contents to the index'
>> + bisect:'find by binary search the change that introduced a bug'
>> + branch:'list
Felipe Contreras writes:
> +__git_zsh_cmd_common ()
> +{
> + local -a list
> + list=(
> + add:'add file contents to the index'
> + bisect:'find by binary search the change that introduced a bug'
> + branch:'list, create, or delete branches'
> + checkout:'checkout a branch
So that we can have a nice zsh completion output:
% git
add -- add file contents to the index
bisect-- find by binary search the change that introduced a bug
branch-- list, create, or delete branches
checkout -- checkout a branch or paths to the working tree
clone -- clone a re
3 matches
Mail list logo