Searched refs:gitcmd (Results 1 – 1 of 1) sorted by relevance
244 char *gitcmd = NULL; in git_manifest() local251 asprintf(&gitcmd, "git --git-dir=%s/.git ls-files", gitroot) == -1) in git_manifest()254 fp = popen(gitcmd, "r"); in git_manifest()268 free(gitcmd); in git_manifest()274 free(gitcmd); in git_manifest()