2012/2/6 SZEDER Gábor [off-list ref]:
On Thu, Feb 02, 2012 at 10:30:23PM +0200, Felipe Contreras wrote:
quoted
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash
index b435b6d..f86b734 100755
--- a/contrib/completion/git-completion.bash
+++ b/contrib/completion/git-completion.bash
@@ -644,12 +644,7 @@ __git_refs_remotes ()
__git_remotes ()
{
local i ngoff IFS=$'\n' d="$(__gitdir)"
You could also remove the ngoff variable, because with this patch it's
not used anymore.
Right, I thought I did that... The change must have been lost in one
of the many revisions =/
--
Felipe Contreras