ref: 75604e41b57e7ddff4352bf33372e86b4226b7df
parent: 416d70fd15c202d06355374752a7c9afd01f747e
author: Ori Bernstein <ori@eigenstate.org>
date: Mon Sep 25 20:58:18 EDT 2023
git(1): document flag to show unused files
--- a/sys/man/1/git
+++ b/sys/man/1/git
@@ -521,6 +521,8 @@
The
.B -f
option filters files by status, and only matching items are printed.
+By default, the filters are
+.BR TRMA .
.PP
The status characters are as follows:
@@ -536,6 +538,9 @@
.TP
A
This file will be present in the next commit.
+.TP
+U
+This file is not tracked by git.
.PP
.B Git/compat
--
⑨