Commit Diff


commit - ce33d90e1502875faf13bd2acd56bb06f5620a44
commit + 7d7ffedbc869cda869d612f84b286ec60756661e
blob - 04c729ce71423c15209f125405c266a5deab1873
blob + 0fed666ad9fd2632b18bed31813e7e9fce275490
--- got/got.1
+++ 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