Commit fd1f09408cc7905e0d607c1adb5b41c1d0073420

Patrick Steinhardt 2020-06-08T12:42:26

refs: add missing function declaration The function `git_reference__is_note` is not declared anywhere. Let's add the declaration to avoid having non-static functions without declaration.