X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:subject:to:references:from:message-id:date
	:mime-version:in-reply-to:content-type
	:content-transfer-encoding; q=dns; s=default; b=q4b5hVF49/1fsqqQ
	OfkSCE5DNgNMwJ3NVk5c3E8kWvrF3b4pAt47lycfLXSNoctCXE2lUNUO0BTGphRe
	bUOqfB9s0W5GW3jhfyYBdhNlAUDJrzOvSS/qspuUPvQOysrOsTxtqyqrViZPNYAy
	eImXX5/7Lkj9Wg9pv+MlpINtoqw=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:subject:to:references:from:message-id:date
	:mime-version:in-reply-to:content-type
	:content-transfer-encoding; s=default; bh=bbNbV89Zgu9AI90asdiV1j
	oX0eE=; b=cym84RtyiiM/fTY4vSKnALFrpE5qKtk5pBDuCwWf56JQLD2rI4v3PS
	Dd6grC1B4ynZSqh9BOxs4MnDzXr/GmnoAnz3RztMcGv8Sn7JUW1zOMhB3YYnPmDr
	tTRiQlQ0cecCRLo2+hfgfQWo4hiV2VOZiG7vTp6IWw5gXJINKGxLs=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Spam-SWARE-Status: No, score=-0.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.1 spammy=H*F:D*mail.com
X-HELO: mout.gmx.com
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mail.com;	s=dbd5af2cbaf7; t=1565866477;	bh=0On75wg9IrtOPonKrmXNp/26Mh6U/NWrUfFxX8ahZLw=;	h=X-UI-Sender-Class:Subject:To:References:From:Date:In-Reply-To;	b=OBjbzR4oXTQYP7E7RgcVkVTTjvHO6RU3ySeOidEZlSz7DoEEq9M1PhPs5AvvGa0CD	 pKUBviHW6dUsBqoSLoQLXnL0hEg3u2G8BByhN5UNp7Kdquyb9H9tlLWLm03X95DX+P	 nfszrRC938u7N0yM0+snuRt+z0gBADS+hcHLZvDs=
X-UI-Sender-Class: 214d933f-fd2f-45c7-a636-f5d79ae31a79
Subject: Re: getpriority() and top display for priority inconsistent
To: cygwin@cygwin.com
References: <BN6PR09MB1409FFA3C34F0EF48915C4E1A5AD0@BN6PR09MB1409.namprd09.prod.outlook.com> <20190815072854.GE11632@calimero.vinschen.de> <BN6PR09MB140944DC1C65B9A96BF6D745A5AC0@BN6PR09MB1409.namprd09.prod.outlook.com>
From: john doe <johndoe65534@mail.com>
Message-ID: <ac10e074-0ed4-e8da-7052-b03fadee63c6@mail.com>
Date: Thu, 15 Aug 2019 12:54:38 +0200
MIME-Version: 1.0
In-Reply-To: <BN6PR09MB140944DC1C65B9A96BF6D745A5AC0@BN6PR09MB1409.namprd09.prod.outlook.com>
Content-Type: text/plain; charset=utf-8
X-IsSubscribed: yes
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id x7FAtD06006178

On 8/15/2019 11:41 AM, Lavrentiev, Anton (NIH/NLM/NCBI) [C] via cygwin
wrote:
>> git format-patch output with commit message, please?
>
> Please educate me how to do that;  I am just using "git diff --no-color".
>

$ git format-patch --stdout <commit-message>

If you want to request for comment you could use 'git send-email' on
your own patch.

Basically, you need to familiorize yourself with 'git format-patch' and
'git send-email'.

--
John Doe

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


