summaryrefslogtreecommitdiff
path: root/commit.c
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2019-05-09 17:32:03 -0400
committerJunio C Hamano <gitster@pobox.com>2019-05-13 14:22:54 +0900
commitd92349dd5541ea2d54ec500e204372c93ee89d28 (patch)
treeb1899b7b6de1570810a551b993b2ba01c6fbbb04 /commit.c
parent113c29ade08054ba2c543b41570e3a6643022b3d (diff)
rev-list: drop unused void pointer from finish_commit()
Our finish_commit() function used to be passed directly to the revision machinery as a callback. But after 989937221a (rev-list: fix --verify-objects --quiet becoming --objects, 2012-02-28), it is used only as a helper in show_commit(). It doesn't use its void "data" parameter, and we no longer have to conform to the callback interface. Let's drop it. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'commit.c')
0 files changed, 0 insertions, 0 deletions