lilypond-devel
[Top][All Lists]
Advanced

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

Re: Git problem


From: David Kastrup
Subject: Re: Git problem
Date: Fri, 09 Mar 2012 09:11:31 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux)

Graham Percival <address@hidden> writes:

> On Thu, Mar 08, 2012 at 05:24:51PM -0000, Phil Holmes wrote:
>> One thought.  Some issues are best verified by checking lily output
>> - http://code.google.com/p/lilypond/issues/detail?id=2246 for
>> example.  Can we break a normal rule and check these against a newly
>> made binary?  What we'd then be doing is saying "it was in the GUB
>> binary and is still in master, so I'm going to verify".
>
> I can make a binary despite the existing issues to verify in this
> case.

Ok, let's check the diff:

git diff --stat release/2.15.3{2,3}-1 
 Documentation/de/notation/spacing.itely            |    2 +-
 Documentation/de/search-box.ihtml                  |   15 +-
 Documentation/de/usage.tely                        |    2 +-
 Documentation/de/usage/external.itely              |  104 ++-
 Documentation/de/usage/lilypond-book.itely         |  217 ++-
 Documentation/de/usage/running.itely               |  242 ++--
 Documentation/de/usage/updating.itely              |   12 +-
 Documentation/fr/extending.tely                    |   78 +
 .../fr/extending/programming-interface.itely       |  345 +++--
 Documentation/fr/extending/scheme-tutorial.itely   | 1649 ++++++++++++++++++++
 Documentation/ja/learning.tely                     |    2 +-
 Documentation/ja/learning/templates.itely          |    3 +-
 Documentation/ja/learning/tweaks.itely             |  294 ++--
 Documentation/ja/notation.tely                     |    4 +-
 Documentation/ja/notation/percussion.itely         |    2 +-
 Documentation/ja/notation/pitches.itely            |   82 +-
 Documentation/ja/notation/rhythms.itely            |  414 ++++--
 Documentation/ja/notation/wind.itely               |    2 +-
 Documentation/lilypond-texi2html.init              |    2 +-
 .../snippets/alternative-bar-numbering.ly          |    2 +-
 Documentation/snippets/alternative-breve-note.ly   |    2 +-
 .../snippets/formatting-lyrics-syllables.ly        |    8 -
 Documentation/snippets/glissandi-can-skip-grobs.ly |    2 +-
 .../snippets/lyrics-old-spacing-settings.ly        |    2 +-
 Documentation/snippets/strict-beat-beaming.ly      |    2 +-
 Documentation/translations.itexi                   |    3 +-
 Documentation/web/community.itexi                  |  199 +++
 Documentation/web/news-front.itexi                 |   33 +-
 Documentation/web/news.itexi                       |    2 +-
 VERSION                                            |    4 +-
 lily/book-scheme.cc                                |   13 +
 lily/span-bar-stub-engraver.cc                     |   77 +-
 ly/gregorian.ly                                    |   34 +-
 scripts/build/extract_texi_filenames.py            |    3 +-

So all issues that were fixed and verified in 2.15.32 and that did _not_
touch any of the given files are fine.

Let's take a list at the concerned commits:

git log --oneline release/2.15.30-1..release/2.15.33-1 `git diff --name-only 
release/2.15.3{2,3}-1`

4276123 Release: update news.
2944a83 Merge branch 'fixedtranslation' into HEAD
5697144 Merge branch 'fixedmerge' into HEAD
46d2580 Release: bump version.
a5ff05c Release: update news.
abf0836 web: typo fix
f235881 LSR updates
c2c6d15 Local update of LSR
706417f Implement ly:book? and ly:context-def? predicates
8841948 Web&CG: remove "projects" from HelpUs
32b9cd0 Fix issue 2359: example code in German and English docs should be the sa
9d1520b Merge branch 'lilypond/translation' into staging
744709d add ly:book-set-header!
2ccfd5a Prevents segfault in Span_bar_stub_engraver through derived_mark.
cc5223a Web: add GSoC ideas list
ab45be2 Doc-fr: enable Extending   * master file   * Scheme tutorial (first deli
2bba3b6 Fix Issue 2380: formatting of lyrics, \versus and \respondum
308c694 Web: Announcement update for the new "LilyPond Report"
fe2e679 Make extract-texi-filenames ignore comments
418adb3 Release: bump version.
3c62ac1 Doc-ja: update LM and NR
273e6b7 Merge remote branch 'origin' into release/unstable
7186f20 Release: update news.
acb4ce2 Web: encourage users to comment on existing bugs
d1141b3 web: rephrase bugreports section
dadabdf Doc-de: updates to usage manual
17bce3f Doc-de: update search-box
3597c42 Doc: update translation status.
e885a8c Merge branch 'lilypond/translation' into staging
55d9ad3 Release: bump version.
ea270d9 Release: update news.
be3a3ba web: typo fix
85274e7 LSR updates
650f0c7 Local update of LSR
09814b5 Implement ly:book? and ly:context-def? predicates
ee5f21d Web&CG: remove "projects" from HelpUs
7092c5b Doc: add translation status for German.
67e5286 Merge branch 'lilypond/translation' of ssh://git.sv.gnu.org/srv/git/lily
37b502a Doc-de: update bad commitishes
7c28d92 Merge branch 'master' into lilypond/translation
e29d5fc Doc: update translation status.
e7d1bb7 Doc: update snippets and run makelsr.
12cfe6b Doc-de: update the noation manual, adding snippet translations
4dbf906 Doc: update translation status.
9ce85aa Doc: update snippets and run makelsr.
89669c3 Doc-de: update the noation manual, adding snippet translations
efbdfc9 Release: update news.
79131a3 Release: bump version.
ebe492c Merge branch 'master' into lilypond/translation

Every commit that is _not_ in this list has not had changed files
between release 2.15.32 and 2.15.33.  So all previously verified commits
_not_ in this list should be ok.

-- 
David Kastrup




reply via email to

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