What does ‘git blame’ do?

From git-blame: Annotates each line in the given file with information from the revision which last modified the line. Optionally, start annotating from the given revision. When specified one or more times, -L restricts annotation to the requested lines. Example: Please note that git blame does not show the per-line modifications history in the chronological sense. It only … Read more