]> git.99rst.org Git - git.git/commit
rewrite_parents(): mark unused callback parameter
authorJeff King <redacted>
Fri, 24 Feb 2023 06:39:37 +0000 (01:39 -0500)
committerJunio C Hamano <redacted>
Fri, 24 Feb 2023 17:13:32 +0000 (09:13 -0800)
commitc764e2806013e65c1ebee4b82afe3da1b55d3e51
treefdffda6ae3e6db7e794dfdc5df66afa133204e98
parent65daa9ba1c86052d7a889a407b95c3ffa61be47b
rewrite_parents(): mark unused callback parameter

The rewrite_parents() function takes a callback, but not every callback
needs the "rev" parameter. Mark the unused one so -Wunused-parameter
will be happy.

Signed-off-by: Jeff King <redacted>
Signed-off-by: Junio C Hamano <redacted>
line-log.c
git clone https://git.99rst.org/PROJECT