Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1210243

Re: [PATCH] mm: mmap: Simplify the failure return working flow

From Michal Hocko <mhocko@kernel.org>
Newsgroups linux.kernel
Subject Re: [PATCH] mm: mmap: Simplify the failure return working flow
Date 2015-08-20 09:50 +0200
Message-ID <pZsLL-6P8-15@gated-at.bofh.it> (permalink)
References <pZmZH-6Hb-5@gated-at.bofh.it> <pZsLL-6P8-17@gated-at.bofh.it> <pZmZI-6Hb-21@gated-at.bofh.it> <pZmZI-6Hb-17@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Thu 20-08-15 09:27:42, gchen gchen wrote:
[...]
> Yes, it is really peculiar, the reason is gmail is not stable in China.
> I have to send mail in my hotmail address.
> 
> But I still want to use my gmail as Signed-off-by, since I have already
> used it, and also its name is a little formal than my hotmail.
> 
> Welcome any ideas, suggestions and completions for it (e.g. if it is
> necessary to let send mail and Signed-off-by mail be the same, I shall
> try).

You can do the following in your .git/config

[user]
	name = YOUR_NAME_FOR_S-O-B
	email = YOUR_GMAIL_ADDRESS
[sendemail]
	from = YOUR_STABLE_SENDER_ADDRESS
	envelopesender = YOUR_STABLE_SENDER_ADDRESS
	smtpserver = YOUR_STABLE_SMTP

[user] part will be used for s-o-b and Author email while the sendemail
will be used for git send-email to route the patch properly. If the two
differ it will add From: user.name <user.email> as suggested by Andrew.
-- 
Michal Hocko
SUSE Labs
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Re: [PATCH] mm: mmap: Simplify the failure return working flow gchen gchen <xili_gchen_5257@hotmail.com> - 2015-08-20 03:40 +0200
  Re: [PATCH] mm: mmap: Simplify the failure return working flow Michal Hocko <mhocko@kernel.org> - 2015-08-20 09:50 +0200
  Re: [PATCH] mm: mmap: Simplify the failure return working flow gchen gchen <xili_gchen_5257@hotmail.com> - 2015-08-20 10:50 +0200
    RE: [PATCH] mm: mmap: Simplify the failure return working flow Chen Gang <xili_gchen_5257@hotmail.com> - 2015-08-23 19:30 +0200

csiph-web