From: Quentin Rameau Date: Thu, 21 Jan 2016 17:34:14 +0000 (+0100) Subject: Rename “Age” column headers into “Date” X-Git-Url: https://git.atheridis.org/?a=commitdiff_plain;h=75b4b23c9f0331fa933392e78fb387b08c740017;p=forks%2Fstagit.git Rename “Age” column headers into “Date” --- 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]); }
%sAgeAuthor
Last commit dateAuthor