Home
last modified time | relevance | path

Searched refs:sorted_commits (Results 1 – 12 of 12) sorted by relevance

/dports/devel/cgit/cgit-1.2.3/git/t/
H A Dt5703-upload-pack-ref-in-want.sh29 sort expected_commits >sorted_commits &&
30 test_cmp sorted_commits actual_commits
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/models/network/
H A Dgraph_spec.rb29 sorted_commits = commits.sort_by(&:date).reverse
32 expect(commits.map(&:id)).to eq(sorted_commits.map(&:id))
/dports/devel/git-svn/git-2.34.1/t/
H A Dt5703-upload-pack-ref-in-want.sh30 sort expected_commits >sorted_commits &&
31 test_cmp sorted_commits actual_commits
/dports/devel/git-p4/git-2.34.1/t/
H A Dt5703-upload-pack-ref-in-want.sh30 sort expected_commits >sorted_commits &&
31 test_cmp sorted_commits actual_commits
/dports/devel/git-gui/git-2.34.1/t/
H A Dt5703-upload-pack-ref-in-want.sh30 sort expected_commits >sorted_commits &&
31 test_cmp sorted_commits actual_commits
/dports/devel/git/git-2.34.1/t/
H A Dt5703-upload-pack-ref-in-want.sh30 sort expected_commits >sorted_commits &&
31 test_cmp sorted_commits actual_commits
/dports/devel/git-cvs/git-2.34.1/t/
H A Dt5703-upload-pack-ref-in-want.sh30 sort expected_commits >sorted_commits &&
31 test_cmp sorted_commits actual_commits
/dports/devel/git-p4/git-2.34.1/
H A Dcommit-graph.c1581 struct commit **sorted_commits; in compute_bloom_filters() local
1591 ALLOC_ARRAY(sorted_commits, ctx->commits.nr); in compute_bloom_filters()
1592 COPY_ARRAY(sorted_commits, ctx->commits.list, ctx->commits.nr); in compute_bloom_filters()
1595 QSORT(sorted_commits, ctx->commits.nr, commit_pos_cmp); in compute_bloom_filters()
1597 QSORT(sorted_commits, ctx->commits.nr, commit_gen_cmp); in compute_bloom_filters()
1604 struct commit *c = sorted_commits[i]; in compute_bloom_filters()
1627 free(sorted_commits); in compute_bloom_filters()
/dports/devel/git/git-2.34.1/
H A Dcommit-graph.c1581 struct commit **sorted_commits; in compute_bloom_filters() local
1591 ALLOC_ARRAY(sorted_commits, ctx->commits.nr); in compute_bloom_filters()
1592 COPY_ARRAY(sorted_commits, ctx->commits.list, ctx->commits.nr); in compute_bloom_filters()
1595 QSORT(sorted_commits, ctx->commits.nr, commit_pos_cmp); in compute_bloom_filters()
1597 QSORT(sorted_commits, ctx->commits.nr, commit_gen_cmp); in compute_bloom_filters()
1604 struct commit *c = sorted_commits[i]; in compute_bloom_filters()
1627 free(sorted_commits); in compute_bloom_filters()
/dports/devel/git-gui/git-2.34.1/
H A Dcommit-graph.c1581 struct commit **sorted_commits; in compute_bloom_filters() local
1591 ALLOC_ARRAY(sorted_commits, ctx->commits.nr); in compute_bloom_filters()
1592 COPY_ARRAY(sorted_commits, ctx->commits.list, ctx->commits.nr); in compute_bloom_filters()
1595 QSORT(sorted_commits, ctx->commits.nr, commit_pos_cmp); in compute_bloom_filters()
1597 QSORT(sorted_commits, ctx->commits.nr, commit_gen_cmp); in compute_bloom_filters()
1604 struct commit *c = sorted_commits[i]; in compute_bloom_filters()
1627 free(sorted_commits); in compute_bloom_filters()
/dports/devel/git-cvs/git-2.34.1/
H A Dcommit-graph.c1581 struct commit **sorted_commits; in compute_bloom_filters() local
1591 ALLOC_ARRAY(sorted_commits, ctx->commits.nr); in compute_bloom_filters()
1592 COPY_ARRAY(sorted_commits, ctx->commits.list, ctx->commits.nr); in compute_bloom_filters()
1595 QSORT(sorted_commits, ctx->commits.nr, commit_pos_cmp); in compute_bloom_filters()
1597 QSORT(sorted_commits, ctx->commits.nr, commit_gen_cmp); in compute_bloom_filters()
1604 struct commit *c = sorted_commits[i]; in compute_bloom_filters()
1627 free(sorted_commits); in compute_bloom_filters()
/dports/devel/git-svn/git-2.34.1/
H A Dcommit-graph.c1581 struct commit **sorted_commits; in compute_bloom_filters() local
1591 ALLOC_ARRAY(sorted_commits, ctx->commits.nr); in compute_bloom_filters()
1592 COPY_ARRAY(sorted_commits, ctx->commits.list, ctx->commits.nr); in compute_bloom_filters()
1595 QSORT(sorted_commits, ctx->commits.nr, commit_pos_cmp); in compute_bloom_filters()
1597 QSORT(sorted_commits, ctx->commits.nr, commit_gen_cmp); in compute_bloom_filters()
1604 struct commit *c = sorted_commits[i]; in compute_bloom_filters()
1627 free(sorted_commits); in compute_bloom_filters()