commit 1e80276a5bffce3dab90a2376085959d96b67b5c from: Stefan Sperling date: Fri Sep 03 11:14:02 2021 UTC sync man pages commit - 4a5055fc159f308768f97bdc65dc526aa97b034f commit + 1e80276a5bffce3dab90a2376085959d96b67b5c blob - 00731b881a126ef7bb1e27882f24a7309c0d1802 blob + beb0a3372435b4aac0247fc172e3e12f4733d9c1 --- git-repository.5.html +++ git-repository.5.html @@ -219,7 +219,7 @@ - +
August 31, 2021September 3, 2021 OpenBSD 7.0
blob - e5faf2d3b241076853ed96c519591943dc5a75c8 blob + 6be2e8cc7207685c397ea0be535e6774ff40b11c --- got-worktree.5.html +++ got-worktree.5.html @@ -192,7 +192,7 @@ - +
August 31, 2021September 3, 2021 OpenBSD 7.0
blob - dd66a0796c152d5fff8b41f87e9cb714ae161654 blob + 107a83cb3520e955d37a6e87e83363e9492fbbdc --- got.1.html +++ got.1.html @@ -1409,7 +1409,7 @@
commit
Merge changes from a single commit into the work - tree. The specified commit must be on a different + tree. The specified commit should be on a different branch than the work tree's base commit. The expected argument is a reference or a commit ID SHA1 hash. An abbreviated hash argument will be expanded to a full SHA1 hash automatically, provided the abbreviation is @@ -1458,16 +1458,16 @@

got cherrypick will refuse to run if certain preconditions are not met. If the work tree contains multiple base commits it must first be updated to a single base commit with - got update. If the work tree already contains - files with merge conflicts, these conflicts must be resolved first.

+ got update. If any relevant files already + contain merge conflicts, these conflicts must be resolved first.

Short alias for cherrypick.
commit
Reverse-merge changes from a single commit into the - work tree. The specified commit must be on the same - branch as the work tree's base commit. The expected argument is a + work tree. The specified commit should be on the + same branch as the work tree's base commit. The expected argument is a reference or a commit ID SHA1 hash. An abbreviated hash argument will be expanded to a full SHA1 hash automatically, provided the abbreviation is unique. @@ -1515,8 +1515,8 @@

got backout will refuse to run if certain preconditions are not met. If the work tree contains multiple base commits it must first be updated to a single base commit with - got update. If the work tree already contains - files with merge conflicts, these conflicts must be resolved first.

+ got update. If any relevant files already + contain merge conflicts, these conflicts must be resolved first.

Short alias for backout.
@@ -2183,7 +2183,7 @@

Enable tab-completion of got command names in ksh(1):

-
$ set -A complete_got -- $(got -h +
$ set -A complete_got_1 -- $(got -h 2>&1 | sed -n s/commands://p)

Clone an existing Git repository for use with got.

@@ -2483,7 +2483,7 @@
- +
August 31, 2021September 3, 2021 OpenBSD 7.0
blob - c24d5f778d09e76339ea8d7b56c49ab17bb16ebd blob + 6852e701bc349ea4ac2c57021bf898ea915962be --- gotadmin.1.html +++ gotadmin.1.html @@ -303,7 +303,7 @@ - +
August 31, 2021September 3, 2021 OpenBSD 7.0
blob - 27300db94ed9414c413489e57d5952e963c1a275 blob + 4b7cf52b9237ed87aa5b315cb62acdf35c14279e --- gotweb.8.html +++ gotweb.8.html @@ -155,7 +155,7 @@ - +
August 31, 2021September 3, 2021 OpenBSD 7.0
blob - c5b94de96924a4d54f77897fda23f1d816135761 blob + 8f468692ecf9113711d0b4ae02ece067aaa4a784 --- gotweb.conf.5.html +++ gotweb.conf.5.html @@ -171,7 +171,7 @@ got_logo_url "https://gameoftrees.org" - +
August 31, 2021September 3, 2021 OpenBSD 7.0
blob - 2a8f8cac86ea79acd8b24ac2a9d8b6d604a9fd53 blob + d6f8ecce0e402102b9dc12d00efa342966d450a4 --- tog.1.html +++ tog.1.html @@ -310,6 +310,12 @@
Move the selection cursor up one page.
+
+
Move the selection cursor to the first line of the file.
+
+
Move the selection cursor to the last line of the file.
Open a diff view for the currently selected line's commit.
@@ -577,7 +583,7 @@ - +
August 31, 2021September 3, 2021 OpenBSD 7.0