diff options
author | Lars Hjemli | 2009-07-25 11:59:22 +0200 |
---|---|---|
committer | Lars Hjemli | 2009-07-25 11:59:22 +0200 |
commit | 681fdc45473143de3f3c5f69fbc7b94f5d6b0b75 (patch) | |
tree | 3bfca05875524bee0e5444fb791707bc3e593dbd /ui-plain.c | |
parent | 7e5c048505efe1902fb476cc2cb3160ff7df013d (diff) | |
parent | 3ff58ddd51bcbcbc9b7649bad1a39aa98af4b49f (diff) | |
download | cgit-681fdc45473143de3f3c5f69fbc7b94f5d6b0b75.tar.gz cgit-681fdc45473143de3f3c5f69fbc7b94f5d6b0b75.tar.bz2 cgit-681fdc45473143de3f3c5f69fbc7b94f5d6b0b75.zip |
Merge branch 'plain-etag'
Conflicts:
ui-shared.c
Diffstat (limited to 'ui-plain.c')
-rw-r--r-- | ui-plain.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -37,6 +37,7 @@ static void print_object(const unsigned char *sha1, const char *path) | |||
37 | ctx.page.mimetype = "text/plain"; | 37 | ctx.page.mimetype = "text/plain"; |
38 | ctx.page.filename = fmt("%s", path); | 38 | ctx.page.filename = fmt("%s", path); |
39 | ctx.page.size = size; | 39 | ctx.page.size = size; |
40 | ctx.page.etag = sha1_to_hex(sha1); | ||
40 | cgit_print_http_headers(&ctx); | 41 | cgit_print_http_headers(&ctx); |
41 | html_raw(buf, size); | 42 | html_raw(buf, size); |
42 | match = 1; | 43 | match = 1; |