Ramkumar Ramachandra wrote: > +static uint32_t line_buffer_len = 0; > +static uint32_t line_len = 0; I still don’t understand why this needs to read ahead. I can take a stab at cleaning it up... > --- /dev/null > +++ b/vcs-svn/line_buffer.h > @@ -0,0 +1,14 @@ > +#ifndef LINE_BUFFER_H_ > +#define LINE_BUFFER_H_ > + > +#include <stdint.h> Should use git-compat-util.h instead. Jonathan -- 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