summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.setup/confgit.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/.setup/confgit.sh b/.setup/confgit.sh
index 96a13bd..f1ab4db 100755
--- a/.setup/confgit.sh
+++ b/.setup/confgit.sh
@@ -11,6 +11,7 @@ git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME config status.showUntrackedFile
# Main Git Config
#git config --global checkout.thresholdForParallelism # Unknown good value
git config --global checkout.workers 0 # Auto-detect threads from CPU
+git config --global am.messageid true
git config --global core.commitGraph true
git config --global credential.https://source.developers.google.com.helper "gcloud.sh"
git config --global fetch.parallel 4