aboutsummaryrefslogtreecommitdiff
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
-rw-r--r--ui-plain.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui-plain.c b/ui-plain.c
index 98e6908..66cb19c 100644
--- a/ui-plain.c
+++ b/ui-plain.c
@@ -10,6 +10,7 @@
#include "html.h"
#include "ui-shared.h"
+char *curr_rev;
char *match_path;
int match;
@@ -76,6 +77,7 @@ void cgit_print_plain(struct cgit_context *ctx)
if (!rev)
rev = ctx->qry.head;
+ curr_rev = xstrdup(rev);
if (get_sha1(rev, sha1)) {
html_status(404, "Not found", 0);
return;