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
Deprecate USE_SHELL; caution in Git.execute shell doc
This builds on106bbe6 (#1782) to actually deprecate Git.USE_SHELL.Its docstring is updated to state this, but no DeprecationWarningis issued for its use at this time.The documentation for the `shell` parameter of Git.execute is alsoupdated to caution against passing shell=True, but the deprecationis not currently extended to that parameter.Some information is duplicated across the two docstrings. I havedone this because the the USE_SHELL attribute's docstring, whileit is displayed by many editors, doesn't currently appear ingenerated HTML documentation (see#1734).