Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/dir.c
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2022-08-19 11:50:33 +0300
committerJunio C Hamano <gitster@pobox.com>2022-08-19 22:20:43 +0300
commite2841f706ecf449c67514c253d80445b9db9a08b (patch)
tree8d0953366a64f0c608e8f302659c0c44e8a05ba5 /dir.c
parentf1d019071ea68cb2bd2602b925d7a3726ded22e9 (diff)
log-tree: drop unused commit param in remerge_diff()
This function has never used its "commit" parameter since it was added in db757e8b8d (show, log: provide a --remerge-diff capability, 2022-02-02). This makes sense; we already have separate parameters for the parents (which lets us redo the merge) and the oid of the result tree (which we can then diff against the remerge result). Let's drop the unused parameter in the name of clarity. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'dir.c')
0 files changed, 0 insertions, 0 deletions