diff options
-rw-r--r-- | documentation/content/en/articles/committers-guide/_index.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/content/en/articles/committers-guide/_index.adoc b/documentation/content/en/articles/committers-guide/_index.adoc index c1a2061c37..231dfebaf7 100644 --- a/documentation/content/en/articles/committers-guide/_index.adoc +++ b/documentation/content/en/articles/committers-guide/_index.adoc @@ -1399,7 +1399,7 @@ package:net/rsync[] is commonly installed, so I'll use that. ... % git diff --staged ... -% git commit -m"Vendor import of NetBSD's mtree at 2020-12-11" +% git commit -m "Vendor import of NetBSD's mtree at 2020-12-11" [vendor/NetBSD/mtree 8e7aa25fcf1] Vendor import of NetBSD's mtree at 2020-12-11 7 files changed, 114 insertions(+), 82 deletions(-) % git tag -a vendor/NetBSD/mtree/20201211 @@ -1534,7 +1534,7 @@ At this point, you should have a pristine copy of glorbnitz ready to commit. [source,shell] .... -% git commit -m"Import GlorbNitz frobnosticator revision 3.1415" +% git commit -m "Import GlorbNitz frobnosticator revision 3.1415" .... As above, I used `-m` for simplicity, but you should likely create a commit message that explains what a Glorb is and why you'd use a Nitz to get it. |