Skip to content

Commit cc4ec2d

Browse files
committed
Fix incorrect use of term HEAD for Git
HEAD as used here was CVS terminology. Now we mean master.
1 parent caa0783 commit cc4ec2d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/tools/RELEASE_CHANGES

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ For Major Releases
3131
(in addition to the above)
3232

3333
Note that once the release branch has been forked off in git,
34-
release-note editing happens in that branch, not in HEAD.
34+
release-note editing happens in that branch, not in master.
3535
Updates to the rest of the documentation usually need to happen
36-
in both HEAD and the branch.
36+
in both master and the branch.
3737

3838
* Release notes
3939
o use src/tools/git_changelog
@@ -120,7 +120,7 @@ Creating Back-Branch Release Notes
120120

121121
diff commit-N.N.log commit-O.O.log | grep '^>'
122122

123-
* On the most recent release branch (*not* in HEAD), edit and create SGML
123+
* On the most recent release branch (*not* in master), edit and create SGML
124124
markup for relevant changes in that branch's release-NN.sgml file.
125125
Minor release notes should include more small change details because
126126
testing is limited.

src/tools/git_changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
# shows the last commit before that branch was made.
4040
#
4141
# Note that --master-only is an imperfect filter, since it will not detect
42-
# cases where a HEAD patch was back-patched awhile later or with a slightly
42+
# cases where a master patch was back-patched awhile later or with a slightly
4343
# different commit message. To find such cases, it's a good idea to look
4444
# through the output of
4545
# git_changelog --non-master-only --oldest-first --since='start-date'

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy