clone: concurrent interactive authentication

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

 



When doing a multi-job recurse-submodules clone on a repo with http
submodules that require interactive authentication, all submodule
clones happen in parallel and the username password prompts are all
printed at once, including disabling echo, making it effectively
unusable as you don't know if you are entering a username or password.
I think this could be fixed by passing some shared memory with a mutex
to each of the parallel job processes, which they can then lock on if
they do prompt for credentials.
Since there is the workaround of omitting the -j, is this change worth
making and would it be accepted?




[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