You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tools/make/lib/git/README.md
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -78,6 +78,18 @@ $ git add . && make commit
78
78
$ git add .&& make retry-commit
79
79
```
80
80
81
+
#### apply-git-notes
82
+
83
+
Applies Git notes from the `docs/git-notes` directory to their corresponding commits.
84
+
85
+
<!-- run-disable -->
86
+
87
+
```bash
88
+
$ make apply-git-notes
89
+
```
90
+
91
+
This is useful for fixing commit messages which contain errors or do not adhere to the project's [Git style guide][stdlib-style-guides-git] and to exclude certain commits from the changelog notes for specific packages.
0 commit comments