Commit 890ea719897968f2944bdec3228a3ef942c7f46b

Stefan Sperling 2019-08-04T02:49:59

small man page fixes related to stage

diff --git a/got/got.1 b/got/got.1
index 1ff79c3..199799e 100644
--- a/got/got.1
+++ b/got/got.1
@@ -571,11 +571,6 @@ If a path is found to be out of date,
 .Cm got update
 must be used first in order to merge local changes with changes made
 in the repository.
-If changes have been staged with
-.Cm got stage ,
-the
-.Cm got commit
-command will refuse to commit any paths which do not have staged changes.
 .It Cm ci
 Short alias for
 .Cm commit .
@@ -865,7 +860,7 @@ Stage local changes at the specified paths for inclusion in the next commit.
 Paths may be staged if they are added, modified, or deleted according to
 .Cm got status .
 .Pp
-Staged changes affect the behaviour of the
+Staged changes affect the behaviour of
 .Cm got commit ,
 .Cm got status ,
 and