summary refs log tree commit diff
path: root/port/file2c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-07-15 23:13:19 -0400
committerJune McEnroe <june@causal.agency>2019-07-15 23:13:19 -0400
commit4244793d7629e2745bc9c01d77bb11257b1a3320 (patch)
tree1ea7b1d8749997d442f3aa9e188b3a651281bd78 /port/file2c
parentImplement scrolling region (diff)
downloadsrc-4244793d7629e2745bc9c01d77bb11257b1a3320.tar.gz
src-4244793d7629e2745bc9c01d77bb11257b1a3320.zip
Add up -t
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
ffcab513cc84599b18&follow=1'>filters: 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