DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] my git config file
@ 2018-07-08 10:23 Ori Kam
  2018-07-08 10:30 ` Ori Kam
  0 siblings, 1 reply; 2+ messages in thread
From: Ori Kam @ 2018-07-08 10:23 UTC (permalink / raw)
  To: dev

[orika@vnc1 ~]$ cat .gitconfig
[user]
        email = orika@mellanox.com

[sendemail]
        suppressfrom = true
        confirm = always
        suppresscc = self
        envelopsender = orika@mellanox.com
        smtpUser = orika@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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-07-08 10:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-08 10:23 [dpdk-dev] my git config file Ori Kam
2018-07-08 10:30 ` Ori Kam

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).