ichange order of commits in log from most recent to old to applied order - stagit-gemini - Stagit for gemini protocol Openbsd Err thinkerwim.openbsd.amsterdam 70 hgit clone git://thinkerwim.org/stagit-gemini.git URL:git://thinkerwim.org/stagit-gemini.git thinkerwim.org 70 1Log /git/stagit-gemini/log.gph thinkerwim.org 70 1Files /git/stagit-gemini/files.gph thinkerwim.org 70 1Refs /git/stagit-gemini/refs.gph thinkerwim.org 70 1README /git/stagit-gemini/file/README.gph thinkerwim.org 70 1LICENSE /git/stagit-gemini/file/LICENSE.gph thinkerwim.org 70 i--- Err thinkerwim.openbsd.amsterdam 70 1commit 4011430d5117b1a33e7a3855d8d83c2862d5552d /git/stagit-gemini/commit/4011430d5117b1a33e7a3855d8d83c2862d5552d.gph thinkerwim.org 70 1parent 1db52961131a913a60e96889ae210daede9b44e6 /git/stagit-gemini/commit/1db52961131a913a60e96889ae210daede9b44e6.gph thinkerwim.org 70 hAuthor: Hiltjo Posthuma URL:mailto:hiltjo@codemadness.org thinkerwim.org 70 iDate: Thu, 7 Feb 2019 21:02:37 +0100 Err thinkerwim.openbsd.amsterdam 70 i Err thinkerwim.openbsd.amsterdam 70 ichange order of commits in log from most recent to old to applied order Err thinkerwim.openbsd.amsterdam 70 i Err thinkerwim.openbsd.amsterdam 70 iDiffstat: Err thinkerwim.openbsd.amsterdam 70 i M LICENSE | 2 +- Err thinkerwim.openbsd.amsterdam 70 i M stagit-gopher-index.c | 1 - Err thinkerwim.openbsd.amsterdam 70 i M stagit-gopher.1 | 6 +++--- Err thinkerwim.openbsd.amsterdam 70 i M stagit-gopher.c | 2 -- Err thinkerwim.openbsd.amsterdam 70 i Err thinkerwim.openbsd.amsterdam 70 i4 files changed, 4 insertions(+), 7 deletions(-) Err thinkerwim.openbsd.amsterdam 70 i--- Err thinkerwim.openbsd.amsterdam 70 1diff --git a/LICENSE b/LICENSE /git/stagit-gemini/file/LICENSE.gph thinkerwim.org 70 i@@ -1,6 +1,6 @@ Err thinkerwim.openbsd.amsterdam 70 i MIT/X Consortium License Err thinkerwim.openbsd.amsterdam 70 i Err thinkerwim.openbsd.amsterdam 70 i-(c) 2015-2018 Hiltjo Posthuma Err thinkerwim.openbsd.amsterdam 70 i+(c) 2015-2019 Hiltjo Posthuma Err thinkerwim.openbsd.amsterdam 70 i (c) 2015-2016 Dimitris Papastamos Err thinkerwim.openbsd.amsterdam 70 i Err thinkerwim.openbsd.amsterdam 70 i Permission is hereby granted, free of charge, to any person obtaining a Err thinkerwim.openbsd.amsterdam 70 1diff --git a/stagit-gopher-index.c b/stagit-gopher-index.c /git/stagit-gemini/file/stagit-gopher-index.c.gph thinkerwim.org 70 i@@ -163,7 +163,6 @@ writelog(FILE *fp) Err thinkerwim.openbsd.amsterdam 70 i Err thinkerwim.openbsd.amsterdam 70 i git_revwalk_new(&w, repo); Err thinkerwim.openbsd.amsterdam 70 i git_revwalk_push_head(w); Err thinkerwim.openbsd.amsterdam 70 i- git_revwalk_sorting(w, GIT_SORT_TIME); Err thinkerwim.openbsd.amsterdam 70 i git_revwalk_simplify_first_parent(w); Err thinkerwim.openbsd.amsterdam 70 i Err thinkerwim.openbsd.amsterdam 70 i if (git_revwalk_next(&id, w) || Err thinkerwim.openbsd.amsterdam 70 1diff --git a/stagit-gopher.1 b/stagit-gopher.1 /git/stagit-gemini/file/stagit-gopher.1.gph thinkerwim.org 70 i@@ -1,4 +1,4 @@ Err thinkerwim.openbsd.amsterdam 70 i-.Dd Januari 21, 2018 Err thinkerwim.openbsd.amsterdam 70 i+.Dd February 6, 2019 Err thinkerwim.openbsd.amsterdam 70 i .Dt STAGIT-GOPHER 1 Err thinkerwim.openbsd.amsterdam 70 i .Os Err thinkerwim.openbsd.amsterdam 70 i .Sh NAME Err thinkerwim.openbsd.amsterdam 70 i@@ -50,8 +50,8 @@ Atom XML feed Err thinkerwim.openbsd.amsterdam 70 i .It files.gph Err thinkerwim.openbsd.amsterdam 70 i List of files in the latest tree, linking to the file. Err thinkerwim.openbsd.amsterdam 70 i .It log.gph Err thinkerwim.openbsd.amsterdam 70 i-List of commits in order of most recent to old of the commits (top to bottom), Err thinkerwim.openbsd.amsterdam 70 i-each commit links to an index with a diffstat and diff of the commit. Err thinkerwim.openbsd.amsterdam 70 i+List of commits in reverse chronological applied commit order, each commit Err thinkerwim.openbsd.amsterdam 70 i+links to a page with a diffstat and diff of the commit. Err thinkerwim.openbsd.amsterdam 70 i .It refs.gph Err thinkerwim.openbsd.amsterdam 70 i Lists references of the repository such as branches and tags. Err thinkerwim.openbsd.amsterdam 70 i .El Err thinkerwim.openbsd.amsterdam 70 1diff --git a/stagit-gopher.c b/stagit-gopher.c /git/stagit-gemini/file/stagit-gopher.c.gph thinkerwim.org 70 i@@ -702,7 +702,6 @@ writelog(FILE *fp, const git_oid *oid) Err thinkerwim.openbsd.amsterdam 70 i Err thinkerwim.openbsd.amsterdam 70 i git_revwalk_new(&w, repo); Err thinkerwim.openbsd.amsterdam 70 i git_revwalk_push(w, oid); Err thinkerwim.openbsd.amsterdam 70 i- git_revwalk_sorting(w, GIT_SORT_TIME); Err thinkerwim.openbsd.amsterdam 70 i git_revwalk_simplify_first_parent(w); Err thinkerwim.openbsd.amsterdam 70 i Err thinkerwim.openbsd.amsterdam 70 i while (!git_revwalk_next(&id, w)) { Err thinkerwim.openbsd.amsterdam 70 i@@ -824,7 +823,6 @@ writeatom(FILE *fp) Err thinkerwim.openbsd.amsterdam 70 i Err thinkerwim.openbsd.amsterdam 70 i git_revwalk_new(&w, repo); Err thinkerwim.openbsd.amsterdam 70 i git_revwalk_push_head(w); Err thinkerwim.openbsd.amsterdam 70 i- git_revwalk_sorting(w, GIT_SORT_TIME); Err thinkerwim.openbsd.amsterdam 70 i git_revwalk_simplify_first_parent(w); Err thinkerwim.openbsd.amsterdam 70 i Err thinkerwim.openbsd.amsterdam 70 i for (i = 0; i < m && !git_revwalk_next(&id, w); i++) { Err thinkerwim.openbsd.amsterdam 70 .