Commit 5531f75d2704cd5468e3f90f48c6f84e4f4e1efa

Stefan Sperling 2019-03-26T13:39:02

remove mission statement from got(1) man page

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
diff --git a/got/got.1 b/got/got.1
index 3a74505..a6e8c59 100644
--- a/got/got.1
+++ b/got/got.1
@@ -27,14 +27,9 @@
 .Op Ar arg ...
 .Sh DESCRIPTION
 .Nm
-is a version control system which prioritizes ease of use and simplicity
-over flexibility.
-.Pp
-.Nm
-stores the history of tracked files in a repository which uses
-the same on-disk format as
+is a version control system which stores the history of tracked files in a
 .Dq bare
-repositories used by the Git version control system.
+Git repository, as used by the Git version control system.
 This repository format is described in
 .Xr git-repository 5 .
 .Pp