From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 125713 invoked by alias); 15 Aug 2019 11:04:57 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 125706 invoked by uid 89); 15 Aug 2019 11:04:57 -0000 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 Received: from lb2-smtp-cloud7.xs4all.net (HELO lb2-smtp-cloud7.xs4all.net) (194.109.24.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 15 Aug 2019 11:04:54 +0000 Received: from tmp.zqFE8n9QEm ([83.162.234.136]) by smtp-cloud7.xs4all.net with ESMTPSA id yDYlhdeCOThuuyDYmhFOET; Thu, 15 Aug 2019 13:04:50 +0200 Date: Thu, 15 Aug 2019 11:04:00 -0000 Message-ID: <7835f9dc5a850a68503a216887a69d4a@smtp-cloud7.xs4all.net> From: Houder Reply-To: cygwin@cygwin.com To: cygwin@cygwin.com Subject: Re: getpriority() and top display for priority inconsistent References: <20190815072854.GE11632@calimero.vinschen.de> <20190815102038.GM11632@calimero.vinschen.de> In-Reply-to: <20190815102038.GM11632@calimero.vinschen.de> Content-Type: text/plain; charset=UTF-8; format=fixed User-Agent: mua.awk 0.99 X-SW-Source: 2019-08/txt/msg00202.txt.bz2 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