From fc834bb8948ba4c9cffa7985183977cd96f82c35 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Mon, 12 Jan 2026 11:49:13 -0500 Subject: [PATCH] [git] Add hungryroot git config --- git/.gitconfig | 6 +++--- git/.gitconfig-hungryroot | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 git/.gitconfig-hungryroot diff --git a/git/.gitconfig b/git/.gitconfig index e48bed2..4dad47a 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -6,7 +6,7 @@ [push] default = current [commit] - gpgsign = false + gpgsign = true [core] excludesfile = ~/.gitignore_global [advice] @@ -29,8 +29,6 @@ hs = for-each-ref --sort=-committerdate refs/heads/ --format='%(HEAD) %(color:yellow)%(refname:short)%(color:reset) - %(color:red)%(objectname:short)%(color:reset) - %(contents:subject) - %(authorname) (%(color:green)%(committerdate:relative)%(color:reset))' [merge] conflictstyle = diff3 -[gpg] - program = /usr/local/bin/gpg [status] showUntrackedFiles = all [transfer] @@ -59,3 +57,5 @@ helper = osxkeychain [init] defaultBranch = main +[includeIf "gitdir:~/src/github.com/hungryroot/"] + path = .gitconfig-hungryroot diff --git a/git/.gitconfig-hungryroot b/git/.gitconfig-hungryroot new file mode 100644 index 0000000..fb94f15 --- /dev/null +++ b/git/.gitconfig-hungryroot @@ -0,0 +1,3 @@ +[user] + email = colin.powell@hungryroot.com + signingkey = 1CEADDFAE8FA02AF