summary refs log tree commit diff
path: root/bin/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-09-15 13:13:11 +0000
committerJune McEnroe <june@causal.agency>2021-09-15 14:48:03 +0000
commit03d876f71c88bf51f7982557798503cad27fa355 (patch)
treec5d6e6a418320821efb528c5d069531c6d4877cb /bin/Makefile
parentFactor out common parts of downgrade messages (diff)
downloadsrc-03d876f71c88bf51f7982557798503cad27fa355.tar.gz
src-03d876f71c88bf51f7982557798503cad27fa355.zip
Enter capsicum in downgrade
Diffstat (limited to 'bin/Makefile')
0 files changed, 0 insertions, 0 deletions
for HEAD requestsLars Hjemli This is a quick 'n dirty hack which makes cgit honor HEAD requests. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-02-19Add support for ETag in 'plain' viewLars Hjemli When downloading a blob identified by its path, the client might want to know if the blob has been modified since a previous download of the same path. To this end, an ETag containing the blob SHA1 seems to be ideal. Todo: add support for HEAD requests... Suggested-by: Owen Taylor <otaylor@redhat.com> Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-02-12ui-tree: escape ascii-text properly in hexdump viewLars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-02-12Makefile: add doc-related targetsLars Hjemli