]> git.ipfire.org Git - thirdparty/git.git/commit
object-file: rename variables in `check_collision()`
authorPatrick Steinhardt <ps@pks.im>
Mon, 6 Jan 2025 09:24:25 +0000 (10:24 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 6 Jan 2025 15:57:17 +0000 (07:57 -0800)
commitc1acf1a31761d0cfddc3ea6d39c92a6528cd9c5c
tree943bb1b0aa16f0fe870692989e41279dbb2b2646
parent0ad3d656521aa16a6496aa855bbde97160a2b2bc
object-file: rename variables in `check_collision()`

Rename variables used in `check_collision()` to clearly identify which
file is the source and which is the destination. This will make the next
step easier to reason about when we start to treat those files different
from one another.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
object-file.c