On Tue, 3 Jun 2025 at 14:51, Patrick Steinhardt <ps@xxxxxx> wrote: > > On Mon, Jun 02, 2025 at 01:25:50PM +0100, Seyi Kuforiji wrote: > > Adapt reftable basics test file to clar by using clar assertions > > where necessary.Break up test edge case to improve modularity and > > Nit: missing space. > > > clarity. > > > > Signed-off-by: Seyi Kuforiji <kuforiji98@xxxxxxxxx> > > --- > > Makefile | 2 +- > > t/meson.build | 2 +- > > t/unit-tests/t-reftable-basics.c | 219 ----------------------------- > > t/unit-tests/u-reftable-basics.c | 227 +++++++++++++++++++++++++++++++ > > 4 files changed, 229 insertions(+), 221 deletions(-) > > delete mode 100644 t/unit-tests/t-reftable-basics.c > > create mode 100644 t/unit-tests/u-reftable-basics.c > > Hm, these still show as deletion and addition :/ Did you try playing > around with the creation factor? What is the exact command that you have > used to generate these mails? > > Patrick This was the only file that came out as a deletion and creation. Below is the command I used: `git format-patch -v3 --cover-letter --find-renames=20% --range-diff=upstream/master..convert-reftable-clar-v2 upstream/master` Thanks, Seyi