git: Show relative dates for git blame

This commit is contained in:
Donovan Glover 2024-04-04 19:42:03 -04:00
parent 107b5c79d6
commit 0babbfe458
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -35,6 +35,10 @@ in
rerere.enabled = true;
color.ui = true;
blame = {
date = "relative";
};
alias = {
contrib = "shortlog -n -s";
remotes = "remote -v";