commit 21a44f9829905ab96452436db7c39da4cc021315 from: Stefan Sperling date: Mon Jul 15 13:14:13 2019 UTC document that 'got import' needs GOT_AUTHOR to be set commit - 2930ef13eafda4afd5cdd96598b87af9379f904b commit + 21a44f9829905ab96452436db7c39da4cc021315 blob - 2d1bcb5d4e4b955c013daea1ad48a3e91b1ae1b8 blob + fbd32c4342eca1984d4d6f19aca67c7da54c351f --- got/got.1 +++ got/got.1 @@ -80,8 +80,13 @@ The created commit will not have any parent commits, i root commit. Also create a new reference which provides a branch name for the newly created commit. +Show the path of each imported file to indicate progress. .Pp -Show the path of each added file to indicate progress. +The +.Cm got import +command requires the +.Ev GOT_AUTHOR +environment variable to be set. .Pp The options for .Cm got import @@ -680,7 +685,9 @@ Short alias for .Bl -tag -width GOT_AUTHOR .It Ev GOT_AUTHOR The author's name and email address for -.Cm got commit , +.Cm got commit +and +.Cm got import , for example: .An Stefan Sperling Aq Mt stsp@openbsd.org .It Ev VISUAL, Ev EDITOR