commit 47fa70d4aa7f1e0d6705f6d34f87cdf685bd3226 from: Stefan Sperling date: Mon Jan 23 09:47:46 2023 UTC sync man pages commit - 3d833a4280efdb87552e3d3a72b31fde11212a0b commit + 47fa70d4aa7f1e0d6705f6d34f87cdf685bd3226 blob - 316f2d0b447ff1a0b9d33a851691e390040653d3 blob + 2071f461886847700f08e45a07fa4d316ac1a2fb --- git-repository.5.html +++ git-repository.5.html @@ -214,7 +214,7 @@
January 19, + line">January 23, 2023 OpenBSD 7.2
blob - b839683ed169a9aff99ed629f21c14b7f71c8dcd blob + dd887fb29c98441735f7b976f9525436b1fd60be --- got-worktree.5.html +++ got-worktree.5.html @@ -186,7 +186,7 @@
January 19, + line">January 23, 2023 OpenBSD 7.2
blob - 440d26f3d33c7c5a0d5fe78a584d9ee1a44af59f blob + 180f3808ba8401d4d361275429aa10a842cf8a75 --- got.1.html +++ got.1.html @@ -2534,6 +2534,14 @@ 5">got.conf(5) nor the GOT_AUTHOR environment variable provide author information.

+
+
If this variable is set then any remote repository definitions or author + information found in Git configuration files will be ignored.
+
+
The default limit on the number of commits traversed by + got log. If set to zero, the limit is unbounded. + This variable will be silently ignored if it is set to a non-numeric + value.
, EDITOR
The editor spawned by got commit, @@ -2542,14 +2550,6 @@ ed(1) text editor will be spawned in order to give ed(1) the attention it deserves.
-
-
The default limit on the number of commits traversed by - got log. If set to zero, the limit is unbounded. - This variable will be silently ignored if it is set to a non-numeric - value.
-
-
If this variable is set then any remote repository definitions or author - information found in Git configuration files will be ignored.
@@ -3052,7 +3052,7 @@ remote "origin" {
January 19, + line">January 23, 2023 OpenBSD 7.2
blob - 026094d5900c543b7cc4f0da008bffcb45004a21 blob + c9a30bb4674471bf7e78ed2d8c721d37607281e2 --- got.conf.5.html +++ got.conf.5.html @@ -306,7 +306,7 @@
January 19, + line">January 23, 2023 OpenBSD 7.2
blob - 45cfc29bec59044e9e8833b303f8fb89f2e9ce46 blob + e036fa7866a0e2bb20f087d233b69098958d7ed5 --- gotadmin.1.html +++ gotadmin.1.html @@ -344,7 +344,7 @@
January 19, + line">January 23, 2023 OpenBSD 7.2
blob - 298a67acadcd0cc4b1772eee27e7095783daf0bc blob + ac69e67ee7435c42897371df18b25029d6c420dd --- gotctl.8.html +++ gotctl.8.html @@ -86,7 +86,7 @@
January 19, + line">January 23, 2023 OpenBSD 7.2
blob - dbc36ee22953ae5acbca991047d499b806c13602 blob + 0c70de054cf9609a39d7cb8208920ee2156f422c --- gotd.8.html +++ gotd.8.html @@ -99,7 +99,7 @@
January 19, + line">January 23, 2023 OpenBSD 7.2
blob - 14bcd17543d796c4adf4d8f6447aa1fa10578c79 blob + d8a333276e930754a3636c381eb35d2e37ea2ad1 --- gotd.conf.5.html +++ gotd.conf.5.html @@ -210,7 +210,7 @@ connection {
January 19, + line">January 23, 2023 OpenBSD 7.2
blob - 197db37757c63e61795606e7d659895ee1377b24 blob + 97bf5f602022a41ca7a20386d3aef7609ef201e6 --- gotsh.1.html +++ gotsh.1.html @@ -129,7 +129,7 @@
January 19, + line">January 23, 2023 OpenBSD 7.2
blob - bc9bcce73d6886b627a58e60ae68a05ef7330621 blob + a823fa2ee409dc15527cd98725759bfa8014278f --- gotwebd.8.html +++ gotwebd.8.html @@ -53,13 +53,13 @@

gotwebd provides the following options:

-
-
Do not daemonize. Send log output to stderr.
macro=value
Define macro to be set to value. Overrides the definition of macro in the configuration file.
+
+
Do not daemonize. Send log output to stderr.
file
Set the path to the configuration file. If not specified, the file @@ -185,7 +185,7 @@
January 19, + line">January 23, 2023 OpenBSD 7.2
blob - 2d79fe27adf69a2bab873058a39081abfc10c6a7 blob + ce4c2ba9bc27449070928e306dc600b62edd9bf3 --- gotwebd.conf.5.html +++ gotwebd.conf.5.html @@ -253,7 +253,7 @@ server "localhost-unix" {
January 19, + line">January 23, 2023 OpenBSD 7.2
blob - f8ba1173d0d820d31ba1a6332f80f57cc0e8682e blob + c850eb231deac8f42e22ad18d28ace39b3ef3189 --- tog.1.html +++ tog.1.html @@ -685,18 +685,6 @@

-
-
Determines the default diff algorithm used by tog. - Supported diff algorithms are Myers (quick and dirty) and Patience (slow - and tidy). Valid values for TOG_DIFF_ALGORITHM are - “patience” and “myers”. If unset, the Myers - diff algorithm will be used by default.
-
-
Determines the default layout of split-screen views. If set to - “h” or “H”, tog will - use horizontal split by default. Otherwise, vertical split will be used. - The S key can be used to switch between vertical - and horizontal split layout at run-time.
tog shows colorized output if this variable is set to a non-empty value. The default color scheme can be modified by setting @@ -705,55 +693,67 @@ “green”, “yellow”, “blue”, “magenta”, “cyan”, and “default” which maps to the terminal's default foreground color.
-
-
The color used to mark up removed lines in diffs. If not set, the default - value “magenta” is used.
-
-
The color used to mark up added lines in diffs. If not set, the default +
+
The color used to mark up author information. If not set, the default value “cyan” is used.
+
+
The color used to mark up commit IDs. If not set, the default value + “green” is used.
+
+
The color used to mark up date information. If not set, the default value + “yellow” is used.
The color used to mark up chunk header lines in diffs. If not set, the default value “yellow” is used.
The color used to mark up meta data in diffs. If not set, the default value “green” is used.
-
-
The color used to mark up submodule tree entries. If not set, the default +
+
The color used to mark up removed lines in diffs. If not set, the default value “magenta” is used.
- -
The color used to mark up symbolic link tree entries. If not set, the - default value “magenta” is used.
-
-
The color used to mark up directory tree entries. If not set, the default - value “cyan” is used.
-
-
The color used to mark up executable file tree entries. If not set, the - default value “green” is used.
-
-
The color used to mark up commit IDs. If not set, the default value - “green” is used.
-
-
The color used to mark up author information. If not set, the default +
+
The color used to mark up added lines in diffs. If not set, the default value “cyan” is used.
-
-
The color used to mark up date information. If not set, the default value - “yellow” is used.
+
+
The color used to mark up references in the + “refs/got/backup/” namespace. If not set, the default value + “cyan” is used.
The color used to mark up references in the “refs/heads/” namespace. If not set, the default value “green” is used.
-
-
The color used to mark up references in the “refs/tags/” - namespace. If not set, the default value “magenta” is - used.
The color used to mark up references in the “refs/remotes/” namespace. If not set, the default value “yellow” is used.
-
-
The color used to mark up references in the - “refs/got/backup/” namespace. If not set, the default value - “cyan” is used.
+
+
The color used to mark up references in the “refs/tags/” + namespace. If not set, the default value “magenta” is + used.
+
+
The color used to mark up directory tree entries. If not set, the default + value “cyan” is used.
+
+
The color used to mark up executable file tree entries. If not set, the + default value “green” is used.
+
+
The color used to mark up submodule tree entries. If not set, the default + value “magenta” is used.
+ +
The color used to mark up symbolic link tree entries. If not set, the + default value “magenta” is used.
+
+
Determines the default diff algorithm used by tog. + Supported diff algorithms are Myers (quick and dirty) and Patience (slow + and tidy). Valid values for TOG_DIFF_ALGORITHM are + “patience” and “myers”. If unset, the Myers + diff algorithm will be used by default.
+
+
Determines the default layout of split-screen views. If set to + “h” or “H”, tog will + use horizontal split by default. Otherwise, vertical split will be used. + The S key can be used to switch between vertical + and horizontal split layout at run-time.
@@ -797,7 +797,7 @@
January 19, + line">January 23, 2023 OpenBSD 7.2