mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-20 09:47:57 +02:00
git: Show relative dates for git blame
This commit is contained in:
parent
107b5c79d6
commit
0babbfe458
@ -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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user