diff options
Diffstat (limited to 'src/commit.h')
-rw-r--r-- | src/commit.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commit.h b/src/commit.h index 818d98c06..72ea4e962 100644 --- a/src/commit.h +++ b/src/commit.h @@ -47,5 +47,6 @@ void git_commit_list_clear(git_commit_list *list, int free_commits); void git_commit_list_append(git_commit_list *list, git_commit *commit); git_commit *git_commit_list_pop_back(git_commit_list *list); git_commit *git_commit_list_pop_front(git_commit_list *list); +void git_commit_list_sort(git_commit_list *list); #endif |