commit a468349c51eb96ba6a0c28a041d0913a436a6c32 from: Stefan Sperling date: Wed Mar 18 16:11:29 2020 UTC re-enable fetching of offset deltas in got-fetch-pack commit - acd244626bd968c2c778829782ad831eadbd7dfa commit + a468349c51eb96ba6a0c28a041d0913a436a6c32 blob - 5725b9ae0279b994cede6d454fd66e65e8db0812 blob + fa4751c805fb115f8e6b548703dbc4a65dddc9a7 --- libexec/got-fetch-pack/got-fetch-pack.c +++ 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 }, };