Skip to content

Commit

Permalink
fixup! docs(MAINTAINERS): Standardize the git rebase -i HEAD todo list
Browse files Browse the repository at this point in the history
  • Loading branch information
gibson042 committed Apr 26, 2024
1 parent dccb13b commit bc17449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MAINTAINERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ For each set of changes to include:
git config rerere.enabled true
```
- [ ] Author a `rebase-todo` by selecting relevant changes from the `master` branch rebase log (see below).
- For a convenient starting point, use `scripts/gen-rebase-todo.sh $since` to get a todo list reflecting all merge-inclusive changes from $since to the current HEAD.
- For a convenient starting point, use `scripts/gen-rebase-todo.sh $since` to get a todo list reflecting all merge-inclusive changes from $since to the current HEAD (but note that on a fresh clone, branch names will be generated from commit titles rather than corresponding with those of the primary fork).
- Comment out any commit that should be excluded from a multi-commit PR.
- If a small change from an unrelated PR is needed (rider commits), either:
- Outside of a label/merge section, `pick` the commit, and indicate with a comment on the previous line the origin PR of the picked commit.
Expand Down

0 comments on commit bc17449

Please sign in to comment.