]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jc/builtin-mv-move-array'
authorJunio C Hamano <gitster@pobox.com>
Mon, 18 Jul 2022 20:31:53 +0000 (13:31 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 18 Jul 2022 20:31:53 +0000 (13:31 -0700)
commitf01315ef7d8144ca06cd8f3fdbd6c9563e815e89
tree1b77e473f645758f693be2a00149d0d7b3707d77
parent2c1439231ae5b63c0519b6b49f1a12ee100e5b5f
parenteee227ad8e759c0e7f625de3ee4458f85e4c9539
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()
builtin/mv.c