]> git.ipfire.org Git - thirdparty/git.git/blobdiff - http-fetch.c
add an extra level of indirection to main()
[thirdparty/git.git] / http-fetch.c
index ba3ea106708de01fc933e6743ab109bef2697f75..eb559eb83bc3d9cc66046af6039fbaeae865f605 100644 (file)
@@ -6,7 +6,7 @@
 static const char http_fetch_usage[] = "git http-fetch "
 "[-c] [-t] [-a] [-v] [--recover] [-w ref] [--stdin] commit-id url";
 
-int main(int argc, const char **argv)
+int cmd_main(int argc, const char **argv)
 {
        struct walker *walker;
        int commits_on_stdin = 0;