credential: load default config
authorThomas Koutcher <thomas.koutcher@online.fr>
Thu, 15 Oct 2020 21:59:20 +0000 (21:59 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 16 Oct 2020 19:30:45 +0000 (12:30 -0700)
commit567ad2c0f90fe63d1fde2c0269be8df17675148c
treeeb429e885577246e40e8bfa459e7ce58da5355c0
parenta5fa49ff0a8f3252c6bff49f92b85e7683868f8a
credential: load default config

Make `git credential fill` honour the core.askPass variable.

Signed-off-by: Thomas Koutcher <thomas.koutcher@online.fr>
[jk: added test]
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/credential.c
t/t0300-credentials.sh