Commit 04e9dcf3c82b02f0f79ce7d61ae0f01ca2c4cdcf

Stefan Sperling 2020-04-18T22:20:57

add an example for log -R to got.1

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
diff --git a/got/got.1 b/got/got.1
index f0afe08..6e66776 100644
--- a/got/got.1
+++ b/got/got.1
@@ -1927,6 +1927,12 @@ via the repository's HEAD reference, respectively:
 .Pp
 .Dl $ got log -p -l 3
 .Pp
+As above, but display patches in the order in which
+.Xr patch 1
+could apply them in sequence:
+.Pp
+.Dl $ got log -p -l 3 -R
+.Pp
 In a work tree or a git repository directory, log the history of a subdirectory:
 .Pp
 .Dl $ got log sys/uvm