shithub: riscv

Download patch

ref: 6d199d6a314d268d10b1e4b4c70c26f0b36a6f75
parent: d8b23eb58841babfd9606af8c5ad864dfdf227df
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