git blame server.py --date short

Category: Git - Core

git blame server.py --date short

Show last-touched info with short dates

Blame annotates each line with the commit and author that last changed it; --date short trims timestamps to YYYY-MM-DD for easier scanning. Useful on large files where full timestamps create noise. Combine it with -L 10,20 to limit the line range.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.