On Tue, Apr 25, 2017 at 02:56:53PM -0700, Stefan Beller wrote: > In that case: Is it needed to hint at how this bug occurred in the wild? > (A different Git implementation, which may be fixed now?) I might contact the original author, but it's easy enough to imagine automated 'filter-branch' scripts that could produce this. e.g., this trivial example: git filter-branch --msg-filter "perl -pe 'chomp if eof'" HEAD^..