lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bugfix accidental-engraver


From: Johannes Schindelin
Subject: Re: Bugfix accidental-engraver
Date: Mon, 18 Dec 2006 16:20:20 +0100 (CET)

Hi,

On Mon, 18 Dec 2006, Han-Wen Nienhuys wrote:

> unfortunately, I already applied your patch. 
> 
> http://git.sv.gnu.org/gitweb/?p=lilypond.git;a=commitdiff;h=e28a36acef7ccdd93ae444cd49fe6fd0fd0d993a

Just for documentation: An easy way to apply the patch nevertheless is 
this recipe:

        $ git revert -n e28a36
        $ git apply < new-patch

The expression "e28a36" is a shortcut to the commit identifier, and "-n" 
means that the result of the revert is not to be committed. So, in effect 
you are undoing the patch leading to said commit, and then are free to 
apply the now-clean patch. A subsequent commit will record the current 
state.

Ciao,
Dscho





reply via email to

[Prev in Thread] Current Thread [Next in Thread]