Paul Tan <pyoka...@gmail.com> writes:

> +int cmd_pull(int argc, const char **argv, const char *prefix)
> +{
> +     if (!getenv("_GIT_USE_BUILTIN_PULL")) {
> +             const char *path = mkpath("%s/git-pull", git_exec_path());
> +
> +             if (sane_execvp(path, (char**) argv) < 0)

Style: "(char **)argv".

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to