change order of commits in log from most recent to old to applied order

This commit is contained in:
Hiltjo Posthuma
2019-02-07 21:00:06 +01:00
parent 583c44395c
commit 3fbef5c9b0
4 changed files with 4 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
.Dd Januari 21, 2018
.Dd February 6, 2019
.Dt STAGIT 1
.Os
.Sh NAME
@@ -46,8 +46,8 @@ Atom XML feed
.It files.html
List of files in the latest tree, linking to the file.
.It log.html
List of commits in order of most recent to old of the commits (top to bottom),
each commit links to a page with a diffstat and diff of the commit.
List of commits in reverse chronological applied commit order, each commit
links to a page with a diffstat and diff of the commit.
.It refs.html
Lists references of the repository such as branches and tags.
.El