]> Sergey Matveev's repositories - public-inbox.git/commit
view: safer and optional quoting for --in-reply-to arg
authorEric Wong <e@80x24.org>
Sat, 25 Jun 2016 21:29:43 +0000 (21:29 +0000)
committerEric Wong <e@80x24.org>
Sat, 25 Jun 2016 21:29:43 +0000 (21:29 +0000)
commit073efc43a68cbd6852939ccaf644dbb380cdc143
treeba2a9a30438dec53aaa435443a6dd9adfee30dfc
parent13eda978e8937065575623d045f78592cbb6d022
view: safer and optional quoting for --in-reply-to arg

Angle brackets around the --in-reply-to= arg for git send-email
has been optional since git v1.5.3.2, so strip them and make the
command-line argument easier-to-type.
lib/PublicInbox/View.pm
t/view.t