On Fri, Jun 03, 2016 at 06:08:43PM +0700, Nguyễn Thái Ngọc Duy wrote: > When there are lots of ref updates, each has different name length, this > will make it easier to look because the variable part is at the end. Is it worth handling more complicated cases, where there is a similar "middle", but different beginning? One of my common refspecs is: +refs/pull/*/head:refs/remotes/pull/* That still shows as: refs/pull/123/head -> pull/123 but could be: {refs -> }/pull/123{head -> } I actually think that _isn't_ an improvement, but I wonder if there is a format that would be. -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