summary refs log tree commit diff
Commit message (Collapse)AuthorAge
...
* More tmux configurationJune McEnroe2015-05-23
|
* Add tmux configurationJune McEnroe2015-05-22
|
* Set scrolloff=1June McEnroe2015-05-13
|
* Truncate RPROMPT with negative lengthJune McEnroe2015-02-18
|
* Fix timeoutlen so leader still worksJune McEnroe2015-02-16
|
* Prevent esc delay in terminal vimJune McEnroe2015-02-15
|
* Fix git prompt for branches with slashesJune McEnroe2015-02-15
|
* Clean upJune McEnroe2015-02-14
|
* Switch back to gruvbox iTerm themeJune McEnroe2015-02-14
|
* Switch back to gruvbox vim themeJune McEnroe2015-02-14
|
* Prevent red first promptJune McEnroe2015-02-14
|
* New minimal zshrcJune McEnroe2015-02-14
|
* Use Hybrid colours in iTerm2June McEnroe2015-02-13
|
* New minimal vimrcJune McEnroe2015-02-13
|
* Add more bytes to randpasswd and use URL base64June McEnroe2015-01-16
|
* Add vim-signature pluginJune McEnroe2015-01-16
|
* Ignore .DS_StoreJune McEnroe2015-01-06
|
* Add Karabiner configurationJune McEnroe2015-01-06
|
* Add git rebase aliasesJune McEnroe2015-01-06
|
* Add vman alias for vim-supermanJune McEnroe2015-01-06
|
* Add vim-supermanJune McEnroe2015-01-06
|
* Add LimeLight to GoyoJune McEnroe2015-01-06
|
* Swap 0 and ^ in VimJune McEnroe2015-01-06
|
* Highlight columns 80, 100, 120June McEnroe2015-01-06
|
* Add iTerm2 to effuse exlcudeJune McEnroe2014-11-29
|
* Update README listJune McEnroe2014-11-29
|
* Remove unused configsJune McEnroe2014-11-29
|
* Add iTerm 2 configurationJune McEnroe2014-11-25
|
* Keep working directory in terminal titleJune McEnroe2014-11-25
|
* Add .pultrc to global gitignoreJune McEnroe2014-11-25
|
* Use gruvbox colorschemeJune McEnroe2014-11-25
|
* Remove multiple cursors pluginJune McEnroe2014-11-25
|
* Simplify C-n relative number toggleJune McEnroe2014-11-25
|
* Add Goyo.vimJune McEnroe2014-11-25
|
* Use ProFont 11 in VimJune McEnroe2014-11-25
|
* Add ~/.bin to the pathJune McEnroe2014-10-14
|
* Remove binJune McEnroe2014-10-14
|
* Remove backup option from vimrcJune McEnroe2014-10-12
|
* Update tunnel function for new domainJune McEnroe2014-10-12
|
* On error rollback in interactive psqlJune McEnroe2014-09-29
|
* Never mind thatJune McEnroe2014-09-23
|
* Add FETCH_COUNT and expanded auto to psqlrcJune McEnroe2014-09-23
|
* Silence psqlrc output and turn timing onJune McEnroe2014-09-23
|
* Add psqlrcJune McEnroe2014-09-19
|
* Wildcard ignore DS_StoreJune McEnroe2014-09-19
|
* Add randpasswd aliasJune McEnroe2014-08-11
|
* Add vim-exchangeJune McEnroe2014-07-15
|
* Add gf and gbl git aliasesJune McEnroe2014-07-14
|
* Add CSS Color pluginJune McEnroe2014-06-30
|
* Add Eunuch pluginJune McEnroe2014-06-30
|
i-ssdiff.c?h=1.4.1&id=0899eb644fab415e9a3b304f53da9da50aaf91aa&follow=1'>ui-ssdiff: 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-09-11ui-shared: ban strcat()Christian Hesse Git upstream bans strcat() with commit: banned.h: mark strcat() as banned 1b11b64b815db62f93a04242e4aed5687a448748 To avoid compiler warnings from gcc 8.1.x we get the hard way. Signed-off-by: Christian Hesse <mail@eworm.de> 2018-09-11ui-patch: 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-11ui-log: 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-09-11ui-log: ban strcpy()Christian Hesse Git upstream bans strcpy() with commit: automatically ban strcpy() c8af66ab8ad7cd78557f0f9f5ef6a52fd46ee6dd Signed-off-by: Christian Hesse <mail@eworm.de> 2018-09-11parsing: 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