Skip to content

Commit

Permalink
[PATCH] gitk: add current directory to main window title
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Doug Maxey authored and Paul Mackerras committed Jan 13, 2007
1 parent 3cd204e commit 6c28332
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gitk
Original file line number Diff line number Diff line change
Expand Up @@ -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 {}} {
Expand Down

0 comments on commit 6c28332

Please sign in to comment.