git-annotate (1) Linux Manual Page
NAME git-annotate – Annotate file lines with commit information SYNOPSIS git annotate[<options>]<file>[<revision>] DESCRIPTION Annotates each line in the given file with information from the commit which introduced the line. Optionally annotates from a given revision. The only difference between this command and git-blame(1) is that they use slightly different output formats, and this command exists…
