From: Cornelius Weig Date: Fri, 3 Feb 2017 11:01:58 +0000 (+0100) Subject: completion: teach remote subcommands to complete options X-Git-Tag: v2.12.0-rc2~17^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/cac84960ea5a3f97c52dae7bf05591237bc0303d?ds=inline;hp=cac84960ea5a3f97c52dae7bf05591237bc0303d completion: teach remote subcommands to complete options 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 - get-url: --push --all - prune: --dry-run Signed-off-by: Cornelius Weig Reviewed-by: SZEDER Gábor Signed-off-by: Junio C Hamano ---