Jan Kundrát <[email protected]> writes:

> this patch makes it possible to use --show-linear-break in `git log
> --graph --oneline --all`.

You have multiple roots, just like we would show the histories like
this:

    *     A
    |\
    | *   B
    | *   C (root)
    *    D
    *    E (another root)

teaching the "graph" code to show the history like this:

    *     B
    *     C (root)
      * D
     /
    *   E (another root)

would be more beneficial than using --show-linear-break and chopping
the graph, wouldn't it?
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to