Commit Diff
--- libexec/got-fetch-pack/got-fetch-pack.c +++ libexec/got-fetch-pack/got-fetch-pack.c @@ -136,8 +136,8 @@ writepkt(int fd, char *buf, int nbuf) } return 0; } - +/* TODO: This should not access the file system! */ int got_resolve_remote_ref(struct got_object_id *id, char *ref) {