summary refs log tree commit diff
path: root/bundle/syntastic
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2012-01-30 15:20:44 -0500
committerJune McEnroe <june@causal.agency>2012-01-30 15:20:44 -0500
commit8e0c623e1a20ff9beb5cbaf8d15465c891ad24ac (patch)
tree808617742a41f1fade2665243f34c4c2ba7d351d /bundle/syntastic
parentSet shiftwidth to 4 for Lua (diff)
downloadsrc-8e0c623e1a20ff9beb5cbaf8d15465c891ad24ac.tar.gz
src-8e0c623e1a20ff9beb5cbaf8d15465c891ad24ac.zip
Disable menu bar in GVim
Diffstat (limited to 'bundle/syntastic')
0 files changed, 0 insertions, 0 deletions
ile?h=1.4.0&id=0393102249c30f62c8f061062bc4a9ba962b6910&follow=1'>Makefile: include Git's config.mak.unameJohn Keeping 2015-08-13tests: allow shell to be overriddenJohn Keeping 2015-08-13redirect: cleanlinessJason A. Donenfeld 2015-08-13redirect: be more careful for different cgi setupsJason A. Donenfeld 2015-08-12ui-log: fix double countingJohn Keeping 2015-08-12log: allow users to follow a fileJohn Keeping 2015-08-12shared: make cgit_diff_tree_cb publicJohn Keeping 2015-08-12t0110: Chain together using &&Jason A. Donenfeld 2015-08-12about: always ensure page has a trailing slashJason A. Donenfeld 2015-08-12filters: apply HTML escapingLazaros Koromilas 2015-08-12git: update to v2.5.0Christian Hesse 2015-08-12Fix processing of repo.hide and repo.ignoreDaniel Reichelt Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-03-15fix 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