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
Some platforms (e.g. Ubuntu) do not package `git send-email` with the
rest of git. And some CI platforms (e.g. GitHub Actions) use a version
of git that is incompatible with the distro-provided git-email package.
So since we cannot count on the availability of `git send-email` in all
environments, add GITSENDEMAIL prereq checks to relevant tests that need
`git send-email`.
0 commit comments