]> Sergey Matveev's repositories - public-inbox.git/commit
git: git_unquote handles double-quote and backslash
authorEric Wong <e@80x24.org>
Fri, 18 Jan 2019 12:50:59 +0000 (12:50 +0000)
committerEric Wong <e@80x24.org>
Fri, 18 Jan 2019 21:42:47 +0000 (21:42 +0000)
commitc22651c2da862ba829dc037e18d726193e4bcbcd
treeb882915fbe3122da723afa5dadcff1619833d827
parent743ac758eb34f18c7e2544cbc48299662074b1ef
git: git_unquote handles double-quote and backslash

We need to work with 0x22 (double-quote) and 0x5c (backslash);
even if they're oddball characters in filenames which wouldn't
be used by projects I'd want to work on.
lib/PublicInbox/Git.pm
t/git.t