James  <james.l...@runbox.com> writes:

> David,
>
> Revert the commit if its easier. I'll figure it out this evening when
> I get home. It's probably some oversight or a makelsr issue.
>
> Sorry.

Ah, this was a third-party commit by you.  The most frequent error here
is to apply a provided patch with

    git apply xxx.patch

instead of

    git apply --index xxx.patch

(only the latter will add new files to the repository).  However, given
that there also is a large commit message with a significantly different
AuthorDate than the CommitDate, it is more likely that this was applied
and tested as a complete commit using

    git am ...
    
So I don't really know.

-- 
David Kastrup

_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to