diff --git a/include/git2/refs.h b/include/git2/refs.h index d92390061..9e7060075 100644 --- a/include/git2/refs.h +++ b/include/git2/refs.h @@ -335,6 +335,8 @@ GIT_EXTERN(int) git_reference_cmp(git_reference *ref1, git_reference *ref2); * * @param repo Repository where to find the references. * + * @param glob Glob pattern references should match. + * * @param list_flags Filtering flags for the reference * listing. *