[PATCH] fix global bash variable on __gitcompappend

2015-04-07 Thread Márcio Almada
know that `$x` is lurking. Márcio Almada (1): fix global bash variable leak on __gitcompappend contrib/completion/git-completion.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 1.9.3 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a messag

[PATCH] fix global bash variable leak on __gitcompappend

2015-04-07 Thread Márcio Almada
--- contrib/completion/git-completion.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index 661a829..1620546 100644 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-co