Ramkumar Ramachandra wrote:
%>(N) doesn't work properly with f-e-r, and I'm not sure why. I'm not
talking about your last patch where you compute * -- that works fine;
it's just that %>(N) doesn't when N is a concrete number.
Try this:
%(refname:short)%>(30)%(upstream:short)
(assuming that you have lots of branches). I'm noticing random
alignment problems.
However, %<(N) doesn't seem to have this problem:
%<(30)%(refname:short)%(upstream:short)
I'm not able to figure this out.