mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-08-11 23:59:14 +02:00
git: Show relative dates for git blame
This commit is contained in:
@ -35,6 +35,10 @@ in
|
|||||||
rerere.enabled = true;
|
rerere.enabled = true;
|
||||||
color.ui = true;
|
color.ui = true;
|
||||||
|
|
||||||
|
blame = {
|
||||||
|
date = "relative";
|
||||||
|
};
|
||||||
|
|
||||||
alias = {
|
alias = {
|
||||||
contrib = "shortlog -n -s";
|
contrib = "shortlog -n -s";
|
||||||
remotes = "remote -v";
|
remotes = "remote -v";
|
||||||
|
Reference in New Issue
Block a user