summary refs log tree commit diff
Commit message (Collapse)AuthorAge
...
* Disable iTerm transparencyJune McEnroe2016-02-05
|
* Update configurations list in readmeJune McEnroe2016-02-05
|
* Move gitconfigJune McEnroe2016-02-05
|
* Add nvim configurationJune McEnroe2016-02-05
|
* More iTerm configuration tweaksJune McEnroe2016-02-04
|
* Update to iTerm 2.9 betaJune McEnroe2016-02-03
|
* Spawn non-login shells in iTermJune McEnroe2016-01-31
|
* Remove linux gvim aliasJune McEnroe2016-01-28
|
* Rewrite zshrcJune McEnroe2016-01-28
|
* Strip out useless commentsJune McEnroe2016-01-28
|
* Trim tmux configurationJune McEnroe2016-01-28
|
* Remove psql format wrappedJune McEnroe2016-01-28
|
* Wow, that is so annoying, gitJune McEnroe2016-01-25
|
* Clean up .gitconfigJune McEnroe2016-01-25
|
* Remove gitignoreJune McEnroe2016-01-15
|
* Eliminate escape key delay in zshJune McEnroe2016-01-15
|
* Move pretty git log format to .gitconfigJune McEnroe2016-01-15
|
* Remove unused git aliasesJune McEnroe2016-01-14
|
* Hash SSH known hostsJune McEnroe2016-01-06
|
* Ignore directory .swp filesJune McEnroe2015-12-30
|
* Color prompt yellow in vi normal modeJune McEnroe2015-12-16
|
* Remove colorcolumn at 120June McEnroe2015-11-23
|
* Always git rebase --autosquashJune McEnroe2015-11-23
|
* Add inverted shift to KarabinerJune McEnroe2015-11-18
|
* Clean up git configsJune McEnroe2015-11-06
|
* Add prune scriptJune McEnroe2015-11-06
|
* Update vendored Gruvbox colorschemeJune McEnroe2015-11-03
|
* Redefine _newline_precmd in _newline_precmdJune McEnroe2015-11-02
|
* Print newline before every prompt after firstJune McEnroe2015-11-02
|
* Remove first prompt placementJune McEnroe2015-11-02
|
* Newline before prompt and start at bottom of terminalJune McEnroe2015-11-02
|
* Add chruby to zshrcJune McEnroe2015-10-27
|
* Add SSH configJune McEnroe2015-10-22
|
* Spawn login shells in iTermJune McEnroe2015-10-22
|
* Zoom iTerm only verticallyJune McEnroe2015-07-12
|
* Update iTerm2 configurationJune McEnroe2015-07-11
|
* Add mkdir -p to import scriptJune McEnroe2015-07-05
|
* Add license to readmeJune McEnroe2015-07-04
|
* Add pathogen to vimJune McEnroe2015-07-04
|
* Add send-prefix bindingJune McEnroe2015-05-28
|
* Bash is usually in /binJune McEnroe2015-05-28
|
* Swap windows instead of moving themJune McEnroe2015-05-24
|
* Replace effuse with simple shell scriptsJune McEnroe2015-05-24
|
* Add tmux shortcut functionsJune McEnroe2015-05-23
|
* 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
|
orm.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