pub fn builtin_objectmode_worktree(
repo: &Repository,
rel_path: &str,
) -> Option<String>Expand description
Return builtin_objectmode value for a path (working tree), or None if unavailable.
Submodule checkout directories (.git is a file containing gitdir:) report 160000
like Git, not 040000.