Hi,
while trying to analyze a different error I noticed that the changes view of a build does not appear to be ordered in any sane way. See the attached screenshots. I think sorting the view by date would make the most sense.
Regards,
Christoph
Sorry. This should have been in the Continua forum
Hi Christoph,
They should be ordered in topological order. What order are these commits in if you run the following on the command line?
git log --all --graph --topo-order --decorate
Note that you can reorder by date by clicking on the headers
When running that command the commits are in the expected order (i. e. the same as in in the git.jpg).
I know I can reorder the commits so this is just a minor inconvenience. Just thought it would be worth mentioning.