Skip to content

Commit 28040df

Browse files
authored
Merge pull request #366 from sivaraam/patch-2
SoC-2019-Ideas: don't split text within the `s
2 parents bd4f85e + c3b7e90 commit 28040df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

SoC-2019-Ideas.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -214,9 +214,9 @@ This would consist in taking care of the following issues:
214214
* Bonus: Make a flag to allow rebase to rewrite commit messages that
215215
refer to older commits that were also rebased. (i.e. if rebasing
216216
commits A and B, and commit B says `This reverts commit <sha-of-A>`,
217-
then rewritten B's commit message should say `This reverts commit
218-
<sha-of-rewritten-A>`.) Do this for both sha1sums and sha1sum
219-
abbreviations in commit messages.
217+
then rewritten B's commit message should say
218+
`This reverts commit <sha-of-rewritten-A>`.)
219+
Do this for both sha1sums and sha1sum abbreviations in commit messages.
220220

221221
## Note about refactoring projects versus projects that implement new features
222222

0 commit comments

Comments
 (0)