diff options
author | Janus <ysangkok@gmail.com> | 2015-01-17 14:54:31 +0100 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2015-01-28 13:42:49 +0100 |
commit | 1a2eeb94d42b983213076906eb5c5b85452b2c30 (patch) | |
tree | 71ae7a61ae04fdaeaa7e2d811981a1397a6a9ebe | |
parent | c422b9b3d5938a4d386533604d4c0dbedfcb2b6d (diff) |
Add Etags for snapshots
-rw-r--r-- | ui-snapshot.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui-snapshot.c b/ui-snapshot.c index ea77eb4..cb34f4b 100644 --- a/ui-snapshot.c +++ b/ui-snapshot.c @@ -119,6 +119,7 @@ static int make_snapshot(const struct cgit_snapshot_format *format, cgit_print_error("Not a commit reference: %s", hex); return 1; } + ctx.page.etag = sha1_to_hex(sha1); ctx.page.mimetype = xstrdup(format->mimetype); ctx.page.filename = xstrdup(filename); cgit_print_http_headers(); |