]> gitweb.ps.run Git - ps-cgit/commitdiff
ui-tree.c: avoid peeking at GITLINK objects
authorLars Hjemli <hjemli@gmail.com>
Tue, 20 May 2008 20:32:22 +0000 (22:32 +0200)
committerLars Hjemli <hjemli@gmail.com>
Tue, 20 May 2008 20:32:22 +0000 (22:32 +0200)
When an object in the tree has GITLINK mode-bits we don't need to get any
more info about that particular object (and trying to get more info about
it will usually generate an annoying warning on stderr since the object
typically doesn't exist in the repo anyways).

Signed-off-by: Lars Hjemli <hjemli@gmail.com>

No differences found