From: Junio C Hamano Date: Mon, 18 Jul 2022 20:31:53 +0000 (-0700) Subject: Merge branch 'jc/builtin-mv-move-array' X-Git-Tag: v2.38.0-rc0~156 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f01315ef7d8144ca06cd8f3fdbd6c9563e815e89;p=thirdparty%2Fgit.git Merge branch 'jc/builtin-mv-move-array' Apply Coccinelle rule to turn raw memmove() into MOVE_ARRAY() cpp macro, which would improve maintainability and readability. * jc/builtin-mv-move-array: builtin/mv.c: use the MOVE_ARRAY() macro instead of memmove() --- f01315ef7d8144ca06cd8f3fdbd6c9563e815e89