Commit 72054488e646c3337218adbcb800524654a1ef23

Stefan Sperling 2020-03-18T16:13:44

ooops, re-enable offset deltas in got-fetch-pack

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/libexec/got-fetch-pack/got-fetch-pack.c b/libexec/got-fetch-pack/got-fetch-pack.c
index e692052..913393e 100644
--- a/libexec/got-fetch-pack/got-fetch-pack.c
+++ b/libexec/got-fetch-pack/got-fetch-pack.c
@@ -314,9 +314,7 @@ struct got_capability {
 };
 static const struct got_capability got_capabilities[] = {
 	{ GOT_CAPA_AGENT, "got/" GOT_VERSION_STR },
-	#if 0
 	{ GOT_CAPA_OFS_DELTA, NULL },
-	#endif
 	{ GOT_CAPA_SIDE_BAND_64K, NULL },
 };