From 684e23791e70a229c479eee8649c1ad1801cf790 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sat, 5 May 2012 01:39:15 -0400 Subject: Add webapi-vim --- .gitmodules | 3 +++ bundle/webapi-vim | 1 + 2 files changed, 4 insertions(+) create mode 160000 bundle/webapi-vim diff --git a/.gitmodules b/.gitmodules index 0c6f84fc..fc44cff8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -64,3 +64,6 @@ [submodule "bundle/vim-smartinput"] path = bundle/vim-smartinput url = https://github.com/kana/vim-smartinput.git +[submodule "bundle/webapi-vim"] + path = bundle/webapi-vim + url = https://github.com/mattn/webapi-vim.git diff --git a/bundle/webapi-vim b/bundle/webapi-vim new file mode 160000 index 00000000..496032d3 --- /dev/null +++ b/bundle/webapi-vim @@ -0,0 +1 @@ +Subproject commit 496032d37f57d896b9f156df4de30a3990e7179d -- cgit 1.4.1 >wiki web frontend for git
about summary refs log tree commit diff
path: root/tests/t0102-summary.sh (unfollow)
Commit message (Expand)Author
2014-01-17Switch to exclusively using global ctxLukas Fleischer
2014-01-16auth: have cgit calculate login addressJason A. Donenfeld
2014-01-16auth: lua string comparisons are time invariantJason A. Donenfeld
2014-01-16authentication: use hidden form instead of refererJason A. Donenfeld
2014-01-16auth: add basic authentication filter frameworkJason A. Donenfeld
2014-01-16t0111: Additions and fixesLukas Fleischer
2014-01-16parsing.c: Remove leading space from committerLukas Fleischer