commit a701a2ae789d2b29fc328752ed47d486553d4e1d from: Stefan Sperling date: Fri Jun 17 13:01:21 2022 UTC sync man pages commit - eb12c7bea439900cabcc79783922fcfca37074a0 commit + a701a2ae789d2b29fc328752ed47d486553d4e1d blob - 32a556c6e50600393b6389d08f9fce1bc66aa55a blob + 703978977a16996bdc7b6eeb418bce7917dced85 --- git-repository.5.html +++ git-repository.5.html @@ -209,7 +209,7 @@ - +
May 10, 2022June 17, 2022 OpenBSD 7.1
blob - 470a3ae57586e5613da943e7656648e46204fb65 blob + 1d6c3fd0e87ace33350835970ec357b23626e796 --- got-worktree.5.html +++ got-worktree.5.html @@ -182,7 +182,7 @@ - +
May 10, 2022June 17, 2022 OpenBSD 7.1
blob - 2db6db21607e6c42cf8ff2dd6f551002486369ce blob + d0d50d9b118d1ab086e2198d49aad988a47390f8 --- got.1.html +++ got.1.html @@ -674,11 +674,11 @@ commit] [-C number] [-l N] [-p] - [-P] [-s - search-pattern] [-r - repository-path] [-R] - [-x commit] - [path] + [-P] [-s] + [-S search-pattern] + [-r repository-path] + [-R] [-x + commit] [path]
Display history of a repository. If a path is specified, show only commits which modified this path. If invoked in a work tree, the path is interpreted relative to the @@ -717,7 +717,8 @@
Display the patch of modifications made in each commit. If a path is specified, only show the patch of - modifications at or within this path.
+ modifications at or within this path. Cannot be used with the + -s option.
Display the list of file paths changed in each commit, using the following status codes: @@ -739,14 +740,22 @@ modified file modes (executable bit only) +

Cannot be used with the -s + option.

-
+
+
Display a short one-line summary of each commit, instead of the + default history format. Cannot be used together with the + -p or -P option.
+
search-pattern
-
If specified, show only commits with a log message matched by the - extended regular expression search-pattern. When - used together with -P, then the file paths - changed by a commit can be matched as well. Regular expression syntax - is documented in re_format(7).
+
If specified, show only commits with a log message, author name, + committer name, or ID SHA1 hash matched by the extended regular + expression search-pattern. Lines in committed + patches will be matched if -p is specified. + File paths changed by a commit will be matched if + -P is specified. Regular expression syntax is + documented in re_format(7).
repository-path
Use the repository at the specified path. If not specified, assume the @@ -1392,7 +1401,7 @@ the commit message in an editor. It has no effect unless it is used together with the -F option and is intended for non-interactive use such as scripting.
-
+
Allow the addition of symbolic links which point outside of the path space that is under version control. By default, got commit will reject such symbolic links due to safety concerns. @@ -2261,7 +2270,7 @@ “n”, and “q” responses line-by-line from the specified response-script file instead of prompting interactively.
-
+
Allow staging of symbolic links which point outside of the path space that is under version control. By default, got stage will reject such symbolic links due to safety concerns. @@ -2765,7 +2774,7 @@ - +
May 10, 2022June 17, 2022 OpenBSD 7.1
blob - 8213a0eb5489235ad6cf459682461e5987f5a6ac blob + 6173c445ab8d695a1237b8bf31bfe78b0db1df57 --- got.conf.5.html +++ got.conf.5.html @@ -267,7 +267,7 @@ - +
May 10, 2022June 17, 2022 OpenBSD 7.1
blob - 9b535bab366e75cef48d046c385035f9d3c125d1 blob + a888072ddc21f8b4bb7ba78023dab46d06730cc8 --- gotadmin.1.html +++ gotadmin.1.html @@ -307,7 +307,7 @@ - +
May 10, 2022June 17, 2022 OpenBSD 7.1
blob - 78ba7d55f46c40b0e9db603fd14efcf79060e958 blob + 988b118a26bd325c53ca20c9052b3721695f1416 --- gotweb.8.html +++ gotweb.8.html @@ -145,7 +145,7 @@ - +
May 10, 2022June 17, 2022 OpenBSD 7.1
blob - 62f058e38e5afe2d05951ba47972927a97c1898e blob + 594a477c4270678a09f2889d6315cfcc0d1000bf --- gotweb.conf.5.html +++ gotweb.conf.5.html @@ -161,7 +161,7 @@ got_logo_url "https://gameoftrees.org" - +
May 10, 2022June 17, 2022 OpenBSD 7.1
blob - f0caa6e28db256b023fb14b766dff62bf796e3cd blob + 17723ab6ebd86e1ca96d1351c461d4b19f392ef7 --- tog.1.html +++ tog.1.html @@ -120,12 +120,30 @@
Move the selection cursor up.
+
+
Scroll log message field to the right. Log message moves left on the + screen.
+
+
Scroll log message field to the left. Log message moves right on the + screen.
+
+
Scroll log message field to the rightmost position.
+
+
Scroll log message field to the leftmost position.
Move the selection cursor down one page.
Move the selection cursor up one page.
+
+
Move the selection cursor down one half page.
+
+
Move the selection cursor up one half page.
Move the cursor to the newest commit.
@@ -222,12 +240,28 @@
Scroll up.
+
+
Scroll view to the right. Diff output moves left on the screen.
+
+
Scroll view to the left. Diff output moves right on the screen.
+
+
Scroll view to the rightmost position.
+
+
Scroll view left to the start of the line.
Scroll down one page.
Scroll up one page.
+
+
Scroll down one half page.
+
+
Scroll up one half page.
Scroll to the top of the view.
@@ -294,12 +328,28 @@
Move the selection cursor up.
+
+
Scroll view to the right. File output moves left on the screen.
+
+
Scroll view to the left. File output moves right on the screen.
+
+
Scroll view to the rightmost position.
+
+
Scroll view left to the start of the line.
Move the selection cursor down one page.
Move the selection cursor up one page.
+
+
Move the selection cursor down one half page.
+
+
Move the selection cursor up one half page.
Move the selection cursor to the first line of the file.
@@ -390,6 +440,12 @@
Move the selection cursor up one page.
+
+
Move the selection cursor down one half page.
+
+
Move the selection cursor up one half page.
Move the selection cursor to the first entry.
@@ -461,6 +517,12 @@
Move the selection cursor up one page.
+
+
Move the selection cursor down one half page.
+
+
Move the selection cursor up one half page.
Move the selection cursor to the first reference.
@@ -477,6 +539,8 @@
Show object IDs for all non-symbolic references displayed in the ref view.
+
+
Show last modified date of each displayed reference.
Toggle display order of references between sort by name and sort by timestamp.
@@ -592,7 +656,7 @@ - +
May 10, 2022June 17, 2022 OpenBSD 7.1