commit 97e00196faca624305726d6e8b70d166dcf429fc from: Stefan Sperling date: Fri Aug 09 13:20:04 2019 UTC sync man page commit - 4c169ba3efc94f3f88c70b9f81c4c9daf93c0842 commit + 97e00196faca624305726d6e8b70d166dcf429fc blob - 63aa9a23e4909d3ef2b5fa381ecde329b82273d9 blob + a70717773a243d58cc554a6e1638e0d6f466a34d --- got.1.html +++ got.1.html @@ -158,8 +158,8 @@ commit
Check out files from the specified commit on the selected branch. The expected argument is a commit ID SHA1 hash or an - existing reference which will be resolved to a commit ID. An - abbreviated hash argument will be expanded to a full SHA1 hash + existing reference or tag name which will be resolved to a commit ID. + An abbreviated hash argument will be expanded to a full SHA1 hash automatically, provided the abbreviation is unique. If this option is not specified, the most recent commit on the selected branch will be used.
@@ -236,10 +236,11 @@ commit
Update the work tree to the specified commit. The expected argument is a commit ID SHA1 hash or an existing - reference which will be resolved to a commit ID. An abbreviated hash - argument will be expanded to a full SHA1 hash automatically, provided - the abbreviation is unique. If this option is not specified, the most - recent commit on the work tree's branch will be used.
+ reference or tag name which will be resolved to a commit ID. An + abbreviated hash argument will be expanded to a full SHA1 hash + automatically, provided the abbreviation is unique. If this option is + not specified, the most recent commit on the work tree's branch will + be used.
@@ -336,11 +337,12 @@ commit
Start traversing history at the specified commit. The expected argument is a commit ID - SHA1 hash or an existing reference which will be resolved to a commit - ID. An abbreviated hash argument will be expanded to a full SHA1 hash - automatically, provided the abbreviation is unique. If this option is - not specified, default to the work tree's current branch if invoked in - a work tree, or to the repository's HEAD reference.
+ SHA1 hash or an existing reference or tag name which will be resolved + to a commit ID. An abbreviated hash argument will be expanded to a + full SHA1 hash automatically, provided the abbreviation is unique. If + this option is not specified, default to the work tree's current + branch if invoked in a work tree, or to the repository's HEAD + reference.
number
Set the number of context lines shown in diffs with @@ -410,9 +412,10 @@ commit
Start traversing history at the specified commit. The expected argument is a commit ID - SHA1 hash or an existing reference which will be resolved to a commit - ID. An abbreviated hash argument will be expanded to a full SHA1 hash - automatically, provided the abbreviation is unique.
+ SHA1 hash or an existing reference or tag name which will be resolved + to a commit ID. An abbreviated hash argument will be expanded to a + full SHA1 hash automatically, provided the abbreviation is + unique.
repository-path
Use the repository at the specified path. If not specified, assume the @@ -451,9 +454,10 @@ commit
List files and directories as they appear in the specified commit. The expected argument is a commit ID - SHA1 hash or an existing reference which will be resolved to a commit - ID. An abbreviated hash argument will be expanded to a full SHA1 hash - automatically, provided the abbreviation is unique.
+ SHA1 hash or an existing reference or tag name which will be resolved + to a commit ID. An abbreviated hash argument will be expanded to a + full SHA1 hash automatically, provided the abbreviation is + unique.
repository-path
Use the repository at the specified path. If not specified, assume the @@ -1116,9 +1120,10 @@ and got import, for example: Flan Hacker <flan_hacker@openbsd.org>. - git(1) may fail to parse commits created with - got if the GOT_AUTHOR - environment variable does not contain an email address.
+ 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.
EDITOR
The editor spawned by got commit.