diff options
author | Tyler Davis <tyler@gluecode.net> | 2024-02-13 02:17:29 +0000 |
---|---|---|
committer | Tyler Davis <tyler@gluecode.net> | 2024-02-13 02:17:29 +0000 |
commit | 558d0e80cca9e6a5000a4dbd64aba2ec08321e0f (patch) | |
tree | e866e7e928655139c926e401ffc6b88372ec724e | |
parent | c4179a791af5e535826995b3b61f7526c51a8480 (diff) | |
download | dotfiles-558d0e80cca9e6a5000a4dbd64aba2ec08321e0f.tar.gz dotfiles-558d0e80cca9e6a5000a4dbd64aba2ec08321e0f.zip |
git: add conf options
-rwxr-xr-x | .local/bin/confgit.sh | 9 | ||||
-rw-r--r-- | .local/share/apklist | 3 |
2 files changed, 6 insertions, 6 deletions
diff --git a/.local/bin/confgit.sh b/.local/bin/confgit.sh index 2438fd7..d34f81e 100755 --- a/.local/bin/confgit.sh +++ b/.local/bin/confgit.sh @@ -39,12 +39,14 @@ git config --global am.messageid true git config --global checkout.defaultRemote origin # Default to using the "origin" remote git config --global checkout.thresholdForParallelism 50 # Default 100 files git config --global checkout.workers "$NPROCS" # Auto-detect threads from CPU -git config --global core.commitGraph true +git config --global core.commitgraph true git config --global core.excludesfile "$HOME/.local/share/git/ignore_global" git config --global credential.https://source.developers.google.com.helper "gcloud.sh" git config --global fetch.parallel "$NPROCS" -git config --global fetch.writeCommitGraphs true +git config --global fetch.writeCommitGraph true +#git config --global fetch.writeCommitGraphs true git config --global gc.cruftPacks true +git config --global gc.writeCommitGraph true git config --global hub.protocol https git config --global http.cookiefile "$HOME/.local/share/git/cookies" git config --global init.defaultBranch trunk @@ -133,7 +135,8 @@ if [ $(command -v git-lfs) ]; then # always be true on a fresh run if [ $(git config -l|grep -c lfs) -lt 1 ]; then # Redirect output to null - silence "Git LFS installed" messages - git lfs install > /dev/null + #git lfs install > /dev/null + git config --global --includes --replace-all filter.lfs.clean "git-lfs clean -- %f" fi fi diff --git a/.local/share/apklist b/.local/share/apklist index bf66165..a6b7ddb 100644 --- a/.local/share/apklist +++ b/.local/share/apklist @@ -579,9 +579,6 @@ pkgconf popt postgresql-common postgresql-common-openrc -postgresql15 -postgresql15-client -postgresql15-openrc powertop powertop-bash-completion powertop-doc |