commit 91b3da3f7b9f268cef0228f185c163f0d7490b70
from: Stefan Sperling
blob - 542e324d82bb155974ea8e2dc7fe0f31eb5cff84
blob + 0d40608b27035511e57f1d0217b6d0dbd248360e
--- got-worktree.5.html
+++ got-worktree.5.html
@@ -174,7 +174,7 @@ A Got work tree stores a file hierar
-
August 13, 2019
+ August 18, 2019
OpenBSD 6.5
blob - 46b0dce9f1951214271e64007ca5cac33370f100
blob + 565e5a1f6c1ad67800debb217f77b536e5447971
--- got.1.html
+++ got.1.html
@@ -72,7 +72,7 @@
the filesystem hierarchy. The on-disk format of this work tree is described
in got-worktree(5).
-
August 13, 2019
+ August 18, 2019
OpenBSD 6.5
got
provides global and command-specific
- options. Global options must preceed the command name, and are as
+ options. Global options must precede the command name, and are as
follows:
-h
-b
option.
got update
cannot update paths with
staged changes. If changes have been staged with got
- stage
, these changes must first be comitted with
+ stage, these changes must first be committed with
got commit
or unstaged with got
unstage
.
The options for got update
are as
@@ -355,7 +355,11 @@
which originated on other branches will be omitted.
-l
NGOT_LOG_DEFAULT_LIMIT
environment variable may
+ be set to change this default value.-p
-r
@@ -584,7 +588,7 @@
[-p
] [-F
response-script] [-R
]
path ...got revert
!
@@ -713,9 +717,9 @@
The merged changes will appear as local changes in the work
tree, which may be viewed with got diff
, amended
- manually or with further got cherrypick
comands,
- committed with got commit
, or discarded again
- with got revert
.
got cherrypick
+ commands, committed with got commit
, or
+ discarded again with got revert
.
got cherrypick
will refuse to run if
certain preconditions are not met. If the work tree contains multiple
base commits it must first be updated to a single base commit with
@@ -767,8 +771,8 @@
The reverse-merged changes will appear as local changes in the
work tree, which may be viewed with got diff
,
amended manually or with further got backout
- comands, committed with got commit
, or discarded
- again with got revert
.
got commit
, or
+ discarded again with got revert
.
got backout
will refuse to run if
certain preconditions are not met. If the work tree contains multiple
base commits it must first be updated to a single base commit with
@@ -783,7 +787,7 @@
got update
. If changes have been staged with
- got stage
, these changes must first be comitted
+ got stage
, these changes must first be committed
with got commit
or unstaged with
got unstage
. If the work tree contains local
changes, these changes must first be committed with got
@@ -957,7 +961,7 @@
of the branch may not be edited. If the work tree contains multiple base
commits it must first be updated to a single base commit with
got update
. If changes have been staged with
- got stage
, these changes must first be comitted
+ got stage
, these changes must first be committed
with got commit
or unstaged with
got unstage
. If the work tree contains local
changes, these changes must first be committed with got
@@ -1137,6 +1141,11 @@
VISUAL
,
EDITOR
- The editor spawned by
got commit
.
+ GOT_LOG_DEFAULT_LIMIT
+ - 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.
Martin Pieuchot
<mpi@openbsd.org>
-joshua stein
+Joshua Stein
<jcs@openbsd.org>
- August 13, 2019
+ August 18, 2019
OpenBSD 6.5
blob - d333957edf721eea62fc6dfafdf93e371aad79a6
blob + d1aa49ad661721837c636c500da417eb77ea35c8
--- tog.1.html
+++ tog.1.html
@@ -343,13 +343,13 @@ The tog
utility exits 0
Stefan Sperling
<stsp@openbsd.org>
-joshua stein
+Joshua Stein
<jcs@openbsd.org>
August 13, 2019 | +August 18, 2019 | OpenBSD 6.5 |