]> git.ipfire.org Git - thirdparty/git.git/commit - t/t7011-skip-worktree-reading.sh
Merge branch 'sg/xcalloc-cocci-fix'
authorJunio C Hamano <gitster@pobox.com>
Mon, 29 Aug 2022 21:55:14 +0000 (14:55 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 29 Aug 2022 21:55:14 +0000 (14:55 -0700)
commitedc4f6d280392b8ba512441860d9b5c43657f5ae
tree30c2a1f1792b918a2cc26c0d0bcde0819f03f3dd
parent56ba6245a4c171dd03ab3667e9e99c1eaac46e72
parentc4bbd9bb8fd307c3c8be16121391416a5685ffe1
Merge branch 'sg/xcalloc-cocci-fix'

xcalloc(), imitating calloc(), takes "number of elements of the
array", and "size of a single element", in this order.  A call that
does not follow this ordering has been corrected.

* sg/xcalloc-cocci-fix:
  promisor-remote: fix xcalloc() argument order
promisor-remote.c