commit 91b3da3f7b9f268cef0228f185c163f0d7490b70 from: Stefan Sperling date: Sun Aug 18 17:06:04 2019 UTC sync man pages commit - 30d50d221eb45d1ec81aa9dfc1a9d2a233493e96 commit + 91b3da3f7b9f268cef0228f185c163f0d7490b70 blob - 2d516ebda4548224540c1fc770328119063ede54 blob + 0e8394b9eed3ab2bfbcb700ffadd52ab470b7858 --- git-repository.5.html +++ git-repository.5.html @@ -197,14 +197,14 @@ The Git repository format was initially designed by Li The particular set of disallowed characters in reference names is a consequence of design choices made for the command-line interface of git(1). The same characters are disallowed by Got for - compatibility purposes. Got additionaly prevents users from creating reference - names with a leading - (dash) character, because this is rarely intended and - not considered useful. + compatibility purposes. Got additionally prevents users from creating + reference names with a leading - (dash) character, because this is rarely + intended and not considered useful. - +
August 13, 2019August 18, 2019 OpenBSD 6.5
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, 2019August 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).

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:

@@ -221,7 +221,7 @@ -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.

N
-
Limit history traversal to a given number of commits.
+
Limit history traversal to a given number of commits. If this option + is not specified, a default limit value of zero is used, which is + treated as an unbounded limit. The + GOT_LOG_DEFAULT_LIMIT environment variable may + be set to change this default value.
Display the patch of modifications made in each commit.
@@ -584,7 +588,7 @@ [-p] [-F response-script] [-R] path ...
-
Revert any uncommited changes in files at the specified paths. File +
Revert any uncommitted changes in files at the specified paths. File contents will be overwritten with those contained in the work tree's base commit. There is no way to bring discarded changes back after 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.

+ manually or with further 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.

+ commands, committed with 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 @@

Rebase commits on the specified branch onto the tip of the current branch of the work tree. The branch must share common ancestry with the work tree's current branch. Rebasing - begins with the first descendent commit of the youngest common ancestor + begins with the first descendant commit of the youngest common ancestor commit shared by the specified branch and the work tree's current branch, and stops once the tip commit of the specified branch has been rebased. @@ -839,7 +843,7 @@ certain preconditions are not met. 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 @@ -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 @@
, EDITOR
The editor spawned by got commit.
+
+
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.
@@ -1314,7 +1323,7 @@ Clone an existing Git repository for use with Martin Pieuchot <mpi@openbsd.org>
-joshua stein +Joshua Stein <jcs@openbsd.org>
@@ -1327,7 +1336,7 @@ Clone an existing Git repository for use with - +
August 13, 2019August 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, 2019August 18, 2019 OpenBSD 6.5