Rename “Age” column headers into “Date” - stagit-gopher - A git gopher frontend. (mirror)
git clone git://bitreich.org/stagit-gopher/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/stagit-gopher/
Log
Files
Refs
Tags
README
LICENSE
---
commit 75b4b23c9f0331fa933392e78fb387b08c740017
parent 502b95ce68ef3e08fb536a0d22c267dcd3e9c7fc
Author: Quentin Rameau 
Date:   Thu, 21 Jan 2016 18:34:14 +0100

Rename “Age” column headers into “Date”

Diffstat:
  M stagit.c                            |       4 ++--

1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/stagit.c b/stagit.c
@@ -443,7 +443,7 @@ writelog(FILE *fp, const git_oid *oid)
         git_revwalk_sorting(w, GIT_SORT_TIME);
         git_revwalk_simplify_first_parent(w);
 
-        fputs("\n"
+        fputs("
AgeCommit message
\n" "" "\n\n", fp); @@ -817,7 +817,7 @@ writerefs(FILE *fp) /* print header if it has an entry (first). */ if (++count == 1) { fprintf(fp, "

%s

DateCommit messageAuthorFiles+-
\n" - "\n\n\n", + "\n\n\n", titles[j], ids[j], cols[j]); }
%sAgeAuthor
Last commit dateAuthor