about summary refs log tree commit diff
path: root/tests/Makefile
diff options
context:
space:
mode:
authorChristian Hesse <mail@eworm.de>2019-12-10 20:40:45 +0100
committerChristian Hesse <mail@eworm.de>2019-12-10 20:57:24 +0100
commitd8e5dd25a0d2e32ef3453a96112eea817336e4d7 (patch)
treef3e4858f9671013605ecb30316f923a32e546ea4 /tests/Makefile
parentui-repolist: do not return unsigned (negative) value (diff)
downloadcgit-pink-d8e5dd25a0d2e32ef3453a96112eea817336e4d7.tar.gz
cgit-pink-d8e5dd25a0d2e32ef3453a96112eea817336e4d7.zip
git: update to v2.24.1
Update to git version v2.24.1.

No changes required.

Signed-off-by: Christian Hesse <mail@eworm.de>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
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