On Thu, Jan 6, 2022 at 7:54 AM Joel Holdsworth <jholdsworth@xxxxxxxxxx> wrote: > Previously the git-p4 script would log commands as stringified > representations of the command parameter, leading to output such as > this: > > Reading pipe: ['git', 'config', '--bool', 'git-p4.useclientspec'] > > Now that all commands list objects, this patch instead joins the > elements of the list into a single string so the output now looks more > readable: s/commands list/commands are list/ > Reading pipe: git config --bool git-p4.useclientspec > > Signed-off-by: Joel Holdsworth <jholdsworth@xxxxxxxxxx>