From owner-svn-ports-head@freebsd.org Tue Jul 2 11:05:43 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 53C5E15CF773; Tue, 2 Jul 2019 11:05:43 +0000 (UTC) (envelope-from zeising@freebsd.org) Received: from mail.daemonic.se (mail.daemonic.se [176.58.89.161]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D7CAA809ED; Tue, 2 Jul 2019 11:05:42 +0000 (UTC) (envelope-from zeising@freebsd.org) Received: from cid.daemonic.se (localhost [IPv6:::1]) by mail.daemonic.se (Postfix) with ESMTP id 45dLxx2RCKz3klc; Tue, 2 Jul 2019 11:05:41 +0000 (UTC) X-Virus-Scanned: amavisd-new at daemonic.se Received: from mail.daemonic.se ([IPv6:::1]) (using TLS with cipher ECDHE-RSA-AES128-GCM-SHA256) by cid.daemonic.se (mailscanner.daemonic.se [IPv6:::1]) (amavisd-new, port 10587) with ESMTPS id FgawP-fr6qeP; Tue, 2 Jul 2019 11:05:40 +0000 (UTC) Received: from garnet.daemonic.se (host-90-235-86-230.mobileonline.telia.com [90.235.86.230]) by mail.daemonic.se (Postfix) with ESMTPSA id 45dLxw3bPyz3c7W; Tue, 2 Jul 2019 11:05:40 +0000 (UTC) Subject: Re: svn commit: r505641 - head/x11-toolkits/libXt To: Alexey Dokuchaev Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201907012119.x61LJVsX011853@repo.freebsd.org> <20190702102105.GA59302@FreeBSD.org> <358d47f5-cfa1-09df-a8bb-fbd75b7f8778@freebsd.org> <20190702105011.GC59302@FreeBSD.org> From: Niclas Zeising Message-ID: <7085d1a0-c345-f879-6804-d3dde298ab17@freebsd.org> Date: Tue, 2 Jul 2019 13:05:40 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.7.2 MIME-Version: 1.0 In-Reply-To: <20190702105011.GC59302@FreeBSD.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: D7CAA809ED X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.97 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[]; NEURAL_HAM_SHORT(-0.97)[-0.975,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Jul 2019 11:05:43 -0000 On 2019-07-02 12:50, Alexey Dokuchaev wrote: > On Tue, Jul 02, 2019 at 12:31:21PM +0200, Niclas Zeising wrote: >> On 2019-07-02 12:21, Alexey Dokuchaev wrote: >>> On Mon, Jul 01, 2019 at 09:19:31PM +0000, Niclas Zeising wrote: >>>> New Revision: 505641 >>>> URL: https://svnweb.freebsd.org/changeset/ports/505641 >>>> >>>> Log: >>>> x11-toolkits/libXt: Update to 1.2.0 >>>> >>>> Update x11-toolkits/libXt to 1.2.0 >>> >>> I couldn't help to notice that in many of your recent logs first two >>> sentences repeat each other, which is quite annoying to read (I trip >>> on the unexpected second occurrence of the same data, generate the >>> exception, and have to reread entire log again). Is there a reason >>> behind this, or it's some broken editor macro misbehaves? >> >> In general, the first line is a short summary, it shows up in for >> instance github as a summary of changes, and makes it possible to get >> an overview of many commits quickly. Afterwards, a more detailed >> explanation of the commit follows. > > Oh, so basically, if the log is in "one line header\n\n" format, the > "real" log is . Not sure if it's worth writing a procmail rule, but > I'll try to remember how to read these git-friendly(?) logs properly. Yes. I'm not sure if it's a git thing, or a github thing that other git utilities have mimicked. Looking at the git manual, it's mentioned there https://git-scm.com/docs/git-commit#_discussion (in case you want the background). I'll try to come up with something better in the cases the body part is mostly empty. Regards -- Niclas Zeising