X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=states%2Fgit%2Finit.sls;h=097f4b93cfa392a84daa77512a81c58af99e6954;hb=21ed4ff542f29c47169d068d4a95204e4320c04b;hp=9f64fd2209f8b48d48eaaace155dcd21ec05f846;hpb=820706ca5546d4a48488cba8477ae0bc37b61a66;p=max%2Fsaltfiles.git diff --git a/states/git/init.sls b/states/git/init.sls index 9f64fd2..097f4b9 100644 --- a/states/git/init.sls +++ b/states/git/init.sls @@ -15,6 +15,7 @@ include: 'core.excludesfile': '/home/' + grains['user'] + '/.gitignore', 'merge.tool': 'diffuse', 'merge.ff': 'true', + 'pull.rebase': 'false', 'push.default': 'simple', 'alias.lg': 'log --graph --pretty=format:\'%Cred%h%Creset %G? %ad %s %C(bold blue)<%an>%Creset %C(yellow)%d%Creset\' --date=short', 'alias.hist': 'log --graph --full-history --all --pretty=format:\'%Cred%h%Creset %G? %ad %s %C(bold blue)<%an>%Creset %C(yellow)%d%Creset\' --date=short', @@ -31,6 +32,10 @@ include: 'alias.r': 'rebase', 'alias.m': 'merge', 'alias.pa': '!git remote | xargs -L1 git push --all', + 'sendemail.smtpserver': 'mail.friedersdorff.com', + 'sendemail.smtpuser': 'max', + 'sendemail.smtpencryption': 'tls', + 'sendemail.smtpserverport': '587', } %}