shithub: git9

Download patch

ref: 2bf0d9c76e5f8bbae7f376b4efda83a81aafae15
parent: 9a825c096d6acbbe79ddacb60523495599625c87
author: Ori Bernstein <ori@eigenstate.org>
date: Mon Sep 7 20:12:10 EDT 2020

clean up debug junk.

--- a/proto.c
+++ b/proto.c
@@ -31,7 +31,7 @@
 	n = strtol(len, &e, 16);
 	if(n == 0){
 		if(chattygit)
-			fprint(2, "readpkt: 0000\n");
+			fprint(2, "=r=> 0000\n");
 		return 0;
 	}
 	if(e != len + 4 || n <= 4)
--- a/send.c
+++ b/send.c
@@ -1,6 +1,5 @@
 #include <u.h>
 #include <libc.h>
-#include <pool.h>
 
 #include "git.h"