summary refs log tree commit diff
path: root/.gitmodules (follow)
Commit message (Expand)AuthorAge
* Remove tabularJune McEnroe2013-05-15
* Add vim-gitgutterJune McEnroe2013-05-15
* Remove unused pluginsJune McEnroe2013-04-23
* Replace nerdcommenter with vim-commentaryJune McEnroe2013-03-26
* Add paredit.vimJune McEnroe2013-03-24
* Switch to powerlineJune McEnroe2013-03-12
* Remove vim-powerlineJune McEnroe2013-03-12
* Add base16-vimJune McEnroe2012-08-31
* Add refheap.vimJune McEnroe2012-08-12
* Add VimClojureJune McEnroe2012-08-11
* Remove vim-spaceJune McEnroe2012-07-17
* Remove vim-smartinputJune McEnroe2012-06-22
* Remove buffergatorJune McEnroe2012-05-06
* Add webapi-vimJune McEnroe2012-05-05
* Add vim-smartinputJune McEnroe2012-03-30
* Add badwolf colorschemeJune McEnroe2012-02-13
* Add Solarized colorschemeJune McEnroe2012-02-07
* Add itchy.vimJune McEnroe2012-02-02
* Revert "Add ShowMarks plugin"June McEnroe2012-02-01
* Add ShowMarks pluginJune McEnroe2012-02-01
* Add vim-markdownJune McEnroe2012-02-01
* Add tabular.vimJune McEnroe2012-02-01
* Revert "Add AutoClose"June McEnroe2012-01-22
* Add vim-spaceJune McEnroe2012-01-22
* Add AutoCloseJune 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
* Added ooc.vimJune McEnroe2012-01-14
* Added gist-vimJune McEnroe2012-01-14
* Initial commitJune McEnroe2012-01-14
commit/parsing.c?h=1.3.0&id=60a930044d57faae4fcb84cba9d85310b0c767a7&follow=1'>parsing: ban sprintf()Christian Hesse Git upstream bans sprintf() with commit: banned.h: mark sprintf() as banned cc8fdaee1eeaf05d8dd55ff11f111b815f673c58 Signed-off-by: Christian Hesse <mail@eworm.de> 2018-09-11parsing: ban strncpy()Christian Hesse Git upstream bans strncpy() with commit: banned.h: mark strncpy() as banned e488b7aba743d23b830d239dcc33d9ca0745a9ad Signed-off-by: Christian Hesse <mail@eworm.de> 2018-08-28filters: generate anchor links from markdownChristian Hesse This makes the markdown filter generate anchor links for headings. Signed-off-by: Christian Hesse <mail@eworm.de> Tested-by: jean-christophe manciot <actionmystique@gmail.com> 2018-08-03Bump version.Jason A. Donenfeld Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 2018-08-03clone: fix directory traversalJason A. Donenfeld This was introduced in the initial version of this code, way back when in 2008. $ curl http://127.0.0.1/cgit/repo/objects/?path=../../../../../../../../../etc/passwd root:x:0:0:root:/root:/bin/sh ... Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> Reported-by: Jann Horn <jannh@google.com> 2018-08-03config: record repo.snapshot-prefix in the per-repo configKonstantin Ryabitsev