ijust use Name as first column, thanks quinq for the suggestion - stagit-gopher - A git gopher frontend. (mirror) Err bitreich.org 70 hgit clone git://bitreich.org/stagit-gopher/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/stagit-gopher/ URL:git://bitreich.org/stagit-gopher/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/stagit-gopher/ bitreich.org 70 1Log /scm/stagit-gopher/log.gph bitreich.org 70 1Files /scm/stagit-gopher/files.gph bitreich.org 70 1Refs /scm/stagit-gopher/refs.gph bitreich.org 70 1Tags /scm/stagit-gopher/tag bitreich.org 70 1README /scm/stagit-gopher/file/README.gph bitreich.org 70 1LICENSE /scm/stagit-gopher/file/LICENSE.gph bitreich.org 70 i--- Err bitreich.org 70 1commit ce535ae1afda4af825cc81af9b4f32a5dd09d73b /scm/stagit-gopher/commit/ce535ae1afda4af825cc81af9b4f32a5dd09d73b.gph bitreich.org 70 1parent 75b4b23c9f0331fa933392e78fb387b08c740017 /scm/stagit-gopher/commit/75b4b23c9f0331fa933392e78fb387b08c740017.gph bitreich.org 70 hAuthor: Hiltjo Posthuma URL:mailto:hiltjo@codemadness.org bitreich.org 70 iDate: Thu, 21 Jan 2016 20:42:11 +0100 Err bitreich.org 70 i Err bitreich.org 70 ijust use Name as first column, thanks quinq for the suggestion Err bitreich.org 70 i Err bitreich.org 70 iDiffstat: Err bitreich.org 70 i M stagit.c | 5 ++--- Err bitreich.org 70 i Err bitreich.org 70 i1 file changed, 2 insertions(+), 3 deletions(-) Err bitreich.org 70 i--- Err bitreich.org 70 1diff --git a/stagit.c b/stagit.c /scm/stagit-gopher/file/stagit.c.gph bitreich.org 70 i@@ -769,7 +769,6 @@ writerefs(FILE *fp) Err bitreich.org 70 i git_reference_iterator *it = NULL; Err bitreich.org 70 i git_reference **refs = NULL; Err bitreich.org 70 i size_t count, i, j, refcount = 0; Err bitreich.org 70 i- const char *cols[] = { "Branch", "Tag" }; /* first column title */ Err bitreich.org 70 i const char *titles[] = { "Branches", "Tags" }; Err bitreich.org 70 i const char *ids[] = { "branches", "tags" }; Err bitreich.org 70 i const char *name; Err bitreich.org 70 i@@ -816,9 +815,9 @@ writerefs(FILE *fp) Err bitreich.org 70 i Err bitreich.org 70 i /* print header if it has an entry (first). */ Err bitreich.org 70 i if (++count == 1) { Err bitreich.org 70 i- fprintf(fp, "

%s

\n" Err bitreich.org 70 i+ fprintf(fp, "

%s

%s
\n" Err bitreich.org 70 i "\n\n\n", Err bitreich.org 70 i- titles[j], ids[j], cols[j]); Err bitreich.org 70 i+ titles[j], ids[j]); Err bitreich.org 70 i } Err bitreich.org 70 i Err bitreich.org 70 i relpath = ""; Err bitreich.org 70 .
NameLast commit dateAuthor