commit 1ff8e57324f9efc7236436f74dd2c2cc607d2c18 from: Stefan Sperling date: Thu Aug 02 09:02:46 2018 UTC document 'got blame' commit - 66bea07796586407121c7c2657500716883c4ee8 commit + 1ff8e57324f9efc7236436f74dd2c2cc607d2c18 blob - 6126ff55a0937842dec9dffdcf68c63681aec6f3 blob + dc720aa7107cd01fa70ed70586fd821509643602 --- got/got.1 +++ got/got.1 @@ -129,6 +129,22 @@ Both objects must be of the same type (blobs, trees, o If the .Ar repository path is omitted, use the current working directory. +.It Cm blame [ Fl c Ar commit ] [ Fl r Ar repository-path ] Ar path +Display line-by-line history of a file at the specified path. +.Pp +The options for +.Cm got blame +are as follows: +.Bl -tag -width Ds +.It Fl c Ar commit +Start traversing history at the specified +.Ar commit . +The expected argument is the name of a branch or a SHA1 hash which corresponds +to a commit object. +.It Fl r Ar repository-path +Use the repository at the specified path. +If not specified, assume the repository is located at or above the current +working directory. .El .Sh EXIT STATUS .Ex -std got