237
224
:param path: A relative path within the tree.
238
225
:return: A tuple containing kind, size, exec, sha1-or-link.
239
226
Kind is always present (see tree.kind()).
241
229
exec is None unless kind is file and the platform supports the 'x'
243
231
sha1-or-link is the link target if kind is symlink, or the sha1 if