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=P23qhOIvDrTRfmG2
	TPX/vCrxgDBFRWc0jL1/0ikMdQpBC9wbIBzKo2gbL0VAJZph0AukSZlr/AJVRXTX
	9dYltWoJCaa0uOPRRXqHVdnw7MerFXkZs8Q/qsIAubG252H1lL5p0f+g8Fv/IbkO
	WQcnCUSmdAuFWmi6QdB61ISDHTc=
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=371OmMb+b8TG1xO01uZ4FA
	/kbR0=; b=e4heKHpHYYq/C2XaRiz/DhQ5RvZfkWpdrmTtxQsxUkEx5717cidKgI
	rc0i7GgehFVH2/BBvqrJEhF3t5yVmCemmZZQx8krUUGJQfu2Rv9kjdUeefIl02Fj
	mA+yIJAFPKvYaaTKZyQU9m8yXfcOJrDZK8kaJaczknmo9KZ+N+uEQ=
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.8 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=imperative
X-HELO: mout.gmx.com
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mail.com;	s=dbd5af2cbaf7; t=1565867621;	bh=Phjcl6Stjnnuj84OpB1WM3sx8KpEPsdb1zs9DB1ztsc=;	h=X-UI-Sender-Class:Subject:To:References:From:Date:In-Reply-To;	b=FTaC2Sa11u0kMgen6uwiGjLmoL6JiftHINxn4fmuMRzluJd0+hr0LC4p2eBmF82vP	 kPjrNawFI2qhEOr+geCHDWpibIJr18P7luCioXE1Ueav0Qa04IXh3zw1nQJP8lWflH	 4+VgqZpcpW9tL5bGiiQRjf+JoPA0qQOPwmk402qQ=
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> <20190815102038.GM11632@calimero.vinschen.de> <7835f9dc5a850a68503a216887a69d4a@smtp-cloud7.xs4all.net>
From: john doe <johndoe65534@mail.com>
Message-ID: <59ed5564-2f9a-b092-a26e-834cd7d9dbd9@mail.com>
Date: Thu, 15 Aug 2019 13:13:41 +0200
MIME-Version: 1.0
In-Reply-To: <7835f9dc5a850a68503a216887a69d4a@smtp-cloud7.xs4all.net>
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 x7FBEH5r007788

On 8/15/2019 1:04 PM, Houder wrote:
> On Thu, 15 Aug 2019 12:20:38, Corinna Vinschen  wrote:
>>
>> On Aug 15 09:41, Lavrentiev, Anton (NIH/NLM/NCBI) [C] via cygwin wrote:
>>>> git format-patch output with commit message, please?
>>> =20
>>> Please educate me how to do that;  I am just using "git diff --no-color".
>>
>> $ git add <files with changes you want to commit>
>> $ git commit
>>
>>   - opens editor to create a commit message.  first line is summary,
>>     second line stays empty, descriptive text follows in line 3+.
>>

So, your commit message should have the form of:
"Subject line

Commit message"

A subject line is maximum 50 character long
A subject line starts in the imperative mode and does not end with any
punctuation marks.

The commit message is 72 character long.

--
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


