On Wed, Mar 19, 2025 at 02:20:16PM -0300, Lucas Seiki Oshiro wrote: > Add userdiff tests for gitconfig files. These files define sections and > subsections, with and without indentation. I think it would make sense to suqash this commit into the first one. > diff --git a/t/t4018/gitconfig-section b/t/t4018/gitconfig-section > new file mode 100644 > index 0000000000..866aa70b24 > --- /dev/null > +++ b/t/t4018/gitconfig-section > @@ -0,0 +1,5 @@ > +[RIGHT] > + # comment > + ; comment > + name = value > + ChangeMe > \ No newline at end of file You're missing newlines at the end of al test files. I don't think this is intentional, is it? Patrick