[PATCH] gitk: Don't show local changes when we there is no work tree
commitcb8329aa9a6cc2e009d552b1180ce107cec4eb9d
authorDavid Aguilar <davvid@gmail.com>
Mon, 10 Mar 2008 10:54:56 +0000 (10 03:54 -0700)
committerPaul Mackerras <paulus@samba.org>
Tue, 11 Mar 2008 09:22:39 +0000 (11 20:22 +1100)
treef63e1072ece6fd5c8460e5c35e280a263393cf7b
parent8809d691ec03f6cb60cb01c8bf00441600d6e757
[PATCH] gitk: Don't show local changes when we there is no work tree

Launching gitk on a bare repository or a .git directory
would previously show the work tree as having removed all
files.  We now inhibit showing local changes when gitk
is not launched from within a work tree.

Signed-off-by: David Aguilar <davvid@gmail.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
gitk