Comment 3 for bug 321389

Revision history for this message
Maarten Bosmans (mkbosmans) wrote :

Thanks for triaging this bug.

What I meant is for the commits of different branches to be interleaved, according to the commit date.
In a feature branch that is being worked on for a couple of months for example, I can then see how the commits of the branch relate in time to the mainline commits.

This is applicable for both the case of a merged branch, as for different branches that aren't merged yet. So instead of

      B2
       |
      B1
       |
  A3 |
   | |
  A2 |
   | |
  A1 |
   \ /
     * parent commit

I'd like to see something like

  A3
   |
   | B2
   | |
  A2 |
   | |
   | B1
   | |
  A1 |
   \ /
     * parent commit