From b60488e1d7564716dc2ae7ce078a415280bd7df6 Mon Sep 17 00:00:00 2001 From: Vicent Marti Date: Sun, 23 May 2010 04:37:39 +0200 Subject: Added sort method for commit lists. Fixed bug when parsing time headers from commits. Signed-off-by: Vicent Marti Signed-off-by: Andreas Ericsson --- src/commit.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/commit.h') 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 -- cgit v1.2.1