Signed-off-by: Kirill Smelkov <kirr@xxxxxxxxxxxxxxxxxxx> --- contrib/tg-completion.bash | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/contrib/tg-completion.bash b/contrib/tg-completion.bash index 4d69c05..9641d04 100755 --- a/contrib/tg-completion.bash +++ b/contrib/tg-completion.bash @@ -369,6 +369,11 @@ _tg_remote () local cur="${COMP_WORDS[COMP_CWORD]}" case "$cur" in + -*) + __tgcomp " + --populate + " + ;; *) __tgcomp "$(__tg_remotes)" esac -- 1.6.1.40.g8ea6a -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html