Commit f877d8eb0b92ef048583ba1aeca2f3691b38ca4e

Stefan Sperling 2019-03-26T13:53:17

fix documentation of .git/branches/ directory

1
2
3
4
5
6
7
8
9
10
11
12
13
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 .