Re: [PATCH] git-completion.tcsh: fix redirect with noclobber

2015-06-09 Thread Junio C Hamano
quot; output ;-) In case anybody is wondering, that "Helped-by: notifications@github" was merely because I said "this change makes sense, care to send it over to us at git@vger?" from github UI on Ariel's commit. I do not deserve helped-by for merely encouraging participa

[PATCH] git-completion.tcsh: fix redirect with noclobber

2015-06-09 Thread Ariel Faigon
t noclobber' users. Helped-by: Junio C Hamano Reviewed-by: Christian Couder Signed-off-by: Ariel Faigon --- contrib/completion/git-completion.tcsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/completion/git-completion.tcsh b/contrib/completion/git-completion

Re: [PATCH 1/1]: git-completion.tcsh fails w/ noclobber

2015-06-09 Thread Christian Couder
The subject is better but still not quite there. I suggest: [PATCH] git-completion.tcsh: fix redirect with noclobber On Tue, Jun 9, 2015 at 1:01 AM, Ariel Faigon wrote: > tcsh users who happen to have 'set noclobber' elsewhere in their ~/.tcshrc or > ~/.cshrc startup files g

[PATCH 1/1]: git-completion.tcsh fails w/ noclobber

2015-06-08 Thread Ariel Faigon
;set noclobber' users. Helped-by: Junio C Hamano Mentored-by: Christian Couder Signed-off-by: Ariel Faigon --- contrib/completion/git-completion.tcsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/completion/git-completion.tcsh b/contrib/completion/git-com

Re: git-completion.tcsh

2015-04-24 Thread Marc Khouzam
On Fri, Apr 24, 2015 at 7:30 AM, SZEDER Gábor wrote: > Hi, > > Quoting Marc Khouzam : >> >> Hi, >> >> I did notice the problem a while ago and had traced it back to the >> fact that the bash completion scripts no longer adds the trailing '/' >> at the end of directories. >> Tcsh needs that '/' to

Re: git-completion.tcsh

2015-04-24 Thread SZEDER Gábor
Hi, Quoting Marc Khouzam : Hi, I did notice the problem a while ago and had traced it back to the fact that the bash completion scripts no longer adds the trailing '/' at the end of directories. Tcsh needs that '/' to know not to add that annoying extra space. Bash 3 needed to put it that trai

Re: git-completion.tcsh

2015-04-23 Thread Marc Khouzam
he tcsh script, so things work. I tried with both git add and git rm and didn't see the problem as you described it. You can troubleshoot the git-completion.tcsh script by running the generated final script directly. For example, to see the completions for a command line like: git rm f y

Re: git-completion.tcsh

2015-04-08 Thread Perry Rajnovic
Gábor, I updated git to include the macports install with bash completion. under bash it does not exhibit the problem as I described it. To be sure that the completion scripts installed via macports weren’t newer/different (the .bash completion file had a few minor diffs from what I had been u

Re: git-completion.tcsh

2015-04-01 Thread SZEDER Gábor
Quoting Perry Rajnovic : When using the auto-completion included with git for tcsh, several commands do directly completion with an additional space appended to the end, which defeats the ability to complete to a deeper sub-directory. For example, if I have a git repository including the follo

git-completion.tcsh

2015-03-30 Thread Perry Rajnovic
When using the auto-completion included with git for tcsh, several commands do directly completion with an additional space appended to the end, which defeats the ability to complete to a deeper sub-directory. For example, if I have a git repository including the following: basedir/foo/bar/somef

Re: git-completion.tcsh and git-completion.zsh are broken?

2013-01-09 Thread Manlio Perillo
t caused by your changes. > > another problem is that a space is added after a directory name. > >> The lastest version of git-completion.tcsh in the pu branch should >> fix that problem. It was committed yesterday so you may not have it. > Ok, thanks. Reg

RE: git-completion.tcsh and git-completion.zsh are broken?

2013-01-09 Thread Marc Khouzam
> -Original Message- > From: git-ow...@vger.kernel.org > [mailto:git-ow...@vger.kernel.org] On Behalf Of Manlio Perillo > Sent: Wednesday, January 09, 2013 2:17 PM > To: git@vger.kernel.org > Subject: git-completion.tcsh and git-completion.zsh are broken? > &g

git-completion.tcsh and git-completion.zsh are broken?

2013-01-09 Thread Manlio Perillo
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi. I have finally resolved all the problems with my path completion in git-completion.bash and, in order to avoid regressions, I'm checking the git-completion.zsh and git-completion.tcsh scripts, since they use the bash completion support. I