summaryrefslogtreecommitdiffstats
path: root/Documentation/corebootBuildingGuide.tex
diff options
context:
space:
mode:
authorStefan Reinauer <stefan.reinauer@coreboot.org>2023-09-14 12:47:26 -0700
committerStefan Reinauer <stefan.reinauer@coreboot.org>2023-09-15 18:42:46 +0000
commitb3f5d94f0957f20422e6095cf049808ddbb37520 (patch)
tree741062e61904cc49629d150eeb20020aeda8f5b4 /Documentation/corebootBuildingGuide.tex
parent0476f6aaabb6d682349879aacd0d2b7d8d719339 (diff)
downloadcoreboot-b3f5d94f0957f20422e6095cf049808ddbb37520.tar.gz
coreboot-b3f5d94f0957f20422e6095cf049808ddbb37520.tar.bz2
coreboot-b3f5d94f0957f20422e6095cf049808ddbb37520.zip
Documentation: Adjust master -> main branch
Some of our documentation still points to the wrong branches Change-Id: Idb72e4f44f294f64eb01c588027d300a53d6fb41 Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Reviewed-on: https://review.coreboot.org/c/coreboot/+/77875 Reviewed-by: Patrick Georgi <patrick@coreboot.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'Documentation/corebootBuildingGuide.tex')
-rw-r--r--Documentation/corebootBuildingGuide.tex16
1 files changed, 8 insertions, 8 deletions
diff --git a/Documentation/corebootBuildingGuide.tex b/Documentation/corebootBuildingGuide.tex
index 9acfd18e38c8..32918e8a82c7 100644
--- a/Documentation/corebootBuildingGuide.tex
+++ b/Documentation/corebootBuildingGuide.tex
@@ -386,7 +386,7 @@ want to submit all commits in the currently checked-out branch for
review on gerrit:
{ \small
\begin{verbatim}
-$ git config remote.origin.push HEAD:refs/for/master
+$ git config remote.origin.push HEAD:refs/for/main
\end{verbatim}
}
@@ -399,10 +399,10 @@ $ make gitconfig
\subsection{Work flow}
-It is recommended that you make a new branch when you start to work, not pushing changes to master.
+It is recommended that you make a new branch when you start to work, not pushing changes to main.
{ \small
\begin{verbatim}
-$ git checkout master -b mybranch
+$ git checkout main -b mybranch
\end{verbatim}
}
After you have done your changes, run:
@@ -452,7 +452,7 @@ make a new local commit that fixes the issues reported by the
reviewers, then rebase the change by preserving the same Change-ID. We
recommend you to use the git rebase command in interactive mode,
-Once your patch gets a +2 comment, your patch can be merged (cherry-pick, actually) to origin/master.
+Once your patch gets a +2 comment, your patch can be merged (cherry-pick, actually) to origin/main.
%
% Working with Gerrit
@@ -474,9 +474,9 @@ click \url{https://review.coreboot.org}
|Search for status:open |
+-----------------------------------------------------------+
|Subject Status Owner Project Branch Updated CR V |
-|cpu: Rename.. Alexandru coreboot master 1:20 PM +1 |
-|cpu: Only a.. Alexandru coreboot master 1:17 PM X |
-|arch/x86: D.. Alexandru coreboot master 1:09 PM |
+|cpu: Rename.. Alexandru coreboot main 1:20 PM +1 |
+|cpu: Only a.. Alexandru coreboot main 1:17 PM X |
+|arch/x86: D.. Alexandru coreboot main 1:09 PM |
| |
| Next -> |
|Press '?' to view keyboard shortcuts | Powered by Gerrit |
@@ -637,7 +637,7 @@ Gerrit makes reviews easier by showing changes in a side-by-side
display, and allowing inline comments to be added by any reviewer.
Gerrit simplifies Git based project maintainership by permitting any
-authorized user to submit changes to the master Git repository, rather
+authorized user to submit changes to the upstream Git repository, rather
than requiring all approved changes to be merged in by hand by the
project maintainer. This functionality enables a more centralized
usage of Git.