gitconfig 337 B

123456789101112131415161718
  1. # -*- mode: gitconfig -*-
  2. [user]
  3. name = Alex Kost
  4. email = alezost@gmail.com
  5. signingkey = 2A0EE98F
  6. [sendemail]
  7. smtpEncryption = tls
  8. smtpServer = smtp.gmail.com
  9. smtpUser = alezost@gmail.com
  10. smtpServerPort = 587
  11. assume8bitEncoding = UTF-8
  12. suppresscc = self
  13. [credential]
  14. helper = cache --timeout=86400
  15. [rebase]
  16. autosquash = true