Skip to content
Snippets Groups Projects
Commit 34e1ff87 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

swarm: add "linearizedParent" into commit infos

Previously clients needed to store a graph to linearize and do
complex non-ui work with graph reconstruction and ordering.
So, this commit introduces linearizedParent that gives for each
commit what is the parent message. So clients just needs to
store a list<interactions> and insert new messages after the
announced parent.
This parent is calculated with the equivalent of
`git log --topo-order --date-order`

Change-Id: I10d0809496a9de5b9110fe8164d3d23be1c023d3
parent 46cdb949
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment