commit 3cde8558bc964cb5be25f3936bd9e51f78198515 from: Stefan Sperling date: Fri Sep 23 14:48:49 2022 UTC sync man pages commit - e3209a821a85d8604fa994eddf3f0e490e21b519 commit + 3cde8558bc964cb5be25f3936bd9e51f78198515 blob - 9617ef0974234d6719c79df6a1611c2b553a04d5 blob + 56b1efeb971dca525b28221251e42d0078122904 --- git-repository.5.html +++ git-repository.5.html @@ -214,7 +214,7 @@
September 7, + line">September 23, 2022 OpenBSD 7.2
blob - 228a4c372c9b3ecfdc48eb29ede60f7c2d834247 blob + 9189e91d7ced813a006b6a6f498c9e762f7c74cd --- got-worktree.5.html +++ got-worktree.5.html @@ -186,7 +186,7 @@
September 7, + line">September 23, 2022 OpenBSD 7.2
blob - deb7b96a700baacc2986f99ccb774156ae88537c blob + 07a25be5ddff9ebe5678b18787d232c89a3e3dd9 --- got.1.html +++ got.1.html @@ -98,9 +98,10 @@
branch
-
Create the specified branch instead of creating - the default branch “main”. Use of this option is - required if the “main” branch already exists.
+
Create the specified branch. If this option is + not specified, a branch corresponding to the repository's HEAD + reference will be used. Use of this option is required if the branch + resolved via the repository's HEAD reference already exists.
pattern
Ignore files or directories with a name which matches the specified @@ -3033,7 +3034,7 @@ remote "origin" {
September 7, + line">September 23, 2022 OpenBSD 7.2
blob - 727f28bf52d0747b8c3739866167e5c30b5f852b blob + a8a399a83515b6f498ce9b231cf8c8cfd7ae326f --- got.conf.5.html +++ got.conf.5.html @@ -299,7 +299,7 @@
September 7, + line">September 23, 2022 OpenBSD 7.2
blob - 7a9098625780fda11673b8230946c37ceac4c68d blob + ca04cf76c4d3dbf6cfde3bb456642b4fc04e9f3f --- gotadmin.1.html +++ gotadmin.1.html @@ -68,6 +68,7 @@ follows:

+ [-b branch] repository-path
Create a new empty repository at the specified repository-path. @@ -75,6 +76,15 @@ got import command must be used to populate the empty repository before got checkout can be used.

+

The options for gotadmin init are as + follows:

+
+
+ branch
+
Make the repository's HEAD reference point to the specified + branch instead of the default branch + “main”.
+
[-r repository-path]
@@ -334,7 +344,7 @@
September 7, + line">September 23, 2022 OpenBSD 7.2
blob - eddcb60ecccf272587ca9f63b3b31c7991edf1da blob + ce553cbdf66c9c27aaa6aa46b4e1e329dd06767a --- gotweb.8.html +++ gotweb.8.html @@ -162,7 +162,7 @@
September 7, + line">September 23, 2022 OpenBSD 7.2
blob - 72506c6f4c5c769126cd7de604529e684b0e22fc blob + 78646d73ecb4d4c1fd8b13ceba8184e12c317255 --- gotweb.conf.5.html +++ gotweb.conf.5.html @@ -162,7 +162,7 @@ got_logo_url "https://gameoftrees.org"
September 7, + line">September 23, 2022 OpenBSD 7.2
blob - 5455b35098327fa5d647bd6d6f283ee827020024 blob + 5c52d1fe8a9055bd9516e3b4e9416e53dad41763 --- gotwebd.8.html +++ gotwebd.8.html @@ -183,7 +183,7 @@
September 7, + line">September 23, 2022 OpenBSD 7.2
blob - e86159e3db09c3953bddc4481c652cf1fa9ddb4b blob + ae15b7be5cc4c69b2c5e7c5c6e067548989ac827 --- gotwebd.conf.5.html +++ gotwebd.conf.5.html @@ -51,7 +51,7 @@
path
-
Set the path to the the chroot(2) environment of httpd(8). If not specified then /var/www will be used.
@@ -103,6 +103,12 @@

May be specified multiple times to build up a list of listening sockets. However, a given combination of address and port may only be used by one server.

+

If a network interface name is given as + address argument then + gotwebd(8) will obtain + the list of addresses on this interface only on startup. Any future + changes to the address configuration of the interface will be + ignored.

@@ -233,7 +239,7 @@ server "localhost-unix" {
September 7, + line">September 23, 2022 OpenBSD 7.2
blob - 9f20805def69b9cf49642caad3a3384ae76ab3c4 blob + 4bccc4ad49219ee8d49c71b7c7a601e69229ee72 --- tog.1.html +++ tog.1.html @@ -83,6 +83,11 @@ Backspace.

The global key bindings are:

+
+
Display run-time help. Key bindings for the focussed view will be + displayed. Pressing this again inside the help view will toggle the + display of key bindings for all tog views.
Quit tog.
@@ -193,6 +198,19 @@ The search pattern is an extended regular expression which is matched against a commit's author name, committer name, log message, and commit ID SHA1 hash. Regular expression syntax is documented in + re_format(7). +
+
Prompt for a pattern and limit the log view's list of commits to those + which match the pattern. If no pattern is specified, i.e. the + & prompt is immediately closed with the + Enter key, then the pattern is cleared. Until the pattern is cleared, + the limited list of commits replaces the full list of commits for all + operations supported by the log view. For example, a search started + with / will search the limited list of + commits, rather than searching all commits. The pattern is an extended + regular expression which is matched against a commit's author name, + committer name, log message, and commit ID SHA1 hash. Regular + expression syntax is documented in re_format(7).
Find the Nth next commit which matches the current search pattern @@ -760,7 +778,7 @@
September 7, + line">September 23, 2022 OpenBSD 7.2