commit c2a52be55ae480322872a422de5f90d5a65f2957 from: Stefan Sperling date: Sun Sep 08 17:16:56 2019 UTC sync man pages commit - a22a0a702786f9543ecdc054933237bea478b344 commit + c2a52be55ae480322872a422de5f90d5a65f2957 blob - 82e8fe0bd5e92e5cc4c3d8ca79076684e2ac5585 blob + 710345416ddf577ab77206cfa767767949cc4bfb --- git-repository.5.html +++ git-repository.5.html @@ -208,7 +208,7 @@ The particular set of disallowed characters in referen - +
August 26, 2019September 8, 2019 OpenBSD 6.5
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, 2019September 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.

The 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:

@@ -714,7 +719,12 @@ consistent by running 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:

@@ -1232,13 +1242,23 @@
The author's name and email address for 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.
+ 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.

+
, EDITOR
The editor spawned by got commit, @@ -1439,7 +1459,7 @@ Clone an existing Git repository for use with - +
August 26, 2019September 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, 2019September 8, 2019 OpenBSD 6.5