From dcd2752a4155f3c3476d36795ff301b77ebe09c2 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Sun, 22 Dec 2019 22:28:48 -0500 Subject: Add CAVEAT about expecting plain-text --- imbox.1 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/imbox.1 b/imbox.1 index f3a5905..3510a74 100644 --- a/imbox.1 +++ b/imbox.1 @@ -1,4 +1,4 @@ -.Dd December 21, 2019 +.Dd December 22, 2019 .Dt IMBOX 1 .Os . @@ -130,6 +130,11 @@ imbox -T list@example.org june@causal.agency | git am .Sh AUTHORS .An June Bug Aq Mt june@causal.agency . +.Sh CAVEATS +The +.Nm +utility only expects to deal with plain-text messages. +. .Sh BUGS Send mail to .Aq Mt june@causal.agency -- cgit 1.4.1 submit();'> web frontend for git
about summary refs log tree commit diff
path: root/cgitrc.5.txt (unfollow)
Commit message (Collapse)Author
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