Re: [PATCH 6/7] completion: teach remote subcommands option completion

2017-02-09 Thread Cornelius Weig
On 02/02/2017 02:37 AM, SZEDER Gábor wrote: > The 'set-head' subcommand has '--auto' and '--delete' options, and > 'set-branches' has '--add'. Oops. Thanks for spotting this.. >> __git_complete_remote_or_refspec >> ;; >> -update) >> +update,*) > > The 'update'

Re: [PATCH 6/7] completion: teach remote subcommands option completion

2017-02-01 Thread SZEDER Gábor
> Git-remote needs to complete remote names, its subcommands, and options > thereof. In addition to the existing subcommand and remote name > completion, do also complete the options > > - add: --track --master --fetch --tags --no-tags --mirror= Oh, '--track' and '--master' are not even in the

[PATCH 6/7] completion: teach remote subcommands option completion

2017-01-22 Thread bitte . keine . werbung . einwerfen
From: Cornelius Weig Git-remote needs to complete remote names, its subcommands, and options thereof. In addition to the existing subcommand and remote name completion, do also complete the options - add: --track --master --fetch --tags --no-tags --mirror= - set-url: --push --add --delete - g