summaryrefslogtreecommitdiff
path: root/commit.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2026-06-16 09:01:02 -0700
committerJunio C Hamano <gitster@pobox.com>2026-06-16 09:01:02 -0700
commit6e148f82dc91cf208c5f60dea66dce198d4ee4e2 (patch)
tree095f1a2baccd2fb70ef742afb8a1253e90c20ed3 /commit.h
parentc534ec3a5d967769950d3b632c1a897ac13869c9 (diff)
parentdd4bc01c0a8fc871a68a5027ed5ac953fa47fc6e (diff)
Merge branch 'kk/streaming-walk-pqueue'
Streaming revision walks have been optimized by using a priority queue for date-sorting commits, speeding up walks repositories with many merges. * kk/streaming-walk-pqueue: revision: use priority queue for non-limited streaming walks revision: introduce rev_walk_mode to clarify get_revision_1() pack-objects: call release_revisions() after cruft traversal
Diffstat (limited to 'commit.h')
-rw-r--r--commit.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/commit.h b/commit.h
index 5352056f87..1061ed791b 100644
--- a/commit.h
+++ b/commit.h
@@ -191,8 +191,6 @@ int commit_list_contains(struct commit *item,
struct commit_list **commit_list_append(struct commit *commit,
struct commit_list **next);
unsigned commit_list_count(const struct commit_list *l);
-struct commit_list *commit_list_insert_by_date(struct commit *item,
- struct commit_list **list);
void commit_list_sort_by_date(struct commit_list **list);
/* Shallow copy of the input list */