git aliases... WORK

This commit is contained in:
Reid 2024-04-27 00:41:56 -07:00
parent 317ec37863
commit 88fbe0d74a

View file

@ -33,16 +33,7 @@ in {
]; ];
aliases = { aliases = {
ranked-authors = "!git authors | sort | uniq -c | sort -n"; graph = ''log --graph --color --pretty=format:"%C(yellow)%H%C(green)%d%C(reset)%n%x20%cd%n%x20%cn%x20(%ce)%n%x20%s%n"'';
emails = ''
!git log --format="%aE" | sort -u
'';
email-domains = ''
!git log --format="%aE" | awk -F'@' '{print $2}' | sort -u
'';
graph = ''
log --graph --color --pretty=format:"%C(yellow)%H%C(green)%d%C(reset)%n%x20%cd%n%x20%cn%x20(%ce)%n%x20%s%n"
'';
}; };
extraConfig = { extraConfig = {