about summary refs log tree commit diff homepage
path: root/.gitignore
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-04-09 01:00:54 -0400
committerJune McEnroe <june@causal.agency>2018-04-09 01:00:54 -0400
commit99e3c574a02fdb779e97186119891fbe46390d72 (patch)
tree639e659dd91b6e9259f55f59ca91d6bf9ae46e12 /.gitignore
parentLink against ncurses (diff)
downloadtorus-99e3c574a02fdb779e97186119891fbe46390d72.tar.gz
torus-99e3c574a02fdb779e97186119891fbe46390d72.zip
Replace #define with enum or const where possible
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions
irty 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