projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3cd204e
)
[PATCH] gitk: add current directory to main window title
author
Doug Maxey
<dwm@bebe.enoyolf.org>
Sun, 10 Dec 2006 20:31:46 +0000
(14:31 -0600)
committer
Paul Mackerras
<paulus@samba.org>
Sat, 13 Jan 2007 05:15:09 +0000
(16:15 +1100)
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>
gitk
patch
|
blob
|
history
diff --git
a/gitk
b/gitk
index 3dabc695167dc33c6655efbabbd9a0c3e870ccda..33bac1f3f6ff74cda79e31589d855d62eb5cdaf8 100755
(executable)
--- 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 {}} {