ifor the commit Date: header use the git format-patch format - 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 54a8a7c1533ce60e3cbe8539bf1e801225d0fabd /scm/stagit-gopher/commit/54a8a7c1533ce60e3cbe8539bf1e801225d0fabd.gph bitreich.org 70 1parent 7cb669f74f6aeacdbc092267c690624032073eec /scm/stagit-gopher/commit/7cb669f74f6aeacdbc092267c690624032073eec.gph bitreich.org 70 hAuthor: Hiltjo Posthuma URL:mailto:hiltjo@codemadness.org bitreich.org 70 iDate: Sun, 7 May 2017 13:12:43 +0200 Err bitreich.org 70 i Err bitreich.org 70 ifor the commit Date: header use the git format-patch format Err bitreich.org 70 i Err bitreich.org 70 iDiffstat: Err bitreich.org 70 i M stagit.c | 2 +- Err bitreich.org 70 i Err bitreich.org 70 i1 file changed, 1 insertion(+), 1 deletion(-) 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@@ -292,7 +292,7 @@ printtime(FILE *fp, const git_time *intime) Err bitreich.org 70 i t = (time_t)intime->time + (intime->offset * 60); Err bitreich.org 70 i if (!(intm = gmtime(&t))) Err bitreich.org 70 i return; Err bitreich.org 70 i- strftime(out, sizeof(out), "%a %b %e %H:%M:%S", intm); Err bitreich.org 70 i+ strftime(out, sizeof(out), "%a, %e %b %Y %H:%M:%S", intm); Err bitreich.org 70 i if (intime->offset < 0) Err bitreich.org 70 i fprintf(fp, "%s -%02d%02d", out, Err bitreich.org 70 i -(intime->offset) / 60, -(intime->offset) % 60); Err bitreich.org 70 .