Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/gitk
diff options
context:
space:
mode:
authorDoug Maxey <dwm@bebe.enoyolf.org>2006-12-10 23:31:46 +0300
committerPaul Mackerras <paulus@samba.org>2007-01-13 08:15:09 +0300
commit6c2833284d84d1128f44dbfd846c81ef93f07a3c (patch)
tree698cf208596c1eeee2b1733d988d88718bc26800 /gitk
parent3cd204e518ce832402c291be73292baa149d0240 (diff)
[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 <dwm@enoyolf.org> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'gitk')
-rwxr-xr-xgitk1
1 files changed, 1 insertions, 0 deletions
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 {}} {