Re: possible bug in autocompletion

2012-09-19 Thread Felipe Contreras
On Tue, Jul 17, 2012 at 2:12 PM, Jeff King p...@peff.net wrote: --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -261,7 +261,12 @@ __gitcomp () __gitcomp_nl () { local IFS=$'\n' - COMPREPLY=($(compgen -P ${2-} -S ${4- } -W $1 --

Re: possible bug in autocompletion

2012-09-19 Thread Jeff King
On Wed, Sep 19, 2012 at 07:08:09PM +0200, Felipe Contreras wrote: On Tue, Jul 17, 2012 at 2:12 PM, Jeff King p...@peff.net wrote: --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -261,7 +261,12 @@ __gitcomp () __gitcomp_nl () {

Re: possible bug in autocompletion

2012-09-19 Thread Junio C Hamano
Felipe Contreras felipe.contre...@gmail.com writes: On Tue, Jul 17, 2012 at 2:12 PM, Jeff King p...@peff.net wrote: --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -261,7 +261,12 @@ __gitcomp () __gitcomp_nl () { local IFS=$'\n' -

Re: possible bug in autocompletion

2012-09-19 Thread Felipe Contreras
On Wed, Sep 19, 2012 at 7:43 PM, Jeff King p...@peff.net wrote: On Wed, Sep 19, 2012 at 07:08:09PM +0200, Felipe Contreras wrote: On Tue, Jul 17, 2012 at 2:12 PM, Jeff King p...@peff.net wrote: --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@

Re: possible bug in autocompletion

2012-07-17 Thread Jeff King
On Tue, Jul 17, 2012 at 11:10:39AM +0200, Jeroen Meijer wrote: We have a tag name with some special characters. The tag name is 'Build%20V%20${bamboo.custom.jiraversion.name}%20Build%20721'. In somecases where autocompletion is used an error is given, such as 'bash: