Liu Yubao wrote: > Andy Whitcroft wrote: >> >> One thing to remember, when you merge the destination into which you >> merge will be HEAD^1, so by just following that you can get junio's view >> of his branch as he made it. >> >> This is doesn't terminate properly, sucks the performance of your >> machine and generally should be erased rather than run; but you get the >> idea: >> >> let n=0 >> while git-show --pretty=one -s "next~$n" >> do >> let "n=$n+1" >> done | less >> >> -apw >> > This is not a right way to view a branch track in git, see Junio's > explanation > about this from http://marc.theaimsgroup.com/?l=git&m=116279354214757&w=2 Well in fact that message tells us more why a branch centric view is likely not useful. This output is still the majority of the time the view from the branch integrators point of view. If that is something you care about, I am not sure it is something I care about. -apw - 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