Commit message (Expand) | Author | ||
---|---|---|---|
2019-02-18 | Match statics and typedefs as Tag | June McEnroe | |
2019-02-18 | Clean up htmlHeader | June McEnroe | |
2019-02-18 | Remove hi line numbering | June McEnroe | |
2019-02-18 | Add Tag class to hi | June McEnroe | |
2019-02-17 | Generate HTML with hi -n -f html -o anchor | June McEnroe | |
2019-02-17 | Add hi -f html -o anchor for line number links | June McEnroe | |
2019-02-17 | Simplify temp trap in up | June McEnroe | |
2019-02-17 | Add line numbers to hi | June McEnroe | |
2019-02-17 | Always split spans after newlines | June McEnroe | |
2019-02-15 | Color format specifiers light cyan in vim | June McEnroe | |
2019-02-15 | Highlight Interp as yellow | June McEnroe | |
2019-02-15 | Highlight strings in sh command substitutions | June McEnroe | |
2019-02-15 | Add nmap gp | June McEnroe | |
2019-02-14 | Avoid newline when copying URL to pasteboard | June McEnroe | |
2019-02-13 | Add forgotten "sixth" book of H2G2 | June McEnroetian Hesse | |
Git upstream bans strncpy() with commit: banned.h: mark strncpy() as banned e488b7aba743d23b830d239dcc33d9ca0745a9ad Signed-off-by: Christian Hesse <mail@eworm.de> | |||
2018-08-28 | filters: generate anchor links from markdown | Christian 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-03 | Bump version. | Jason A. Donenfeld | |
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | |||
2018-08-03 | clone: fix directory traversal | Jason 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-03 | config: record repo.snapshot-prefix in the per-repo config | Konstantin Ryabitsev |