Hi, > I think "family" is confusing. They're all symlinks of > git-remote-curl, if I remember correctly. Actually, there's no Makefile target called git-remote-curl. See Makefile:1122 to Makefile:1126. They're copies in my build. REMOTE_CURL_PRIMARY = git-remote-http$X REMOTE_CURL_ALIASES = git-remote-https$X git-remote-ftp$X git-remote-ftps$X REMOTE_CURL_NAMES = $(REMOTE_CURL_PRIMARY) $(REMOTE_CURL_ALIASES) PROGRAM_OBJS += http-fetch.o PROGRAMS += $(REMOTE_CURL_NAMES) > But then, I suspect you'll be rewriting this portion, since Ilari's > notes has a thing or two why helper names have the protocol in them. Right. Thanks for pointing this out. -- Ram -- 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