commit 51683866037156e78ebc204af63abd4c8e22dd92
from: Stefan Sperling The commands for After
blob - 492fbb5771927f65c53de429ab203f7865a796a3
blob + 54061f0699cf4b3f3c890ea6a4a6578d8ada4b61
--- got-worktree.5.html
+++ got-worktree.5.html
@@ -189,7 +189,7 @@
-
July 4, 2022
+ July 14, 2022
OpenBSD 7.1
blob - 06436b9a7b4be95a3b33081c1b725b88ce6501fa
blob + 9f9062957516a8748193b5f18c9b5595648c4671
--- got.1.html
+++ got.1.html
@@ -75,15 +75,6 @@
-
July 4, 2022
+ July 14, 2022
OpenBSD 7.1
got
are as follows:
-
init
- repository-pathgot init
, the
- got import
command must be used to populate the
- empty repository before got checkout
can be
- used.import
[-b
branch]
[-m
message]
@@ -1913,31 +1904,40 @@
argument. For most commands, the expected argument is a commit ID SHA1
hash. Any remaining text on the line is ignored. Lines which begin with
the ‘#’ character are ignored entirely.
The available commands are as follows:
+The available histedit script commands are as follows:
pick commit | +|
pick
+ commit |
Use the specified commit as it is. |
edit commit | +|
edit
+ commit |
Use the specified commit but once changes have been merged into the work tree interrupt the histedit operation for amending. |
fold commit | +|
fold
+ commit |
Combine the specified commit with the next commit listed further below that will be used. |
drop commit | +|
drop
+ commit |
Remove this commit from the edited history. |
mesg log-message | -Use the specified single-line log message for the commit on the - previous line. If the log message argument is left empty, open an - editor where a new log message can be written. | +
mesg
+ [log-message] |
+ Create a new log message for the commit of a preceding
+ pick or edit command
+ on the previous line of the histedit script. The optional
+ log-message argument provides a new single-line
+ log message to use. If the log-message argument
+ is omitted, open an editor where a new log message can be
+ written. |
Every commit in the history being edited must be mentioned in @@ -2560,7 +2560,7 @@ populated with files, e.g. from a temporary CVS checkout located at /tmp/src:
-$ got init
+$ gotadmin init
/var/git/src.git
$ got import -r /var/git/src.git -I
CVS -I obj /tmp/src
@@ -2808,21 +2808,106 @@
tog(1),
git-repository(5),
got-worktree(5),
- got.conf(5)
+ got.conf(5),
+ gotweb(8)
AUTHORS
-Stefan Sperling
- <stsp@openbsd.org>
+
Anthony J. Bentley
+ <bentley@openbsd.org>
- Martin Pieuchot
- <mpi@openbsd.org>
+ Christian Weisgerber
+ <naddy@openbsd.org>
+ Hiltjo Posthuma
+ <hiltjo@codemadness.org>
+
+ Josh Rickmar
+ <jrick@zettaport.com>
+
Joshua Stein
<jcs@openbsd.org>
+ Klemens Nanni
+ <kn@openbsd.org>
+
+ Martin Pieuchot
+ <mpi@openbsd.org>
+
+ Neels Hofmeyr
+ <neels@hofmeyr.de>
+
+ Omar Polo
+ <op@openbsd.org>
+
Ori Bernstein
- <ori@openbsd.org>
+ <ori@openbsd.org>
+
+ Sebastien Marie
+ <semarie@openbsd.org>
+
+ Stefan Sperling
+ <stsp@openbsd.org>
+
+ Steven McDonald
+ <steven@steven-mcdonald.id.au>
+
+ Theo Buehler
+ <tb@openbsd.org>
+
+ Thomas Adam
+ <thomas@xteddy.org>
+
+ Tracey Emery
+ <tracey@traceyemery.net>
+
+ Yang Zhong
+ <yzhong@freebsdfoundation.org>
+Parts of got
,
+ tog(1), and
+ gotweb(8) were derived from
+ code under copyright by:
+
+
+ Caldera International Inc.
+
+ Daniel Hartmeier
+
+ Esben Norby
+
+ Henning Brauer
+
+ Håkan Olsson
+
+ Ingo Schwarze
+
+ Jean-Francois Brousseau
+
+ Joris Vink
+
+ Jyri J. Virkki
+
+ Larry Wall
+
+ Markus Friedl
+
+ Niall O'Higgins
+
+ Niklas Hallqvist
+
+ Ray Lai
+
+ Ryan McBride
+
+ Theo de Raadt
+
+ Todd C. Miller
+
+ Xavier Santolaria
+got
contains code contributed to the
+ public domain by
+
+ Austin Appleby
CAVEATS
@@ -2848,7 +2933,7 @@
July 4, 2022 | +July 14, 2022 | OpenBSD 7.1 |
signer_id
+ signer-idgot tag
-s
+ signer-id.
+ For SSH-based signatures, signer-id is + the path to a file which may refer to either a private SSH key, or a + public SSH key with the private half available via + ssh-agent(1).
+allowed_signers
pathJuly 4, 2022 | +July 14, 2022 | OpenBSD 7.1 |
The commands for gotadmin
are as
follows:
init
+ repository-pathAfter gotadmin init
, the
+ got import
command must be used to populate the
+ empty repository before got checkout
can be
+ used.
info
[-r
repository-path]Stefan Sperling - <stsp@openbsd.org> +
Christian Weisgerber
+ <naddy@openbsd.org>
+ Josh Rickmar
+ <jrick@zettaport.com>
+
+ Klemens Nanni
+ <kn@openbsd.org>
+
Ori Bernstein
- <ori@openbsd.org>
July 4, 2022 | +July 14, 2022 | OpenBSD 7.1 |
Tracey Emery - <tracey@traceyemery.net> +
Christian Weisgerber
+ <naddy@openbsd.org>
+ Jerome Kasper
+ <neon.king.fr@gmail.com>
+
+ Josh Rickmar
+ <jrick@zettaport.com>
+
+ Omar Polo
+ <op@openbsd.org>
+
Stefan Sperling
- <stsp@openbsd.org>
July 4, 2022 | +July 14, 2022 | OpenBSD 7.1 |
July 4, 2022 | +July 14, 2022 | OpenBSD 7.1 |
C-g
or
- Backspace
. The global key bindings are:
+ Backspace
.
+The global key bindings are:
Q
tog
.F
tog
will automatically use split-screen views if
- the size of the terminal window is sufficiently large.tog
will automatically use vertical split-screen
+ views if the size of the terminal window is sufficiently large.S
-
+
Global options must precede the command name, and are as follows:
@@ -298,12 +310,16 @@ Commadiff
view was opened via the
log
view, move to the Nth previous (younger)
- commit (default: 1).blame
+ view, move to the Nth previous line and load the corresponding commit
+ (default: 1).>,
Full stop
diff
view was opened via the
- log
view, move to the Nth next (older) commit
- (default: 1).log
view, move to the Nth next (older) commit.
+ If the diff was opened via the blame
view,
+ move to the Nth next line and load the corresponding commit (default:
+ 1).
/
TOG_VIEW_SPLIT_MODE
tog
will use vertical or
- horizontal split for split-screen views. If set to “h” then
- split-screen views will be split horizontally. Otherwise, split-screen
- views will be split vertically.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_COLORS
tog
shows colorized output if this variable is set
to a non-empty value. The default color scheme can be modified by setting
@@ -704,16 +721,34 @@
Stefan Sperling - <stsp@openbsd.org> +
Christian Weisgerber
+ <naddy@openbsd.org>
+ Josh Rickmar
+ <jrick@zettaport.com>
+
Joshua Stein
- <jcs@openbsd.org>
July 4, 2022 | +July 14, 2022 | OpenBSD 7.1 |