Download raw body.
release work tree lock earlier during fetch/send
On 2023/09/04 13:36:44 +0200, Stefan Sperling <stsp@stsp.name> wrote: > Starting a fetchor send operation in a work tree currently keeps the > work tree locked until the operation is done. This is not necessary and > can be annoying when the server or network is slow. > > Instead we can simply close the work tree once it is no longer needed, > and before we even start talking to the network. > > ok? that's a very welcomed change by me! ok op@ thanks!
release work tree lock earlier during fetch/send