> But of course, this doesn't show the full history of the work in > each of these branches, so you can do a history walk from each > merge to get a picture of the full series: > > $ git log --oneline --graph 3c0e4178277 -6 > * 3c0e4178277 Merge branch 'ds/fetch-pull-with-sparse-index' > |\ Or even better (you do not have to guess the number of commits in each series): git log --oneline --graph 3c0e4178277^- (see [1]). Why that syntax seems to completely ignore '--graph', though is beyond me! Philippe. [1] https://git-scm.com/docs/gitrevisions#Documentation/gitrevisions.txt-emltrevgt-ltngtemegemHEAD-HEAD-2em