You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the log items are sorted on commit time. It is better to use a topological sort instead, since the current way of sorting does not always result in clean graphs (especially when one has rebased or cherry-picked commits).
Right now the log items are sorted on commit time. It is better to use a topological sort instead, since the current way of sorting does not always result in clean graphs (especially when one has rebased or cherry-picked commits).