Download raw body.
got merge -c commit progress output
On Mon, 27 Sep 2021 13:30:51 +0200, Stefan Sperling wrote: > With the change below, got merge -c displays commit progress output: > > $ got merge -c > M alpha > Merged refs/heads/newbranch into refs/heads/main: adcde1234... > $ > > This looks better, and any further changes which resulted from conflict > resolution (such as newly added files, or files deleted after the initial > merge step) will be displayed in the output, too. I agree that does look better. OK millert@ - todd
got merge -c commit progress output