From 4154efc92f2aa88f091164fd3176d0c2a28d10d8 Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Wed, 25 Nov 2020 01:32:34 -0500 Subject: [PATCH] Added openSUSE specific gitconfig --- .gitconfig##d.openSUSE | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .gitconfig##d.openSUSE diff --git a/.gitconfig##d.openSUSE b/.gitconfig##d.openSUSE new file mode 100644 index 0000000..e212883 --- /dev/null +++ b/.gitconfig##d.openSUSE @@ -0,0 +1,24 @@ +[user] + name = Eric Renfro + email = psi-jack@psi-jack@linux-help.org + signingkey = 25787986B19167B89BFF55CF3159FF4CB13EBFB4 +[sendemail] + smtpencryption = tls + smtpserver = mx.linux-help.org + smtpuser = eric.renfro@linux-help.org + smtpserverport = 587 +[filter "lfs"] + clean = git-lfs clean -- %f + smudge = git-lfs smudge -- %f + process = git-lfs filter-process + required = true +[commit] + gpgsign = true +[alias] + up = !git pull --prune $@ && git submodule update --init --recursive +[credential] + helper = /usr/libexec/git/git-credential-libsecret + #helper = /usr/lib/git/git-core/git-credential-store + #helper = /usr/share/doc/git/contrib/credential/libsecret/git-credential-libsecret + #helper = libsecret +