Revision cac84960ea5a3f97c52dae7bf05591237bc0303d authored by Cornelius Weig on 03 February 2017, 11:01:58 UTC, committed by Junio C Hamano on 04 February 2017, 06:25:46 UTC
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 <cornelius.weig@tngtech.com>
Reviewed-by: SZEDER Gábor <szeder.dev@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 188fba1
History
File Mode Size
test-documentation.sh -rwxr-xr-x 213 bytes

back to top