DPDK patches and discussions
 help / color / mirror / Atom feed
From: Ori Kam <orika@mellanox.com>
To: "dev@dpdk.org" <dev@dpdk.org>
Subject: [dpdk-dev] my git config file
Date: Sun, 8 Jul 2018 10:23:05 +0000	[thread overview]
Message-ID: <AM4PR05MB3425F38042C74779261A1B6EDB450@AM4PR05MB3425.eurprd05.prod.outlook.com> (raw)

[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

             reply	other threads:[~2018-07-08 10:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-08 10:23 Ori Kam [this message]
2018-07-08 10:30 ` Ori Kam

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=AM4PR05MB3425F38042C74779261A1B6EDB450@AM4PR05MB3425.eurprd05.prod.outlook.com \
    --to=orika@mellanox.com \
    --cc=dev@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).