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...
quoted hunk ↗ jump to hunk
--- /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