summary refs log tree commit diff
Commit message (Expand)AuthorAge
...
| * Update all the thingsJune McEnroe2012-07-02
| * Remove vim-smartinputJune McEnroe2012-06-22
| * Wrap text in Markdown filesJune McEnroe2012-05-29
| * Remove buffergator customizationJune McEnroe2012-05-06
| * 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
'2014-06-28 15:14:56 +0200'>2014-06-28git: update for git 2.0Christian Hesse prefixcmp() and suffixcmp() have been remove, functionality is now provided by starts_with() and ends_with(). Retrurn values have been changed, so instead of just renaming we have to fix logic. Everything else looks just fine. 2014-04-17remove trailing whitespaces from source filesChristian Hesse 2014-04-12git: update to 1.9.2Christian Hesse Everything works just bumping the version in Makefile and commit hash in submodule. No code changes required. 2014-04-05Fix cgit_parse_url when a repo url is contained in another repo urlJulian Maurice For example, if I have two repos (remove-suffix is enabled): /foo /foo/bar http://cgit/foo/bar/ is interpreted as "repository 'foo', command 'bar'" instead of "repository 'foo/bar'" 2014-03-20Makefile: use more reliable git tarball mirrorJason A. Donenfeld 2014-03-20git: update to 1.9.1Christian Hesse