From nobody Thu May 02 23:47:21 2024 X-Original-To: ports@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4VVrGD618cz5KH8K for ; Thu, 2 May 2024 23:47:48 +0000 (UTC) (envelope-from jamie@catflap.org) Received: from donotpassgo.dyslexicfish.net (donotpassgo.dyslexicfish.net [IPv6:2001:19f0:7400:8808:123::1]) by mx1.freebsd.org (Postfix) with ESMTP id 4VVrGD3R4Bz4NNj; Thu, 2 May 2024 23:47:48 +0000 (UTC) (envelope-from jamie@catflap.org) Authentication-Results: mx1.freebsd.org; none X-Catflap-Envelope-From: X-Catflap-Envelope-To: brooks@FreeBSD.org Received: from donotpassgo.dyslexicfish.net (donotpassgo.dyslexicfish.net [209.250.224.51]) by donotpassgo.dyslexicfish.net (8.14.5/8.14.5) with ESMTP id 442NlL8P006087; Fri, 3 May 2024 00:47:21 +0100 (BST) (envelope-from jamie@donotpassgo.dyslexicfish.net) Received: (from jamie@localhost) by donotpassgo.dyslexicfish.net (8.14.5/8.14.5/Submit) id 442NlLpo006086; Fri, 3 May 2024 00:47:21 +0100 (BST) (envelope-from jamie) From: Jamie Landeg-Jones Message-Id: <202405022347.442NlLpo006086@donotpassgo.dyslexicfish.net> Date: Fri, 03 May 2024 00:47:21 +0100 Organization: Dyslexic Fish To: pmc@citylink.dinoex.sub.org, brooks@FreeBSD.org Cc: ports@FreeBSD.org Subject: Re: git ports-tree doesn't work, please check! References: In-Reply-To: User-Agent: Heirloom mailx 12.4 7/29/08 List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: freebsd-ports@freebsd.org Sender: owner-freebsd-ports@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.2.7 (donotpassgo.dyslexicfish.net [209.250.224.51]); Fri, 03 May 2024 00:47:21 +0100 (BST) X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:20473, ipnet:2001:19f0:7400::/38, country:US] X-Rspamd-Queue-Id: 4VVrGD3R4Bz4NNj Brooks Davis wrote: > a single page before sending a reply. This is an advantage of github's > progressive rendering (and the pile of javascript it requires). For > example, see: > > https://github.com/freebsd/freebsd-ports/commits/main/devel/py-python-dateutil > > where you get the first commit and then a spinning thing for a bit > before "End of commit history for this file" appears. Doesn't need javascript, just ensure the buffers are flushed: https://git.freebsd.catflap.org/ports/raw-log/devel/py-python-dateutil Cheers, Jamie