On Sat, Aug 23, 2025 at 10:14 AM Junio C Hamano <gitster@xxxxxxxxx> wrote: > > "Ezekiel Newren via GitGitGadget" <gitgitgadget@xxxxxxxxx> writes: > > > diff --git a/rust/xdiff/src/lib.rs b/rust/xdiff/src/lib.rs > > index e69de29bb2d1..8b137891791f 100644 > > --- a/rust/xdiff/src/lib.rs > > +++ b/rust/xdiff/src/lib.rs > > @@ -0,0 +1 @@ > > + > > This triggers an "new blank line at EOF" whitespace error while > applying. Intended? "new blank line at EOF" is intentional, but it is showing up in the wrong place in this patch series. Cargo format automatically creates a blank line for empty files. These warnings should have shown up on the "xdiff: introduce rust" commit. I will fix this.