From: Christian Weisgerber Subject: Re: Progress bars To: gameoftrees@openbsd.org Cc: Ted Bullock Date: Tue, 8 Feb 2022 13:46:18 +0100 Ted Bullock: > Using got on the older system has been a bit of a trial in patience, > specifically some operations like commit and status take a fair amount > of time to complete on my setup. If your changes aren't spread all over the tree, you can limit the operations to the relevant paths to speed them up: $ cd /usr/src $ time got st bin/ls 0m01.86s real 0m01.48s user 0m00.34s system $ time got st 0m15.00s real 0m03.59s user 0m09.58s system -- Christian "naddy" Weisgerber naddy@mips.inka.de