Searched refs:gitroot (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/findunref/
H A Dfindunref.c234 * Load and return a pnset for the manifest for the Git repo at `gitroot'.
237 git_manifest(const char *gitroot) argument
247 asprintf(&gitcmd, "git --git-dir=%s/.git ls-files", gitroot) == -1)
267 warn("cannot load git manifest at %s", gitroot);

Completed in 45 milliseconds