git-gui: Assume untracked directories are Git submodules
commit3b9dfde3d636aeb961318d41b3ab59f72414d010
authorShawn O. Pearce <spearce@spearce.org>
Mon, 10 Sep 2007 00:13:10 +0000 (9 20:13 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Mon, 10 Sep 2007 00:39:42 +0000 (9 20:39 -0400)
treed9e1c2d615cdec9147414988b753c98eaf2fe13e
parent4ed1a190d09c7d6a248038edb11addda77af7550
git-gui: Assume untracked directories are Git submodules

If `git ls-files --others` returned us the name of a directory then
it is because Git has decided that this directory itself contains a
valid Git repository and its files shouldn't be listed as untracked
for this repository.

In such a case we should label the object as a Git repository and
not just as a directory.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
lib/diff.tcl