/* * Copyright (C) 2021, Google LLC. * Based on diffcore-order.c, which is Copyright (C) 2005, Junio C Hamano */ #include "git-compat-util.h" #include "gettext.h" #include "diff.h" #include "diffcore.h" void diffcore_rotate(struct diff_options *opt) { … }