../helper/cinnabar-fast-import.c:250:51: error: too few arguments to function call, expected 5, have 4
if (!get_tree_entry(note, path, &git_oid, &mode))
~~~~~~~~~~~~~~ ^
./tree-walk.h:71:1: note: 'get_tree_entry' declared here
int get_tree_entry(struct repository *, const struct object_id *, const char *, struct object_id *, unsign...
^