From 75b4b23c9f0331fa933392e78fb387b08c740017 Mon Sep 17 00:00:00 2001 From: Quentin Rameau Date: Thu, 21 Jan 2016 18:34:14 +0100 Subject: [PATCH] =?utf8?q?Rename=20=E2=80=9CAge=E2=80=9D=20column=20header?= =?utf8?q?s=20into=20=E2=80=9CDate=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- stagit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stagit.c b/stagit.c index bc493fe..ee414c1 100644 --- 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]); } -- 2.30.2
%sAgeAuthor
Last commit dateAuthor