ref: 303712d3e1203152c91f4ecadbca52840058391e
parent: b6e1166b3cd34820d5df00fb5a1247fcef0362ea
author: Romano <unobe@cpan.org>
date: Thu Sep 28 02:41:20 EDT 2023
git: document git/import -n
--- a/sys/man/1/git
+++ b/sys/man/1/git
@@ -73,6 +73,9 @@
.PP
.B git/import
[
+.B -n
+]
+[
.I commits...
]
.PP
@@ -432,7 +435,10 @@
.PP
.B Git/import
imports a commit with message, author, and
-date information.
+date information. When passed the
+.B -n
+option, applies the contents of the commit without
+committing to the branch.
.PP
.B Git/merge
--
⑨