On Thu, Feb 24, 2011 at 01:24:57PM +0100, Michael J Gruber wrote: > Reminds me fo the following: Typing > > git log origin/next@{1}..o<TAB> > > gives > > git log origin/next{1}..o > > WTF? Completion eats at babies! Interesting, I can't seem to be able to reproduce. git log origin/next@{1}..o<TAB> gives me git log origin/next@{1}..origin/ and a TAB after that gives me all the remote branches from origin, as it is supposed to, leaving the @{1} intact. Which git, bash, and bash completion versions are you using? Best, Gábor -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html