diff options
| author | Franck Cuny <franck@fcuny.net> | 2024-12-30 08:55:19 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2024-12-30 08:55:19 -0800 |
| commit | ce1595ca17bd992b74ba733ac1ee3d13211f9c5c (patch) | |
| tree | 84f6586463227b568b821cbd039625ac4d9a8d20 /nix/users/fcuny | |
| parent | add a few aliases to fish and git for git (diff) | |
| download | infra-ce1595ca17bd992b74ba733ac1ee3d13211f9c5c.tar.gz | |
one more alias for git
Diffstat (limited to 'nix/users/fcuny')
| -rw-r--r-- | nix/users/fcuny/git.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
