summary refs log tree commit diff
Commit message (Expand)AuthorAge
...
| * Remove buffergatorJune McEnroe2012-05-06
| * Update ALL THE THINGSJune McEnroe2012-05-06
| * Add webapi-vimJune McEnroe2012-05-05
| * Update gist-vimJune McEnroe2012-05-05
| * Remove Itchy startupJune McEnroe2012-04-07
| * Update vim-smartinputJune McEnroe2012-04-01
| * Add vim-smartinputJune McEnroe2012-03-30
| * Rebind Y to y$ for more consistent behaviourJune McEnroe2012-03-11
| * Update Vim-Tomorrow-ThemeJune McEnroe2012-03-03
| * Update Vim-Tomorrow-ThemeJune McEnroe2012-03-02
| * Update PowerlineJune McEnroe2012-02-29
| * Add shiftround optionJune McEnroe2012-02-29
| * Add ,z mapping to toggle spellJune McEnroe2012-02-25
| * Add badwolf colorschemeJune McEnroe2012-02-13
| * Customize C/C++ indentationJune McEnroe2012-02-11
| * Update Powerline to 'develop' branchJune McEnroe2012-02-07
| * Add Solarized colorschemeJune McEnroe2012-02-07
| * Add back set nocompatible, even though it seemed to end up set anywayJune McEnroe2012-02-07
| * Update jellybeansJune McEnroe2012-02-05
| * Update itchy.vimJune McEnroe2012-02-02
| * Add mapping to toggle relative/absolute numberingJune McEnroe2012-02-02
| * Add itchy.vimJune McEnroe2012-02-02
| * Revert "Add ShowMarks plugin"June McEnroe2012-02-01
| * Add ShowMarks pluginJune McEnroe2012-02-01
| * Update Vim-Tomorrow-ThemeJune McEnroe2012-02-01
| * Add vim-markdownJune McEnroe2012-02-01
| * Add tabular.vimJune McEnroe2012-02-01
| * Update Vim-Tomorrow-ThemeJune McEnroe2012-02-01
| * Disable menu bar in GVimJune McEnroe2012-01-30
| * Set shiftwidth to 4 for LuaJune McEnroe2012-01-30
| * Don't show Syntastic errors automaticallyJune McEnroe2012-01-29
| * Update to Quicktask 1.1June McEnroe2012-01-28
| * Use space-test branch of quicktaskJune McEnroe2012-01-22
| * Enable syntax-based foldingJune McEnroe2012-01-22
| * Update quicktaskJune McEnroe2012-01-22
| * Revert "Add AutoClose"June McEnroe2012-01-22
| * Revert "Disable powerline for now"June McEnroe2012-01-22
| * Revert "Add VCS repo directories to wildignore"June McEnroe2012-01-22
| * Disable powerline for nowJune McEnroe2012-01-22
| * Update some pluginsJune McEnroe2012-01-22
| * Add VCS repo directories to wildignoreJune McEnroe2012-01-22
| * Map ,e and ,b to CtrlP file and buffer respectivelyJune McEnroe2012-01-22
| * Add vim-spaceJune McEnroe2012-01-22
| * Add AutoCloseJune McEnroe2012-01-22
| * Add binding for GundoJune McEnroe2012-01-22
| * Add GundoJune McEnroe2012-01-22
| * Add Jellybeans colorschemeJune McEnroe2012-01-22
| * Add syntasticJune McEnroe2012-01-22
| * Add PowerlineJune McEnroe2012-01-21
| * Add quicktaskJune McEnroe2012-01-21
class='logsubject'>cgitrc.5.txt: document 'head-include'Lars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-07-25ui-blob: return 'application/octet-stream' for binary blobsLars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-07-25ui-plain: Return 'application/octet-stream' for binary files.Remko Tronçon Signed-off-by: Remko Tronçon <git@el-tramo.be> Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-06-11use cgit_httpscheme() for atom feedDiego Ongaro 2009-06-11add cgit_httpscheme() -> http:// or https://Diego Ongaro 2009-06-07Return http statuscode 404 on unknown branchLars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-06-07Add head-include configuration option.Mark Lodato This patch adds an option to the configuration file, "head-include", which works just like "header" or "footer", except the content is put into the HTML's <head> tag. 2009-03-15CGIT 0.8.2.1Lars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-03-15Fix doc-related glitches in Makefile and .gitignoreLars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-03-15ui-snapshot: avoid segfault when no filename is specifiedLars Hjemli 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