diff options
author | sommerfeld <sommerfeld@sommerfeld.dev> | 2024-05-22 17:20:18 +0100 |
---|---|---|
committer | sommerfeld <sommerfeld@sommerfeld.dev> | 2024-05-22 17:20:18 +0100 |
commit | 5a4a4e470d9c56c39cf15d28dbd41b4b69185dc4 (patch) | |
tree | 4ad383c23fc23b6eec232c4f3923927c30e75f7b /home/.config/git/config | |
parent | 079c385b9bd40a73ebafae6d847f62c2bed5126c (diff) | |
download | dotfiles-5a4a4e470d9c56c39cf15d28dbd41b4b69185dc4.tar.gz dotfiles-5a4a4e470d9c56c39cf15d28dbd41b4b69185dc4.tar.bz2 dotfiles-5a4a4e470d9c56c39cf15d28dbd41b4b69185dc4.zip |
[git] Removed unused config lines
Diffstat (limited to 'home/.config/git/config')
-rw-r--r-- | home/.config/git/config | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/home/.config/git/config b/home/.config/git/config index 28d261e..287b3a2 100644 --- a/home/.config/git/config +++ b/home/.config/git/config @@ -52,14 +52,6 @@ [interactive] singleKey = true diffFilter = delta --color-only -#[remote "origin"] -# fetch = +refs/pull/*/head:refs/remotes/origin/pr/* -[sendemail] - smtpServer = localhost - smtpUser = sommerfeld@strisemarx.com - smtpEncryption = tls - smtpServerPort = 1025 - annotate = true [format] signOff = true [advice] |