]> git.ipfire.org Git - thirdparty/public-inbox.git/commit
solver: use git_quote on filenames for diagnostics
authorEric Wong <e@80x24.org>
Wed, 26 Mar 2025 03:34:59 +0000 (03:34 +0000)
committerEric Wong <e@80x24.org>
Thu, 27 Mar 2025 08:52:06 +0000 (08:52 +0000)
commit1b6ba49d9bed170e3f3932389bb70fe2b83aad91
tree982a8372f7e8beed1f6777bfea01fb3090a9e8f3
parent04b0c6fc4bdebe8b94d40528fac6f7bc992786d7
solver: use git_quote on filenames for diagnostics

git_quote output makes more sense than relying on \Q..\E from
Perl or even Data::Dumper since these filenames are from git
output and more users are likely familiar with git-style quoting
than anything Perl-specific.
lib/PublicInbox/SolverGit.pm