git: 9front

Download patch

ref: 635ca6e9c2840fe4c4a306f35c372bedf90ac79e
parent: cc4adbbe8983be745e10154ce45822c0d748e23c
author: Igor Böhm <igor@9lab.org>
date: Wed Dec 15 17:45:59 EST 2021

git(1): fix quotes in git/conf example

--- a/sys/man/1/git
+++ b/sys/man/1/git
@@ -468,7 +468,7 @@
 The configuration key is provided as a dotted string. Spaces
 are accepted. For example, to find the URL of the origin
 repository, one might pass
-.I 'remote "origin".url".
+.I 'remote\ "origin".url'.
 When given the
 .I -r
 option, the root of the current repository is printed.
--