add a TODO comment
diff --git a/libexec/got-fetch-pack/got-fetch-pack.c b/libexec/got-fetch-pack/got-fetch-pack.c
index d53a548..5725b9a 100644
--- a/libexec/got-fetch-pack/got-fetch-pack.c
+++ b/libexec/got-fetch-pack/got-fetch-pack.c
@@ -221,6 +221,7 @@ got_check_pack_hash(int fd, size_t sz, uint8_t *hcomp)
int
got_has_object(struct got_object_id *obj)
{
+ /* TODO */
return 0;
}