2006/9/7, Franck Bui-Huu <vagabon.xyz@xxxxxxxxx>:
4/ Progress indicator support. Junio wants to mimic upload-pack for that. But it will lead in a lot of duplicated code if we don't try to share code. Can we copy that code anyways and clean up later ?
BTW, could we move the side-band code into git_connect() function and adding to it a new parameter like: int git_connect(int fd[2], char *url, const char *prog, int side_band) or int git_connect(int fd[2], char *url, const char *prog, flags) Hence it automatically spawns a side-band process in the client side and it also sends an extended option for git-daemon to ask for using side band for server services. -- Franck - 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