• Show log

    Commit

  • Hash : fd1f0940
    Author : Patrick Steinhardt
    Date : 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.