On Thu, Sep 23, 2010 at 02:16:43PM +1000, Ramana Kumar wrote: > Thanks Pat - that's awesome. > Is there a git shortcut for removing the refs/remotes or refs/heads > prefix? (I know I can just use other progs for that too) If you use the for-each-ref solution, you can use the :short modifier, like: git for-each-ref --format='%(upstream:short)' `git symbolic-ref HEAD` -Peff -- 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