]> git.ipfire.org Git - thirdparty/git.git/commit - fsck.c
fsck.c: rename remaining fsck_msg_id "id" to "msg_id"
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Sun, 28 Mar 2021 13:15:38 +0000 (15:15 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 29 Mar 2021 02:03:10 +0000 (19:03 -0700)
commit35af754b0694eb26a253edf551efe400f30b3864
tree695f9acad2eb7e9d5ae6cb4723dc0b4508c50479
parent034a7b7bcc0ce5a7c3713173a1699ca8c9e722d5
fsck.c: rename remaining fsck_msg_id "id" to "msg_id"

Rename the remaining variables of type fsck_msg_id from "id" to
"msg_id". This change is relatively small, and is worth the churn for
a later change where we have different id's in the "report" function.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
fsck.c