]> git.donarmstrong.com Git - lilypond.git/commitdiff
Revert "CG: rename 'commit access' to 'push access'"
authorJanek Warchoł <lemniskata.bernoullego@gmail.com>
Sun, 5 Jan 2014 18:46:49 +0000 (19:46 +0100)
committerJanek Warchoł <lemniskata.bernoullego@gmail.com>
Sun, 5 Jan 2014 18:46:49 +0000 (19:46 +0100)
This reverts commit 548a2fc5b2407c370d95c3cc1bd423c3d01fab76.

Documentation/contributor/administration.itexi
Documentation/contributor/source-code.itexi

index 48677b5e5a92262f26be2cb1b98d9a515257a349..90fe795a0cffa5b3617765afc330674f90225b64 100644 (file)
@@ -216,7 +216,7 @@ everything after @code{smtp_command:}.
 
 @item
 Ensure that your new user has git push access.  Follow the
 
 @item
 Ensure that your new user has git push access.  Follow the
-instructions in the CG at @ref{Push access}.  Do not set
+instructions in the CG at @ref{Commit access}.  Do not set
 password protection for the key --- if you do you will not be able
 to run patchy unattended.
 
 password protection for the key --- if you do you will not be able
 to run patchy unattended.
 
index 92e2d96504ef139495c252aaff99f1f2ab98c242..3acb915ddee1b9d7d633ffc646359d8c5228c479 100644 (file)
@@ -1371,7 +1371,7 @@ several Git branches of LilyPond source code is presented.
 * Applying remote patches::
 * Sending and receiving patches via email::
 * Cleaning up multiple patches::
 * Applying remote patches::
 * Sending and receiving patches via email::
 * Cleaning up multiple patches::
-* Push access::
+* Commit access::
 * Pushing to staging::
 @end menu
 
 * Pushing to staging::
 @end menu
 
@@ -1552,12 +1552,12 @@ during the interactive session, you will... err... completely
 remove those commits.}
 
 
 remove those commits.}
 
 
-@node Push access
-@subsection Push access
+@node Commit access
+@subsection Commit access
 
 Most contributors are not able to commit patches directly to the
 main repository---only members of the LilyPond development team
 
 Most contributors are not able to commit patches directly to the
 main repository---only members of the LilyPond development team
-have @emph{push access}.  If you are a contributor and are
+have @emph{commit access}.  If you are a contributor and are
 interested in joining the development team, contact the Project
 Manager through the mailing list
 (@email{lilypond-devel@@gnu.org}).  Generally, only contributors
 interested in joining the development team, contact the Project
 Manager through the mailing list
 (@email{lilypond-devel@@gnu.org}).  Generally, only contributors
@@ -1565,7 +1565,7 @@ who have already provided a number of patches which have been
 pushed to the main repository will be considered for membership.
 
 If you have been approved by the Project Manager, use the
 pushed to the main repository will be considered for membership.
 
 If you have been approved by the Project Manager, use the
-following procedure to obtain push access:
+following procedure to obtain commit access:
 
 @enumerate
 @item
 
 @enumerate
 @item
@@ -1595,7 +1595,7 @@ the box labeled @qq{GNU LilyPond Music Typesetter} and write a
 brief (required) message for the Project Manager (@qq{Hey it's
 me!} should be fine).
 
 brief (required) message for the Project Manager (@qq{Hey it's
 me!} should be fine).
 
-Note that you will not have push access until the Project
+Note that you will not have commit access until the Project
 Manager activates your membership.  Once your membership is
 activated, LilyPond should appear under the heading @qq{Groups I'm
 Contributor of} on your @qq{My Group Membership} page.
 Manager activates your membership.  Once your membership is
 activated, LilyPond should appear under the heading @qq{Groups I'm
 Contributor of} on your @qq{My Group Membership} page.
@@ -1729,7 +1729,7 @@ Git properly in the previous step.
 
 
 @item
 
 
 @item
-Test your push access with a dry run:
+Test your commit access with a dry run:
 
 @warning{Do not push directly to master; instead, push to staging.
 See @ref{Pushing to staging}.}
 
 @warning{Do not push directly to master; instead, push to staging.
 See @ref{Pushing to staging}.}
@@ -1753,7 +1753,7 @@ details, consult the @code{git@tie{}push} man page.
 
 @item
 Repeat the steps from generating an RSA key through to testing
 
 @item
 Repeat the steps from generating an RSA key through to testing
-your push access, for each machine from which you will be
+your commit access, for each machine from which you will be
 making commits, or you may simply copy the files from your
 local @file{~/.ssh} folder to the same folder on the other
 machine.
 making commits, or you may simply copy the files from your
 local @file{~/.ssh} folder to the same folder on the other
 machine.