$ git show-branch --more=3 master mybranch +$ git show-branch --more=2 master mybranch ! [master] Merge work in mybranch * [mybranch] Merge work in mybranch -- @@ -1454,7 +1454,7 @@ this:This is the same git-read-tree command we have already seen, but it takes three trees, unlike previous examples. This reads the contents of each tree into different stage in the index -file (the first tree goes to stage 1, the second stage 2, +file (the first tree goes to stage 1, the second to stage 2, etc.). After reading three trees into three stages, the paths that are the same in all three stages are collapsed into stage 0. Also paths that are the same in two of three stages are @@ -1967,7 +1967,7 @@ to follow, not easier.