Add a new option 'core.askpass'.

Setting this option has the same effect as setting the environment variable
'GIT_ASKPASS'.

Signed-off-by: Knut Franke <k.franke@science-computing.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Anselm Kruis
2010-08-30 15:38:38 +02:00
committed by Junio C Hamano
parent 64fdc08dac
commit d3e7da8979
5 changed files with 14 additions and 1 deletions

View File

@ -1029,6 +1029,7 @@ extern int pager_in_use(void);
extern int pager_use_color;
extern const char *editor_program;
extern const char *askpass_program;
extern const char *excludes_file;
/* base85 */