]> granicus.if.org Git - cgit/commit
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)
commit08a8757fa54ee70d31882344ca7f19de5cbe4690
tree93cddfcbb81bbaf0fe8b3206d5f2f9c11dc6df9a
parentdd7c172542440170b5b1aca8be43d2ad6dae7227
ui-tree.c: avoid peeking at GITLINK objects

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>
ui-tree.c