[orika@vnc1 ~]$ cat .gitconfig [user] email = or...@mellanox.com [sendemail] suppressfrom = true confirm = always suppresscc = self envelopsender = or...@mellanox.com smtpUser = or...@mellanox.com smtpEncryption = tls smtpServer = smtp.office365.com smtpServerPort = 587 smtpSslCertPath = /etc/pki/tls/cert.pem smtpDomain = mellanox.com
[alias] tree = "log --graph --decorate --abbrev-commit --oneline" upstream = "log -1 --format='[ upstream commit %H ]'" backport = "log -1 --format='[ backported from upstream commit %H ]'" fixline = "log -1 --abbrev=12 --format='Fixes: %h (\"%s\")'" tr = "log --all --decorate --oneline --graph" sgrep = "!f() { git grep \"$1\"; git submodule foreach \"git grep '$1'; true\" | grep -B 1 \"$1\"; }; f" [core] editor = vim [diff] tool = vimdiff [merge] tool = vimdiff conflictstyle = diff3 [mergetool] prompt = false [status] showUntrackedFiles = no [push] default = current