[PATCH] git bash completion handles alias options

2012-08-09 Thread Jerome Reybert
which only complete local branches, ie. only 'refs' ones, not 'remotes'. With this new alias completion, I added an option to do that in checkout command and hacked _git_checkout complete function. Best, Jerome Jerome Reybert (1): git bash completion handles alias options

[PATCH] git bash completion handles alias options

2012-08-09 Thread Jerome Reybert
passed by reference as a parameter * __git_find_on_cmdline now search in $words and $alias_words Signed-off-by: Jerome Reybert --- contrib/completion/git-completion.bash | 31 +-- 1 file changed, 25 insertions(+), 6 deletions(-) diff --git a/contrib/completion/gi