Commit Diff


commit - 163ce85a13ddbd7c84d644af2552238bdd98896f
commit + 23594da913ed0592b12a675484709d8ab5c1ca07
blob - 90c945513a7fd9cb3eaac56d502db2f0aee3155b
blob + d986705a9c7adadbe5ec5065df26335ba048969d
--- got/got.1
+++ got/got.1
@@ -347,6 +347,11 @@ are as follows:
 .Bl -tag -width Ds
 .It Fl m Ar msg
 Use the specified log message when creating the new commit.
+Without the
+.Fl m
+option,
+.Cm got commit
+opens a temporary file in an editor where a log message can be written.
 .El
 .El
 .Sh ENVIRONMENT
@@ -356,6 +361,9 @@ The author's name and email address for
 .Cm got commit ,
 for example:
 .An Stefan Sperling Aq Mt stsp@openbsd.org
+.It Ev VISUAL, Ev EDITOR
+The editor spawned by
+.Cm got commit .
 .El
 .Sh EXIT STATUS
 .Ex -std got