Searched refs:gitcmd (Results 1 – 1 of 1) sorted by relevance
240 char *gitcmd = NULL; in git_manifest() local247 asprintf(&gitcmd, "git --git-dir=%s/.git ls-files", gitroot) == -1) in git_manifest()250 fp = popen(gitcmd, "r"); in git_manifest()264 free(gitcmd); in git_manifest()270 free(gitcmd); in git_manifest()