summaryrefslogtreecommitdiff
path: root/sys/man/4/gitfs
diff options
context:
space:
mode:
authorOri Bernstein <ori@eigenstate.org>2022-11-28 04:55:41 +0000
committerOri Bernstein <ori@eigenstate.org>2022-11-28 04:55:41 +0000
commitd376fac66cbd5efbe2f9f61a1e8b31af03a84a92 (patch)
treea0ae2ffd38b09a2124a07ab1939807875051b8fe /sys/man/4/gitfs
parent618b7b861bd417a8e83ca612141617b79bc68424 (diff)
gitfs(4): clean up junk in manpage
Diffstat (limited to 'sys/man/4/gitfs')
-rw-r--r--sys/man/4/gitfs13
1 files changed, 1 insertions, 12 deletions
diff --git a/sys/man/4/gitfs b/sys/man/4/gitfs
index 9516eb189..eecf96bdd 100644
--- a/sys/man/4/gitfs
+++ b/sys/man/4/gitfs
@@ -81,18 +81,7 @@ as files.
.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