On 5/21/07, Junio C Hamano <junkio@xxxxxxx> wrote:
Junio C Hamano <junkio@xxxxxxx> writes: We somehow end up removing one LF too many, like this: diff --git a/contrib/emacs/.gitignore b/contrib/emacs/.gitignore index c531d98..016d3b1 100644 --- a/contrib/emacs/.gitignore +++ b/contrib/emacs/.gitignore @@ -1 +1 @@ -*.elc +*.elc \ No newline at end of file
I also had that, but after adding + + if (empty < trailing_added_lines) + empty--; + everything worked correctly. I made again the same test myself without problems. I really don't understand how could be broken. For me it's OK if you don't like my patch, but I would really understand why that very strange error. Thanks Marco - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html