]> git.donarmstrong.com Git - lilypond.git/commitdiff
Doc: CG: add instructions for renaming a snippet.
authorGraham Percival <graham@percival-music.ca>
Tue, 10 Aug 2010 15:33:48 +0000 (16:33 +0100)
committerGraham Percival <graham@percival-music.ca>
Wed, 11 Aug 2010 11:21:29 +0000 (12:21 +0100)
Documentation/contributor/lsr-work.itexi

index e1e770a560c59f9bb898d2735070bdc9483543bb..01b136a470b5559cdfc317495efdb80249b35e31 100644 (file)
@@ -8,6 +8,7 @@
 * Approving snippets::
 * LSR to Git::
 * Fixing snippets in LilyPond sources::
+* Renaming a snippet::
 * Updating LSR to a new version::
 @end menu
 
@@ -218,6 +219,31 @@ In any case, commit all changes to Git.
 @end enumerate
 
 
+@node Renaming a snippet
+@section Renaming a snippet
+
+Due to the potential duality of snippets (i.e. they may exist both
+in the LSR database, and in @code{Documentation/snippets/new/}),
+this process is a bit more involved than we might like.
+
+@enumerate
+@item
+Send an email LSR editor, requesting the renaming.
+
+@item
+The LSR editor does the renaming (or debates the topic with you),
+then warns the LSR-to-git person (wanted: better title) about the
+renaming.
+
+@item
+LSR-to-git person does his normal job, but then also renames any
+copies of the snippets in @code{Documentation/snippets/new/}, and
+any instances of the snippet name in the documentation.
+
+@code{git grep} is highly recommended for this task.
+
+@end enumerate
+
 
 @node Updating LSR to a new version
 @section Updating LSR to a new version