Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcc4ec2d

Browse files
committed
Fix incorrect use of term HEAD for Git
HEAD as used here was CVS terminology. Now we mean master.
1 parentcaa0783 commitcc4ec2d

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 inHEAD.
34+
release-note editing happens in that branch, not inmaster.
3535
Updates to the rest of the documentation usually need to happen
36-
in bothHEAD and the branch.
36+
in bothmaster 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* inHEAD), edit and create SGML
123+
* On the most recent release branch (*not* inmaster), 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 aHEAD patch was back-patched awhile later or with a slightly
42+
# cases where amaster 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)

[8]ページ先頭

©2009-2025 Movatter.jp