Commit 5b73592571daf964152e05335bb0f465a1cd9654

Stefan Sperling 2020-09-15T09:52:03

document our default choice of text editor; suggested by Ricky Cintron

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff --git a/got/got.1 b/got/got.1
index 2dce53e..2af328d 100644
--- a/got/got.1
+++ b/got/got.1
@@ -1957,6 +1957,11 @@ The editor spawned by
 .Cm got import ,
 or
 .Cm got tag .
+If not set, the
+.Xr ed 1
+text editor will be spawned in order to give
+.Xr ed 1
+the attention it deserves.
 .It Ev GOT_LOG_DEFAULT_LIMIT
 The default limit on the number of commits traversed by
 .Cm got log .