summary refs log tree commit diff
Commit message (Expand)AuthorAge
...
* Add ''subtle'' colorschemeJune McEnroe2016-07-26
* Add htoprcJune McEnroe2016-07-26
* Add may and refactor ssh configJune McEnroe2016-07-24
* Disable cursorlineJune McEnroe2016-07-18
* Use hard constrast gruvbox darkJune McEnroe2016-07-18
* Remove vim configurationJune McEnroe2016-07-15
* Add readline to README configurations listJune McEnroe2016-07-15
* Add vendor script to READMEJune McEnroe2016-07-15
* Pull latest pathogen and gruvboxJune McEnroe2016-07-15
* Add vendoring scriptJune McEnroe2016-07-15
* Use vi editing mode in readlineJune McEnroe2016-07-11
* Highlight backquote strings in NASMJune McEnroe2016-07-09
* Force ft=nasm for *.asm and *.macJune McEnroe2016-07-09
* Highlight numbers with underscores in NASMJune McEnroe2016-07-09
* Vendor NASM syntax fileJune McEnroe2016-07-09
* Swap square brackets and bracesJune McEnroe2016-07-08
* Forward SSH agent to *.localJune McEnroe2016-07-04
* Check one directory up for .git/HEADJune McEnroe2016-06-20
* Set undofileJune McEnroe2016-06-18
* Use more as pager in psqlJune McEnroe2016-06-17
* Set PAGER=lessJune McEnroe2016-06-09
* Add port to april ssh configJune McEnroe2016-06-06
* Add april to SSHJune McEnroe2016-05-28
* Set background in nvim from iTerm profileJune McEnroe2016-05-16
* Add light iTerm profileJune McEnroe2016-05-15
* Set gruvbox vert split relative to backgroundJune McEnroe2016-05-15
* Cache GPG key for half an hourJune McEnroe2016-05-15
* Test for linux insteadJune McEnroe2016-04-29
* Remove explicit syntax/filetype onJune McEnroe2016-04-29
* Remove gvim=mvim aliasJune McEnroe2016-04-12
* Detect Darwin or *BSD for aliasesJune McEnroe2016-04-12
* Use default pinentry and set GPG_TTYJune McEnroe2016-04-07
* Add git config override includeJune McEnroe2016-04-07
* Simplify install scriptJune McEnroe2016-04-06
* Add gpg-agent to READMEJune McEnroe2016-04-06
* Always sign git commitsJune McEnroe2016-04-06
* Use standard socket for gpg-agentJune McEnroe2016-04-06
* Set iTerm font to PointfreeJune McEnroe2016-04-06
* Add gpg-agent configJune McEnroe2016-04-05
* Remove git push configJune McEnroe2016-03-31
* Map nohlsearch to default <leader><leader>June McEnroe2016-03-15
* Set splitbelow splitrightJune McEnroe2016-02-23
* Revert "Enable nvim set cursor shape"June McEnroe2016-02-19
* Enable nvim set cursor shapeJune McEnroe2016-02-19
* Fix rprompt truncationJune McEnroe2016-02-19
* Map scroll wheel in nvimJune McEnroe2016-02-09
* Always render fonts with thin strokesJune McEnroe2016-02-08
* Fix iTerm bold colorJune McEnroe2016-02-06
* Disable iTerm transparencyJune McEnroe2016-02-05
* Update configurations list in readmeJune McEnroe2016-02-05
ui-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