Hi, Perhaps the subject line could benefit from a s/backends/ref backends/. Or even 'init: allow setting alternate ref backends' Anyway, could you please squash this in to keep the completion script up to date? ------ >8 ------ Subject: completion: git init --ref-storage= --- diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index c970d3c0d0a3..743d8509a69f 100644 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -1363,7 +1363,8 @@ _git_init () return ;; --*) - __gitcomp "--quiet --bare --template= --shared --shared=" + __gitcomp "--quiet --bare --template= --shared --shared= + --ref-storage=" return ;; esac -- 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