Merge branch 'es/overlapping-range-set'
[gitweb.git] / commit.c
index 521e49c3094acc06340e15f7be27722be9b03ee8..ebc0eeab8f9c1678f3780991a9414f2261215427 100644 (file)
--- a/commit.c
+++ b/commit.c
@@ -581,7 +581,7 @@ static int compare_commits_by_author_date(const void *a_, const void *b_,
        return 0;
 }
 
-static int compare_commits_by_commit_date(const void *a_, const void *b_, void *unused)
+int compare_commits_by_commit_date(const void *a_, const void *b_, void *unused)
 {
        const struct commit *a = a_, *b = b_;
        /* newer commits with larger date first */