Re: [PATCH] show-branch: make --topo-order noop and default.
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:42:16
A Large Angry SCM [off-list ref] writes:
Junio C Hamano wrote:quoted
It really does not make sense not doing --topo-order.I disagree. I do like to see the chronological commit history of some repositories.
But the thing is if you do chronological order, you may not see enough commits without --more=, because show-branches stops at the first common commit. Try it yourself in a repository with merges on topic branches of different vintage, with and without the option, to see where output stops.