Re: [PATCH 3/3] git-p4: don't print shell commands as python lists

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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>



[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux