commit 16fecf30c134cf121b0bc5436a08e8c39b5f3639 from: Omar Polo date: Thu Jul 11 10:37:05 2024 UTC sync manual pages commit - fac3a6226f87d8745e4a2caa961e89fd4245edef commit + 16fecf30c134cf121b0bc5436a08e8c39b5f3639 blob - be522d4aa58b8030dc21c71348996d88de88ea32 blob + 33402467928cd5f681df651e315b79a2b0c5116a --- git-repository.5.html +++ git-repository.5.html @@ -214,7 +214,7 @@
June 3, + line">July 11, 2024 OpenBSD 7.5
blob - c195a43bf5207a78e6bb8c531d08142c17c66e63 blob + 34e67c4d5c027696e90f22ee601c131627e5cf39 --- gitwrapper.1.html +++ gitwrapper.1.html @@ -142,7 +142,7 @@
June 3, + line">July 11, 2024 OpenBSD 7.5
blob - 609cafc0eb22b9d276a4fffb7e8f4a6ad9d3241c blob + 554c67cdf08ce1330d039b09db95636e73212bed --- got-worktree.5.html +++ got-worktree.5.html @@ -186,7 +186,7 @@
June 3, + line">July 11, 2024 OpenBSD 7.5
blob - c86caee93d720134b6bfc6631536b5a785196637 blob + d22d7b47c66886721e929bb2af617e6c4cee32c1 --- got.1.html +++ got.1.html @@ -3549,7 +3549,7 @@ remote "origin" {
June 3, + line">July 11, 2024 OpenBSD 7.5
blob - 00db9e44a707116a7825094fde222c5148730cdf blob + 159c4caa20ea550daa5d294b674da6e4e43eabae --- got.conf.5.html +++ got.conf.5.html @@ -320,7 +320,7 @@
June 3, + line">July 11, 2024 OpenBSD 7.5
blob - 2756e4c9e3ad28e901ab436b2fc4d6f72ff69d71 blob + 6be5c4775583e647af61903fabeff9a412f84ba3 --- gotadmin.1.html +++ gotadmin.1.html @@ -436,7 +436,7 @@
June 3, + line">July 11, 2024 OpenBSD 7.5
blob - d9ab4657dd91a54d05144c52c6082dba5972e97c blob + d1b4282bccc355c677c776a497a2a7bc46d71870 --- gotctl.8.html +++ gotctl.8.html @@ -86,7 +86,7 @@
June 3, + line">July 11, 2024 OpenBSD 7.5
blob - d27de00f2eacf5ff494948cf04e9cb0d6e2ce22f blob + b8a17e1a6b9ea91e01e65eae2d47e825fbc176df --- gotd.8.html +++ gotd.8.html @@ -128,7 +128,7 @@
June 3, + line">July 11, 2024 OpenBSD 7.5
blob - a299c1982e254d6378a168c4fbef2d34418c62c0 blob + 660c7d4d20710a90bd60e13597c907b7a0040e29 --- gotd.conf.5.html +++ gotd.conf.5.html @@ -474,7 +474,7 @@ connection {
June 3, + line">July 11, 2024 OpenBSD 7.5
blob - 8871bfbb19c4dc2902c1c0d1957b19af23200686 blob + cf37dd61dbe68e8ab12c00d2414189c6e165c23e --- gotsh.1.html +++ gotsh.1.html @@ -157,7 +157,7 @@
June 3, + line">July 11, 2024 OpenBSD 7.5
blob - fe6d517f78fc7909352e048d9efb4f7ded797f29 blob + d2605f8aaac25a7b68b23d396df84779a3de251a --- gotwebd.8.html +++ gotwebd.8.html @@ -30,8 +30,8 @@

gotwebd — - Game of Trees Git FastCGI repository - server for web browsers

+ Game of Trees FastCGI server for web + browsers

@@ -191,7 +191,7 @@ server "example.com" {
June 3, + line">July 11, 2024 OpenBSD 7.5
blob - 21fe0989bbe7802c5dcfbf97796def829bb6dbb9 blob + e08c9947c6c05d51a11f085a893c41946b1cf4a3 --- gotwebd.conf.5.html +++ gotwebd.conf.5.html @@ -135,8 +135,8 @@ listen on $lan_addr port 9090
path
Set the path to the directory which contains Git repositories that the - server should publish. Defaults to - /run/gotwebd.sock under the chroot.
+ server should publish. Defaults to /got/public + under the chroot.
on | off
Set whether to display the repository only if it contains the magic @@ -236,7 +236,7 @@ server "localhost" {
June 3, + line">July 11, 2024 OpenBSD 7.5
blob - cde918dd3626cbf72f7bd01e001067bd4078f3c5 blob + 10c8c2930e9b69f5c72440a0466df6cb2959d4d6 --- sync-man.sh +++ sync-man.sh @@ -3,18 +3,18 @@ CONVERT="mandoc -T html -O style=mandoc.css" for f in got.1 got-worktree.5 git-repository.5 got.conf.5; do - $CONVERT $HOME/src/got/got/$f > ./${f}.html + $CONVERT $HOME/w/got/got/$f > ./${f}.html done -$CONVERT $HOME/src/got/gotadmin/gotadmin.1 > ./gotadmin.1.html -$CONVERT $HOME/src/got/tog/tog.1 > ./tog.1.html +$CONVERT $HOME/w/got/gotadmin/gotadmin.1 > ./gotadmin.1.html +$CONVERT $HOME/w/got/tog/tog.1 > ./tog.1.html for f in gotwebd.8 gotwebd.conf.5; do - $CONVERT $HOME/src/got/gotwebd/$f > ./${f}.html + $CONVERT $HOME/w/got/gotwebd/$f > ./${f}.html done for f in gotd.8 gotd.conf.5; do - $CONVERT $HOME/src/got/gotd/$f > ./${f}.html + $CONVERT $HOME/w/got/gotd/$f > ./${f}.html done -$CONVERT $HOME/src/got/gotsh/gotsh.1 > ./gotsh.1.html -$CONVERT $HOME/src/got/gotctl/gotctl.8 > ./gotctl.8.html -$CONVERT $HOME/src/got/gitwrapper/gitwrapper.1 > ./gitwrapper.1.html +$CONVERT $HOME/w/got/gotsh/gotsh.1 > ./gotsh.1.html +$CONVERT $HOME/w/got/gotctl/gotctl.8 > ./gotctl.8.html +$CONVERT $HOME/w/got/gitwrapper/gitwrapper.1 > ./gitwrapper.1.html got st blob - 77900014e6de994d0f549f354bc283b107b66378 blob + 395d1c936bc0a81628dc590d71e8d6f802666f81 --- tog.1.html +++ tog.1.html @@ -847,7 +847,7 @@
June 3, + line">July 11, 2024 OpenBSD 7.5