about summary refs log tree commit diff
path: root/.gitmodules
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2011-06-15 09:58:42 +0200
committerLars Hjemli <hjemli@gmail.com>2011-06-15 10:39:43 +0200
commit46ca32e04319caf9dd65f9de47704d637547ad23 (patch)
tree50fb9d2b3bd72e1e02c430e0f45ff705d11c36a6 /.gitmodules
parentcgitrc.5.txt: describe macro expansion of cgitrc options (diff)
downloadcgit-pink-46ca32e04319caf9dd65f9de47704d637547ad23.tar.gz
cgit-pink-46ca32e04319caf9dd65f9de47704d637547ad23.zip
cgitrc.5.txt: document repo.module-link
The global module-link option can be overridden per repo, but this has
never been documented.

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to '.gitmodules')
0 files changed, 0 insertions, 0 deletions
=112973615a78ce61fd6e767128df03b075be72ca&follow=1'>fix segfault when displaying empty blobsEric Wong When size is zero, subtracting one from it turns it into ULONG_MAX which causes an out-of-bounds access on buf. Signed-off-by: Eric Wong <normalperson@yhbt.net> Signed-off-by: Lars Hjemli <hjemli@gmail.com> 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