credential: update description for credential_from_url_gently
commit7f53583834f991eadcc371932e117317cb3c65c5
authorCarlo Marcelo Arenas Belón <carenas@gmail.com>
Tue, 5 May 2020 01:39:05 +0000 (4 18:39 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 5 May 2020 05:56:32 +0000 (4 22:56 -0700)
treede760720e840c621800512807651c7820c66cfc2
parentaf6b65d45ef179ed52087e80cb089f6b2349f4ec
credential: update description for credential_from_url_gently

c44088ecc4 (credential: treat URL without scheme as invalid, 2020-04-18)
changes the implementation for this function to return -1 if protocol is
missing.

Update blurb to match implementation.

Reviewed-by: Jeff King <peff@peff.net>
Signed-off-by: Carlo Marcelo Arenas Belón <carenas@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
credential.h