]> git.ipfire.org Git - thirdparty/git.git/commit
pack-write: drop always-NULL parameter
authorDerrick Stolee <derrickstolee@github.com>
Thu, 16 Jun 2022 13:13:49 +0000 (13:13 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 16 Jun 2022 18:59:55 +0000 (11:59 -0700)
commit82db195e1be63cfa274c26351ef782b2df0a21fd
tree6c403f0e839d9e789db683807b038ba2f9f8525b
parent9aa1cba01a90a82dc798cc6d2f18074335f24d2e
pack-write: drop always-NULL parameter

write_mtimes_file() takes an mtimes parameter as its first option, but
the only caller passes a NULL constant. Drop this parameter to simplify
logic. This can be reverted if that parameter is needed in the future.

Signed-off-by: Derrick Stolee <derrickstolee@github.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
pack-write.c