ref: 9aae1e44a3bf8641ede6841da429fec26dffb364
parent: 433bc845c80cb70c365eefcfb29496a19b642ba6
author: Ori Bernstein <ori@eigenstate.org>
date: Sun Nov 27 23:55:41 EST 2022
gitfs(4): clean up junk in manpage
--- a/sys/man/4/gitfs
+++ b/sys/man/4/gitfs
@@ -81,18 +81,7 @@
.SH FILES
.TP
.B .git
-The git repository being expected.
-.TP
-.B .git/HEAD
-A reference to the current HEAD.
-Used to populate
-.B $repo/.git/fs/HEAD
-.TP
-.git/config
-The per-repository configuration for git tools.
-.TP
-.B $home/lib/git/config
-The global configuration for git tools.
+The git repository being mounted.
.SH SOURCE
.TP
--
⑨