commit c2a52be55ae480322872a422de5f90d5a65f2957
from: Stefan Sperling The
blob - bbcbf3ff39dddd0dd81e3b8e07826d3bf36225c8
blob + f489a9ac44755b82f05ccf2473e582b131b849fa
--- got-worktree.5.html
+++ got-worktree.5.html
@@ -174,7 +174,7 @@ A Got work tree stores a file hierar
-
August 26, 2019
+ September 8, 2019
OpenBSD 6.5
blob - 7cfbf0759a0092d984be291e3974774febbfdce2
blob + c8133f091fcc483302647ab94d5f049abe7a3852
--- got.1.html
+++ got.1.html
@@ -105,7 +105,12 @@
reference which provides a branch name for the newly created commit. Show
the path of each imported file to indicate progress.
-
August 26, 2019
+ September 8, 2019
OpenBSD 6.5
got import
command requires the
- GOT_AUTHOR
environment variable to be set.GOT_AUTHOR
environment variable to be set,
+ unless Git's user.name
and
+ user.email configuration settings can be
+ obtained from the repository's .git/config file
+ or from Git's global ~/.gitconfig configuration
+ file.
The options for got import
are as
follows:
got update
across the
entire work tree.
The got commit
command requires the
- GOT_AUTHOR
environment variable to be set.
GOT_AUTHOR
environment variable to be set,
+ unless Git's user.name
and
+ user.email configuration settings can be
+ obtained from the repository's .git/config file
+ or from Git's global ~/.gitconfig configuration
+ file.
The options for got commit
are as
follows:
GOT_AUTHOR
got commit
- and got import
, for example: Flan
- Hacker
- <flan_hacker@openbsd.org>.
+ and got import
, for example:
+ “Flan Hacker
+ <flan_hacker@openbsd.org>”.
Because git(1) may fail to parse commits without an
email address in author data, got
attempts to
reject GOT_AUTHOR
environment variables with a
- missing email address.If present, Git's user.name
and
+ user.email configuration settings in the
+ repository's
.git/config file will
+ override the value of GOT_AUTHOR
. However, the
+ user.name
and user.email
+ configuration settings contained in Git's global
+ ~/.gitconfig configuration file will be used
+ only if the GOT_AUTHOR
environment variable is
+ not set.
VISUAL
,
EDITOR
got commit
,
@@ -1439,7 +1459,7 @@ Clone an existing Git repository for use with
- August 26, 2019
+ September 8, 2019
OpenBSD 6.5
blob - 771e552de978a8a195a7d61360e2e134506d1a30
blob + 4bff09ce10fcff731d4fa2b90559c9a095df4f1b
--- tog.1.html
+++ tog.1.html
@@ -353,7 +353,7 @@ The tog
utility exits 0
- August 26, 2019
+ September 8, 2019
OpenBSD 6.5