All of lore.kernel.org
 help / color / mirror / 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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.