On Fri, Feb 17, 2017 at 9:27 PM, Junio C Hamano <gitster@xxxxxxxxx> wrote: > > I just got bitten by a fallout. I have > > $ git recent --help > `git recent' is aliased to `log --oneline --branches --no-merges \ > --source --since=3.weeks' > > but now the branch names are shown at the end, which defeats the > whole point of the alias. Yes, your situation actually wants those decorations as primary things, so having them at the end is indeed pointless. So I think we should just discard that patch of mine. Linus