On the documentation for the post-checkout hook, it says
It is also run after git-clone[1], unless the
--no-checkout(-n) option is used. The first parameter given to the hook is the null-ref, the second the ref of the new HEAD and the flag is always 1. Likewise forgit worktree addunless--no-checkoutis used.
What does the "null-ref" refer to here?