Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git-send-email: prevent undefined variable warnings if no encryption …
…is set With the previous patch, not configuring any encryption (either on or off) would leave $smtp_encryption undefined. We simply set it to the empty string in that case. Signed-off-by: Thomas Rast <trast@student.ethz.ch> Signed-off-by: Junio C Hamano <gitster@pobox.com>
- Loading branch information