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: johndoe@server.com:~# git blame .htaccess … ^e1fb2d7 (John Doe 2015-07-03 06:30:25 -0300 4) allow from all … Read more