]> git.donarmstrong.com Git - lilypond.git/commitdiff
CG: rename 'commit access' to 'push access'
authorJanek Warchoł <lemniskata.bernoullego@gmail.com>
Tue, 10 Dec 2013 15:08:33 +0000 (16:08 +0100)
committerJanek Warchoł <lemniskata.bernoullego@gmail.com>
Sun, 5 Jan 2014 17:43:27 +0000 (18:43 +0100)
'commit access' is svn terminology.  We're using git,
and in git everyone can commit but not everyone can *push*.

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

index 90fe795a0cffa5b3617765afc330674f90225b64..48677b5e5a92262f26be2cb1b98d9a515257a349 100644 (file)
@@ -216,7 +216,7 @@ everything after @code{smtp_command:}.
 
 @item
 Ensure that your new user has git push access.  Follow the
-instructions in the CG at @ref{Commit access}.  Do not set
+instructions in the CG at @ref{Push access}.  Do not set
 password protection for the key --- if you do you will not be able
 to run patchy unattended.
 
index 3acb915ddee1b9d7d633ffc646359d8c5228c479..92e2d96504ef139495c252aaff99f1f2ab98c242 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::
-* Commit access::
+* Push access::
 * Pushing to staging::
 @end menu
 
@@ -1552,12 +1552,12 @@ during the interactive session, you will... err... completely
 remove those commits.}
 
 
-@node Commit access
-@subsection Commit access
+@node Push access
+@subsection Push access
 
 Most contributors are not able to commit patches directly to the
 main repository---only members of the LilyPond development team
-have @emph{commit access}.  If you are a contributor and are
+have @emph{push 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
@@ -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
-following procedure to obtain commit access:
+following procedure to obtain push access:
 
 @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).
 
-Note that you will not have commit access until the Project
+Note that you will not have push 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.
@@ -1729,7 +1729,7 @@ Git properly in the previous step.
 
 
 @item
-Test your commit access with a dry run:
+Test your push access with a dry run:
 
 @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
-your commit access, for each machine from which you will be
+your push 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.