On Mon, Aug 07, 2023 at 06:51:39PM +0000, Derrick Stolee via GitGitGadget wrote: > The diff is computed smaller by showing systemd_timer_enable_unit() move > instead of systemd_timer_write_unit_templates(). > > Signed-off-by: Derrick Stolee <derrickstolee@xxxxxxxxxx> > --- > builtin/gc.c | 128 +++++++++++++++++++++++++-------------------------- > 1 file changed, 64 insertions(+), 64 deletions(-) This looks like a straightforward code movement, and diffing with `--color-moved` verifies it as such. LGTM. Thanks, Taylor