Revert "Add a helper function to compare file contents"
commit35dfccb2b430ee67fddb7b1a1f8cd7a1a8fb7cbe
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 20 May 2024 20:22:05 +0000 (20 20:22 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 21 May 2024 19:33:08 +0000 (21 12:33 -0700)
tree820f08661159965b896a40ab9c09c74ab22413f7
parent873a466ea3f233d4fb11f894a311de06939a2a3e
Revert "Add a helper function to compare file contents"

Now that during a `git clone`, the hooks' contents are no longer
compared to the templates' files', the caller for which the
`do_files_match()` function was introduced is gone, and therefore this
function can be retired, too.

This reverts commit 584de0b4c23 (Add a helper function to compare file
contents, 2024-03-30).

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
cache.h
copy.c
t/helper/test-path-utils.c
t/t0060-path-utils.sh