From 10997b802cb3c3a1bd313032e4597bfcc5d43f28 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Mon, 8 May 2023 01:49:22 +0200 Subject: [PATCH] home/git: add `authors` alias --- home/programs/git.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/programs/git.nix b/home/programs/git.nix index 59449b4..b6b8303 100644 --- a/home/programs/git.nix +++ b/home/programs/git.nix @@ -27,6 +27,7 @@ graph = "log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all"; graphv = "log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n'' %C(white)%s%C(reset) %C(dim white)- %an%C(reset)' --all"; forcepush = "push --force-with-lease --force-if-includes"; + authors = "shortlog --summary --numbered --email"; }; extraConfig = {