Commit 0e444aba90ccdc7b118d81f084b9d4b83a409b92

Stefan Sperling 2019-08-09T01:23:53

warn people that GOT_AUTHOR should contain an email address

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
diff --git a/got/got.1 b/got/got.1
index 1c0a14e..a6c2e61 100644
--- a/got/got.1
+++ b/got/got.1
@@ -1080,7 +1080,13 @@ The author's name and email address for
 and
 .Cm got import ,
 for example:
-.An Flan Hacker Aq Mt flan_hacker@openbsd.org
+.An Flan Hacker Aq Mt flan_hacker@openbsd.org .
+.Xr git 1
+may fail to parse commits created with
+.Nm
+if the
+.Ev GOT_AUTHOR
+environment variable does not contain an email address.
 .It Ev VISUAL, Ev EDITOR
 The editor spawned by
 .Cm got commit .