ref: b237834cde5a02270539d8a3f81bd64bd5cb822c
parent: 7bc6d45519b844f363c6dd40874210f56934a337
author: Ori Bernstein <ori@eigenstate.org>
date: Fri Oct 27 16:38:36 EDT 2023
git(1): document 'git/diff -u'
--- a/sys/man/1/git
+++ b/sys/man/1/git
@@ -60,7 +60,7 @@
.I branch
]
[
-.B -s
+.B -su
]
[
.I file...
@@ -425,6 +425,14 @@
.B -s
option, only the file statuses are
printed.
+When passed the
+.B -u
+option, untracked files are listed.
+The
+.B -u
+option
+implies
+.BR -s .
.PP
.B Git/export