Commit Diff


commit - 3f0da4dfa98af9b1fb75c385b48a202a435845be
commit + 70f9e387e340aec6607691061606f0204376e0bf
blob - 22f46d74e86c2357284ab554ca324f823540f201
blob + 35d807c62260fd3c180cd2e4c412a943339a1263
--- got/got-repository.5
+++ 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.
blob - abb7b57bd667676bd98e68c0784c23b4225de227
blob + f7418de1cab9d4429b9f143c2ef006c90b0acab7
--- got/got.1
+++ got/got.1
@@ -31,10 +31,10 @@ is a version control system which prioritizes ease of 
 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