From ce1595ca17bd992b74ba733ac1ee3d13211f9c5c Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 30 Dec 2024 08:55:19 -0800 Subject: one more alias for git --- nix/users/fcuny/git.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/users/fcuny/git.nix b/nix/users/fcuny/git.nix index 5263155..d75e950 100644 --- a/nix/users/fcuny/git.nix +++ b/nix/users/fcuny/git.nix @@ -27,6 +27,7 @@ br = "branch"; rb = "pull --rebase"; logo = "log --pretty=format:\"%C(yellow)%h%Cred%d %Creset%s%Cblue (%cn)\" --decorate"; + logf = "log --pretty=format:\"%C(yellow)%h%Cred%d %Creset%s%Cblue (%cn)\" --decorate --numstat"; }; # https://stackoverflow.com/questions/74012449/git-includeif-hasconfigremote-url-not-working -- cgit v1.2.3