Re: git ports-tree doesn't work, please check!
- In reply to: Brooks Davis : "Re: git ports-tree doesn't work, please check!"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 02 May 2024 21:02:32 UTC
Hello. Brooks Davis wrote on 2024/05/03 04:08: > On Thu, May 02, 2024 at 08:39:24PM +0200, Peter wrote: >> fetch: transfer timed out > Hmm, testing locally there's only a single commit to that path (moving > it from Move devel/py-dateutil) so git has to read the whole commit > history to discover there is only one commit. Even on a 40-core machine > with nvme disks that's very slow process (but it does eventually > complete). > For now, it seems that if we have a query string like this, it will be displayed. https: //cgit.freebsd.org/ ports/log/devel/py-python-dateutil?qt=range&q=HEAD~2500..HEAD The reason why it is shredded is so that bots that see this do not make unnecessary requests :) If the displayed log is looked at, it seems to have moved from a different path. If that happens, will it go looking for logs that are not in that path until the first commit? Regards.