From 16746d58d20a9a3eba38f21a79b8e9f36ae9c461 Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Fri, 20 Jun 2025 17:55:06 -0400 Subject: [PATCH] Add a git alias to list the number of commits from each author. --- ansible/roles/base/files/gitconfig_home | 1 + ansible/roles/base/files/gitconfig_work | 1 + nix/configuration/flake.lock | 24 +++++++++---------- .../roles/rpcs3/files/config_BLUS30443.yml | 2 -- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/ansible/roles/base/files/gitconfig_home b/ansible/roles/base/files/gitconfig_home index a03f09d..9fe04b5 100644 --- a/ansible/roles/base/files/gitconfig_home +++ b/ansible/roles/base/files/gitconfig_home @@ -8,6 +8,7 @@ lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit bh = log --oneline --branches=* --remotes=* --graph --decorate amend = commit --amend --no-edit + authorcount = shortlog --summary --numbered --all --no-merges [core] excludesfile = ~/.gitignore_global [commit] diff --git a/ansible/roles/base/files/gitconfig_work b/ansible/roles/base/files/gitconfig_work index 0385fd9..8101304 100644 --- a/ansible/roles/base/files/gitconfig_work +++ b/ansible/roles/base/files/gitconfig_work @@ -8,6 +8,7 @@ lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit bh = log --oneline --branches=* --remotes=* --graph --decorate amend = commit --amend --no-edit + authorcount = shortlog --summary --numbered --all --no-merges [core] excludesfile = ~/.gitignore_global [commit] diff --git a/nix/configuration/flake.lock b/nix/configuration/flake.lock index 98618cb..4ad05a2 100644 --- a/nix/configuration/flake.lock +++ b/nix/configuration/flake.lock @@ -39,11 +39,11 @@ ] }, "locked": { - "lastModified": 1748225455, - "narHash": "sha256-AzlJCKaM4wbEyEpV3I/PUq5mHnib2ryEy32c+qfj6xk=", + "lastModified": 1749436314, + "narHash": "sha256-CqmqU5FRg5AadtIkxwu8ulDSOSoIisUMZRLlcED3Q5w=", "owner": "nix-community", "repo": "disko", - "rev": "a894f2811e1ee8d10c50560551e50d6ab3c392ba", + "rev": "dfa4d1b9c39c0342ef133795127a3af14598017a", "type": "github" }, "original": { @@ -154,11 +154,11 @@ ] }, "locked": { - "lastModified": 1748811839, - "narHash": "sha256-MDl6vpEK18ZfPHfoeOa9dGRdwVWNfmCCGazt72nHw+U=", + "lastModified": 1749526396, + "narHash": "sha256-UL9F76abAk87llXOrcQRjhd5OaOclUd6MIltsqcUZmo=", "owner": "nix-community", "repo": "home-manager", - "rev": "6abf27943bbb09a0f9d443df45ec70b07a6cbe20", + "rev": "427c96044f11a5da50faf6adaf38c9fa47e6d044", "type": "github" }, "original": { @@ -210,11 +210,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1748693115, - "narHash": "sha256-StSrWhklmDuXT93yc3GrTlb0cKSS0agTAxMGjLKAsY8=", + "lastModified": 1749285348, + "narHash": "sha256-frdhQvPbmDYaScPFiCnfdh3B/Vh81Uuoo0w5TkWmmjU=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "910796cabe436259a29a72e8d3f5e180fc6dfacc", + "rev": "3e3afe5174c561dee0df6f2c2b2236990146329f", "type": "github" }, "original": { @@ -258,11 +258,11 @@ }, "nixpkgs-unoptimized": { "locked": { - "lastModified": 1748693115, - "narHash": "sha256-StSrWhklmDuXT93yc3GrTlb0cKSS0agTAxMGjLKAsY8=", + "lastModified": 1749285348, + "narHash": "sha256-frdhQvPbmDYaScPFiCnfdh3B/Vh81Uuoo0w5TkWmmjU=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "910796cabe436259a29a72e8d3f5e180fc6dfacc", + "rev": "3e3afe5174c561dee0df6f2c2b2236990146329f", "type": "github" }, "original": { diff --git a/nix/configuration/roles/rpcs3/files/config_BLUS30443.yml b/nix/configuration/roles/rpcs3/files/config_BLUS30443.yml index 6f8c639..b8e5a6b 100644 --- a/nix/configuration/roles/rpcs3/files/config_BLUS30443.yml +++ b/nix/configuration/roles/rpcs3/files/config_BLUS30443.yml @@ -12,5 +12,3 @@ Net: UPNP Enabled: false PSN status: RPCN PSN Country: us -Savestate: - Compatible Savestate Mode: true