fix documentation of .git/branches/ directory
diff --git a/got/git-repository.5 b/got/git-repository.5
index 4754915..5d8f728 100644
--- a/got/git-repository.5
+++ b/got/git-repository.5
@@ -106,7 +106,7 @@ The previous head commit of the Git work tree.
.It Pa FETCH_HEAD
The commit most recently fetched from another repository.
.It Pa branches/
-References to branch tips are stored in this directory.
+Legacy directory used by the deprectated Gogito Git interface.
.It Pa config
Git configuration file. See
.Xr git-config 1 .