]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jk/oid-array-cleanup'
authorJunio C Hamano <gitster@pobox.com>
Thu, 17 Dec 2020 23:06:40 +0000 (15:06 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 17 Dec 2020 23:06:40 +0000 (15:06 -0800)
commite5ace7167a7d84cc906fd01768c470d75763a22d
treee7a203a787d80f3f107f93783de0342829e7ff2a
parent21127fa9829da1f7b805e44517970194490567d0
parent3361390cbedc962adcddcfd98676695c125fa180
Merge branch 'jk/oid-array-cleanup'

Code clean-up.

* jk/oid-array-cleanup:
  commit-graph: use size_t for array allocation and indexing
  commit-graph: replace packed_oid_list with oid_array
  commit-graph: drop count_distinct_commits() function
  oid-array: provide a for-loop iterator
  oid-array: make sort function public
  cache.h: move hash/oid functions to hash.h
  t0064: make duplicate tests more robust
  t0064: drop sha1 mention from filename
  oid-array.h: drop sha1 mention from header guard
cache.h