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
The Ancestors iterator git-traverse should learn to dispatch Commits sorted by their date.
This capability is needed in many applications, which currently have to sort after storing all commits in a Vec. Ideally this can be done on the fly, to the extend possible.