emacs-devel
[Top][All Lists]
Advanced

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

Re: Everyone, please stop making my life more difficult


From: David Kastrup
Subject: Re: Everyone, please stop making my life more difficult
Date: Fri, 12 Sep 2014 14:17:38 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

"Eric S. Raymond" <address@hidden> writes:

> Andreas Schwab <address@hidden>:
>> "Eric S. Raymond" <address@hidden> writes:
>> 
>> > This choice helps avoid collisions.  It is unlikely that one
>> > committer will ever manage two commits in the same clock second.
>> 
>> That's pretty easy if you are rebasing.
>
> Explain?

Any repository with some history:

git checkout -b experiment
git rebase --no-ff HEAD~10

commit 0b3e31e53cb267354531cad632dad684cce0f32e
Author:     David Kastrup <address@hidden>
AuthorDate: Fri Sep 12 10:48:20 2014 +0200
Commit:     David Kastrup <address@hidden>
CommitDate: Fri Sep 12 14:15:53 2014 +0200

    Let Lyric_combine_music_iterator use SyllableEvent

commit 1ae99e9abdd8cedd94b64a2760c5a7c2e3a58102
Author:     David Kastrup <address@hidden>
AuthorDate: Thu Sep 11 23:08:25 2014 +0200
Commit:     David Kastrup <address@hidden>
CommitDate: Fri Sep 12 14:15:53 2014 +0200

    Create syllable stream event class

commit 290e4780ed48a88454c35b4620a59484f0db88ec
Author:     David Kastrup <address@hidden>
AuthorDate: Mon Sep 8 22:58:52 2014 +0200
Commit:     David Kastrup <address@hidden>
CommitDate: Fri Sep 12 14:15:53 2014 +0200

    wip

commit 7955b06802bc8f1b2fc6e63529e0c9f6a64f1804
Author:     David Kastrup <address@hidden>
AuthorDate: Thu Sep 11 19:35:49 2014 +0200
Commit:     David Kastrup <address@hidden>
CommitDate: Fri Sep 12 14:15:53 2014 +0200

    slur-proto-engraver: Rename {start,stop}_events_ to slur_{start,stop}_events
    
    Since we are going to borrow code into the Syllable_translator, its
    nicer to make the borrowing more obvious by using the same naming.
    
    And the Syllable_translator has to deal with more events than slurs.

commit b2a2c42568429409ca2bc3f0d0a3cd2ace432590
Author:     David Kastrup <address@hidden>
AuthorDate: Thu Sep 4 20:48:06 2014 +0200
Commit:     David Kastrup <address@hidden>
CommitDate: Fri Sep 12 14:15:53 2014 +0200

    Issue 3855: programming error with \markup \fill-line { \vspace #10 }

commit 79eabf8df2d85d995bc800b289e4e09feffd8fa4
Author:     David Kastrup <address@hidden>
AuthorDate: Thu Sep 4 17:23:51 2014 +0200
Commit:     David Kastrup <address@hidden>
CommitDate: Fri Sep 12 14:15:53 2014 +0200

    Issue 4092: Limit tuplet bracket length to actual tuplet length


Any questions?

-- 
David Kastrup




reply via email to

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