]> git.ipfire.org Git - thirdparty/git.git/commit - http.c
http: drop the check for an empty proxy password before approving
authorJohn Szakmeister <john@szakmeister.net>
Fri, 12 Mar 2021 02:40:27 +0000 (21:40 -0500)
committerJunio C Hamano <gitster@pobox.com>
Fri, 12 Mar 2021 06:17:10 +0000 (22:17 -0800)
commita4a4439fdf2fa5867b3f30040be535cff65b8a42
tree7168dab441c8341be0a57a4868fd3f7aa9f1d4d8
parentcd27f604e41475633d068d3f4852ab6b597c5e75
http: drop the check for an empty proxy password before approving

credential_approve() already checks for a non-empty password before
saving, so there's no need to do the extra check here.

Signed-off-by: John Szakmeister <john@szakmeister.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
http.c