You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git_connect: avoid full shell when executing git-upload-pack
When the `git-upload-pack` program is supposed to be called, we do not
actually need to run this through a shell... This reduces the security
surface of running Git on servers a bit.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
0 commit comments