summary refs log tree commit diff
path: root/command.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-02-08 00:58:17 -0500
committerJune McEnroe <june@causal.agency>2020-02-08 00:58:17 -0500
commitb5707af4b842f521104c5fba07e5685612ff91f2 (patch)
treeaa599074d2fa08fc12cdf005e867a1c030b13526 /command.c
parentHandle QUIT (diff)
downloadcatgirl-b5707af4b842f521104c5fba07e5685612ff91f2.tar.gz
catgirl-b5707af4b842f521104c5fba07e5685612ff91f2.zip
Handle KICK
See I knew the color cache in complete would be useful in at least one
place!
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
ader'>2009-02-19Add support 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