Re: [PATCH v2] git-gui--askpass: generalize the wording

2017-04-27 Thread Johannes Schindelin
+ Pat On Thu, 27 Apr 2017, Sebastian Schuberth wrote: > + Pat > > On 2017-04-27 08:38, Sebastian Schuberth wrote: > > > git-gui--askpass is not only used for SSH authentication, but also for > > HTTPS. In that context it is confusing to only rfer to "OpenSSH", also > > because another SSH clie

Re: [PATCH v2] git-gui--askpass: generalize the wording

2017-04-27 Thread Sebastian Schuberth
+ Pat On 2017-04-27 08:38, Sebastian Schuberth wrote: git-gui--askpass is not only used for SSH authentication, but also for HTTPS. In that context it is confusing to only rfer to "OpenSSH", also because another SSH client like PuTTY might be in use. So generalize wording and also say which par

[PATCH v2] git-gui--askpass: generalize the wording

2017-04-26 Thread Sebastian Schuberth
git-gui--askpass is not only used for SSH authentication, but also for HTTPS. In that context it is confusing to only rfer to "OpenSSH", also because another SSH client like PuTTY might be in use. So generalize wording and also say which parent process, i.e. Git, requires authentication. Signed-of