X-Recipient: archive-cygwin AT delorie DOT 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:date:message-id:from:reply-to:to:subject :references:in-reply-to:content-type; q=dns; s=default; b=qaqa7K 2Yn6zNb4vsV45Dd3pmUKtUAhT/9HXF77PCBLht+VHMXP2qQ0guoSuVkYAYpWLr9F n0XYNF41KRXXQi2yh9Hv6U5JBk6jn5ijYUnVP+R5bSnKveeACBIHqGjboWMRb7RG BrMm9FtiMr0PI5AOlC9xRDUjsxxd4un1qJ7rM= 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:date:message-id:from:reply-to:to:subject :references:in-reply-to:content-type; s=default; bh=sdP3K0Z+FjZA xmVtzTodYqRUPCw=; b=X1KE6VviP3DEmqg8brK9aayZUJZgrp7914j3RKXolOs0 jVyiKXbioy9G7Kbx+yvasAfDsg9EqlbA1eGUb3MlhCKRRAGAg7bYpZlRbZ5gtjkW qqyjI8djx36ceL/mgLbScD9yDQ7TFTADp7inP2RNh9/v3eRooCRxzBsAiXjqV1M= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.1 spammy=H*F:D*nl, luck!, online, town X-HELO: lb2-smtp-cloud7.xs4all.net Date: Thu, 15 Aug 2019 13:04:50 +0200 Message-ID: <7835f9dc5a850a68503a216887a69d4a@smtp-cloud7.xs4all.net> From: Houder Reply-To: cygwin AT cygwin DOT com To: cygwin AT cygwin DOT com Subject: Re: getpriority() and top display for priority inconsistent References: <20190815072854 DOT GE11632 AT calimero DOT vinschen DOT de> <20190815102038 DOT GM11632 AT calimero DOT vinschen DOT de> In-Reply-to: <20190815102038.GM11632@calimero.vinschen.de> Content-Type: text/plain; charset=UTF-8; format=fixed User-Agent: mua.awk 0.99 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 > $ git commit > > - opens editor to create a commit message. first line is summary, > second line stays empty, descriptive text follows in line 3+. > > $ git format-patch -1 > > - creates a git patch file which can be attached to your email or > just send *as* email with `git send-email --to=3D > > Starting with git has a bit steep learning curve, but it's totally > worth it. There's a great free online book available: Steep learning curve is right (but you already got that, is it not, Anton? > > https://git-scm.com/book/ > Look at ch5 (distributed git), then .2 (contributing to a project), then 'Public Project over Email'. Also consult (using your Linux-box?) - man git-format-patch - man git-send-email On Cygwin you have to install both git and git-email ... the latter in case you want to use git send-email ... Also, you will have to extend ~/.gitconfig in case you want to use git send-email w/ [sendemail] smtpserver = smtp.... smtpencryption = ... smtpserverport = ... smtpuser = ... You were leaving town soon, were you not? Good luck! Henri -- 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