From 6c2833284d84d1128f44dbfd846c81ef93f07a3c Mon Sep 17 00:00:00 2001 From: Doug Maxey Date: Sun, 10 Dec 2006 14:31:46 -0600 Subject: [PATCH] [PATCH] gitk: add current directory to main window title This can help people keep track of which gitk is which, when they have several on the screen. Signed-off-by: Doug Maxey Signed-off-by: Paul Mackerras --- gitk | 1 + 1 file changed, 1 insertion(+) diff --git a/gitk b/gitk index 3dabc69516..33bac1f3f6 100755 --- a/gitk +++ b/gitk @@ -6293,6 +6293,7 @@ set stuffsaved 0 set patchnum 0 setcoords makewindow +wm title . "[file tail $argv0]: [file tail [pwd]]" readrefs if {$cmdline_files ne {} || $revtreeargs ne {}} { -- 2.11.4.GIT