diff options
| -rw-r--r-- | vcs/gitconfig.ini | 68 | ||||
| -rw-r--r-- | vcs/hgrc.ini | 2 |
2 files changed, 0 insertions, 70 deletions
diff --git a/vcs/gitconfig.ini b/vcs/gitconfig.ini deleted file mode 100644 index 2340347b..00000000 --- a/vcs/gitconfig.ini +++ /dev/null @@ -1,68 +0,0 @@ -[user] - email = eu@euandre.org - name = EuAndreh - signingkey = 81F90EC3CD356060 -[transfer] - # https://matthiasbussonnier.com/posts/33-sign-commits-on-github.md.html - fsckobjects = true -[log] - # https://git-scm.com/docs/git-config#git-config-logshowSignature - # showSignature = true -[diff "sqlite3"] - # drops a db file into sqlite3 and runs .dump before any diff comparisons - binary = true - textconv = "echo .dump | sqlite3" -[core] - editor = vi - excludesfile = ~/.gitignore_global - - # https://stackoverflow.com/questions/5834014/lf-will-be-replaced-by-crlf-in-git-what-is-that-and-is-it-important#5834094 - # https://help.github.com/articles/dealing-with-line-endings/ - autocrlf = input - attributesfile = ~/.gitattributes -[push] - # https://stackoverflow.com/a/22933955 - default = current -[filter "lfs"] - clean = git-lfs clean -- %f - smudge = git-lfs smudge -- %f - process = git-lfs filter-process - required = true - fetchrecentalways = true - fetchrecentrefsdays = 15 - fetchrecentcommitsdays = 7 - fetchrecentremoterefs = true - followTags = true -[alias] - sha = rev-parse HEAD - sha7 = ! git sha | head -c 7 - prune-branches = !git branch --merged | grep -v main | xargs git branch -d - sync = !git annex sync s3 && git annex sync origin - tarball = !git-tarball.sh -[annex] - gnupg-options = --no-tty - gnupg-decrypt-options = --no-tty - autocommit = false - synccontent = true - genmetadata = true -[commit] - gpgsign = true - verbose = true -[fetch] - prune = true -[pack] - packSizeLimit = 2g -[pull] - rebase = false -[sendemail] - assume8bitEncoding = UTF-8 - smtpserver = /run/current-system/sw/bin/msmtpq - smtpserveroption = -a - smtpserveroption = euandreh - annotate = yes - confirm = never -[init] - defaultBranch = main -[tar "tar.xz"] - command = xz -c -# git config format.signOff yes diff --git a/vcs/hgrc.ini b/vcs/hgrc.ini deleted file mode 100644 index 656f40ba..00000000 --- a/vcs/hgrc.ini +++ /dev/null @@ -1,2 +0,0 @@ -[ui] -username = EuAndreh <eu@euandre.org> |
