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 29, 2024
1 parent 9c858e6 commit 33bd98f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions scripts/gen-rebase-todo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,6 @@ since="$1"
# minus the line feed before the first appended content).
sed -nE '/^$|^#/ { H; d; }; H; s/.*//; x; s/^[[:cntrl:]]//; p;'
} \
| {
# TODO: When `gh` CLI is available, use it to look up the PR for each
# `# Branch $branchName` lines and insert a reference like
cat
} \
| {
# Restructure branch-specific blocks:
# * Move an isolated initial `label` into the first block (and
Expand Down

0 comments on commit 33bd98f

Please sign in to comment.