git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [PATCH] git-gui--askpass: generalize the window title
@ 2016-02-01 12:11 Sebastian Schuberth
  2016-02-12  9:26 ` Sebastian Schuberth
  2017-03-07 15:48 ` [RESEND PATCH] " Sebastian Schuberth
  0 siblings, 2 replies; 8+ messages in thread
From: Sebastian Schuberth @ 2016-02-01 12:11 UTC (permalink / raw)
  To: git

From: Sebastian Schuberth <sschuberth@gmail.com>

git-gui--askpass is not only used for SSH authentication, but also for
HTTPS. In that context it is confusing to have a window title of
"OpenSSH". So generalize the title so that it also says which parent
process, i.e. Git, requires authentication.

Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
---
 git-gui/git-gui--askpass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/git-gui/git-gui--askpass b/git-gui/git-gui--askpass
index 4277f30..1e5c325 100755
--- a/git-gui/git-gui--askpass
+++ b/git-gui/git-gui--askpass
@@ -60,7 +60,7 @@ proc finish {} {
 	set ::rc 0
 }
 
-wm title . "OpenSSH"
+wm title . "Git Authentication"
 tk::PlaceWindow .
 vwait rc
 exit $rc

--
https://github.com/git/git/pull/195

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2017-04-27 14:02 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-01 12:11 [PATCH] git-gui--askpass: generalize the window title Sebastian Schuberth
2016-02-12  9:26 ` Sebastian Schuberth
2017-03-07 15:48 ` [RESEND PATCH] " Sebastian Schuberth
2017-03-07 18:30   ` Stefan Beller
2017-03-07 18:40     ` Sebastian Schuberth
2017-04-27  6:38   ` [PATCH v2] git-gui--askpass: generalize the wording Sebastian Schuberth
2017-04-27  9:19     ` Sebastian Schuberth
2017-04-27 14:02       ` Johannes Schindelin

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).