Skip to content
Snippets Groups Projects
Commit 1d2bfa64 authored by Antoine Lambert's avatar Antoine Lambert
Browse files

browse: Add new orderings for revisions history views

Previously in history views, revisions were ordered according to the
BFS traversal of the revisions DAG.

This commit adds three new ordering type modifying the history display:

  * Committer date ordering: revisions are displayed in reverse chronological order
    of their commit date

  * DFS: revisions are ordered according to the DFS traversal of the revisions DAG

  * DFS post: revisions are ordered according to the DFS post traversal of the
    revisions DAG

The four types of revisions ordering can be easily switched through the UI.

Closes T1026
parent e649cb49
No related branches found
No related tags found
Loading
Showing
with 417 additions and 442 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment