Commit a468349c51eb96ba6a0c28a041d0913a436a6c32

Stefan Sperling 2020-03-18T16:11:29

re-enable fetching of 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 5725b9a..fa4751c 100644
--- a/libexec/got-fetch-pack/got-fetch-pack.c
+++ b/libexec/got-fetch-pack/got-fetch-pack.c
@@ -295,9 +295,7 @@ struct got_capability {
 	const char *value;
 };
 static const struct got_capability got_capabilities[] = {
-#if 0 /* got-index-pack is not ready for this */
 	{ "ofs-delta", NULL },
-#endif
 	{ "agent", "got/" GOT_VERSION_STR },
 };