On Fri, Aug 01, 2025 at 10:11:09AM -0300, Lucas Seiki Oshiro wrote: > diff --git a/builtin/repo.c b/builtin/repo.c > index 2d51bfa195..56c3a4027f 100644 > --- a/builtin/repo.c > +++ b/builtin/repo.c > diff --git a/t/t1900-repo.sh b/t/t1900-repo.sh > index 6c555e90c3..6706cb4c44 100755 > --- a/t/t1900-repo.sh > +++ b/t/t1900-repo.sh > @@ -68,4 +78,5 @@ test_expect_success 'output is returned correctly when two keys are requested' ' > git init --ref-format=files two-keys && > git -C two-keys repo info layout.bare references.format > ' > + > test_done Ah, you add the newline back in over here. You should move this fix into the preceding commit. Patrick