2012/4/15 Clemens Buchacher <drizzd@xxxxxx> > > The shell script which is currently used to parse git daemon output does > not seem to work reliably. In order to work around such issues, > re-implement the same procedure in C and write the daemon pid to a file. > ... > + strbuf_getwholeline_fd(&line, proc.err, '\n'); > + fprintf(stderr, line.buf); Just a note. I'll update this part with "fputs(line.buf, stderr)". -- 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