X-Git-Url: https://git.wh0rd.org/?p=home.git;a=blobdiff_plain;f=.gitconfig;h=61f69994a51fa3033adfeaee13aba1c2b83cccf3;hp=3a0dc3ecc4b3a10f8443b3fc90607c20a97ad6c3;hb=HEAD;hpb=3c975ae05b564b73c8005f869b0f8177831d1681 diff --git a/.gitconfig b/.gitconfig index 3a0dc3e..833f6da 100644 --- a/.gitconfig +++ b/.gitconfig @@ -5,6 +5,7 @@ [advice] detachedHead = false + skippedCherryPicks = false [core] abbrev = 12 @@ -104,6 +105,9 @@ [http] cookiefile = ~/.gitcookies +[submodule] + fetchJobs = 4 + [transfer] # https://groups.google.com/forum/m/#!topic/binary-transparency/f-BI4o8HZW0 fsckobjects = true @@ -120,7 +124,12 @@ confirm = always suppressfrom = true suppresscc = author - smtpserver = localhost:1111 transferEncoding = 8bit # composeencoding = utf-8 assume8bitEncoding = 8bit + + sendmailcmd = ssh dev /usr/sbin/sendmail +# smtpEncryption = tls +# smtpServer = smtp.gentoo.org +# smtpUser = vapier +# smtpPass =