Liu Yubao <yubao.liu@xxxxxxxxx> writes: > ... For example, I want to know what happened in your > git's "next" branch, I hope to get logs like this: > Merge branch 'jc/pickaxe' into next > Merge branch 'master' into next > Merge branch 'js/modfix' into next > ... > some good work > ... > Merge branch .... > > I just want to *outline* what happened in "next" branch, if I am interested > in what have been merged from 'jc/pickaxe' I can follow the merge point again > or use something like "git log --follow-all-parents". My "next" is a bad example of this, because it is an integration branch and never gets its own development. It is also a bad example because I can answer that question with this command line: git log --grep='^Merge .* into next$' next and while it is a perfectly valid answer, I know it would leave you feeling somewhat cheated. - 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