Paul Tan <pyokagan@xxxxxxxxx> 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 majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html