Merge branch 'kf/askpass-config'

* kf/askpass-config:
  Extend documentation of core.askpass and GIT_ASKPASS.
  Allow core.askpass to override SSH_ASKPASS.
  Add a new option 'core.askpass'.
This commit is contained in:
Junio C Hamano
2010-09-08 09:17:01 -07:00
7 changed files with 26 additions and 5 deletions

View File

@ -1035,6 +1035,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 */