tweak man page wording; less clutter
diff --git a/got/got-repository.5 b/got/got-repository.5
index 22f46d7..35d807c 100644
--- a/got/got-repository.5
+++ b/got/got-repository.5
@@ -23,10 +23,10 @@
repositories
.Sh DESCRIPTION
.Xr got 1
-stores the history of tracked files in a repository which happens to use
+stores the history of tracked files in a repository which uses
the same on-disk format as
.Dq bare
-repositories used by the popular Git version control system.
+repositories used by the Git version control system.
.Pp
The repository's core data model is a directed acyclic graph which
contains three types of objects as nodes.
diff --git a/got/got.1 b/got/got.1
index abb7b57..f7418de 100644
--- a/got/got.1
+++ b/got/got.1
@@ -31,10 +31,10 @@ 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 happens to use
+stores the history of tracked files in a repository which uses
the same on-disk format as
.Dq bare
-repositories used by the popular Git version control system.
+repositories used by the Git version control system.
This repository format is described in
.Xr got-repository 5 .
.Pp