From mboxrd@z Thu Jan 1 00:00:00 1970 From: list at eworm.de (Christian Hesse) Date: Tue, 5 Jun 2018 16:46:22 +0200 Subject: [PATCH 1/1] print git version string in footer In-Reply-To: <20180604202916.25417-1-list@eworm.de> References: <20180604202916.25417-1-list@eworm.de> Message-ID: <20180605164622.145c5a17@leda> Christian Hesse on Mon, 2018/06/04 22:29: > From: Christian Hesse > > Signed-off-by: Christian Hesse > --- > ui-shared.c | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/ui-shared.c b/ui-shared.c > index 9d8f66b..c7d442d 100644 > --- a/ui-shared.c > +++ b/ui-shared.c > @@ -10,6 +10,7 @@ > #include "ui-shared.h" > #include "cmd.h" > #include "html.h" > +#include "version.h" > > static const char cgit_doctype[] = > "\n"; > @@ -785,8 +786,8 @@ void cgit_print_docend(void) > if (ctx.cfg.footer) > html_include(ctx.cfg.footer); > else { > - htmlf("