Commit Diff


commit - 30db8c54306a6e31984446a95b95a14e888026ac
commit + 709ae9eb9cb0304e47cea3b9be65d13203de7612
blob - f8920a6d328a5d4595e4376db6fe7e58674b2378
blob + 263cc8d4745cef602cb6a35a07c30ca7ebb6a9a1
--- got/got.1
+++ got/got.1
@@ -94,8 +94,8 @@ environment variable to be set,
 unless Git's
 .Dv user.name
 and
-.Dv user.email configuration settings can be
-obtained from the repository's
+.Dv user.email
+configuration settings can be obtained from the repository's
 .Pa .git/config
 file or from Git's global
 .Pa ~/.gitconfig
@@ -703,7 +703,8 @@ environment variable to be set,
 unless Git's
 .Dv user.name
 and
-.Dv user.email configuration settings can be
+.Dv user.email
+configuration settings can be
 obtained from the repository's
 .Pa .git/config
 file or from Git's global
@@ -1234,7 +1235,8 @@ environment variables with a missing email address.
 If present, Git's
 .Dv user.name
 and
-.Dv user.email configuration settings in the repository's
+.Dv user.email
+configuration settings in the repository's
 .Pa .git/config
 file will override the value of
 .Ev GOT_AUTHOR .