Commit 7d7ffedbc869cda869d612f84b286ec60756661e

Stefan Sperling 2019-07-14T14:21:41

show how to create a commitable diff in got.1 EXAMPLES

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 04c729c..0fed666 100644
--- a/got/got.1
+++ b/got/got.1
@@ -715,6 +715,12 @@ branch.
 .Pp
 .Dl $ got update -b master
 .Dl $ got rebase unified-buffer-cache
+.Pp
+Create a patch from all changes on the unified-buffer-cache branch.
+The patch can be mailed out for review and applied to OpenBSD's CVS tree:
+.Pp
+.Dl $ got diff master unified-buffer-cache > /tmp/ubc.diff
+.Pp
 .Sh SEE ALSO
 .Xr git-repository 5
 .Xr got-worktree 5