We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3f3a62 commit e653491Copy full SHA for e653491
src/makePatch.ts
@@ -84,6 +84,7 @@ export function makePatch({
84
// TODO: verify applied patch hashes
85
// TODO: handle case for --rebase 0
86
// TODO: handle empty diffs while rebasing
87
+ // TODO: handle case where rebase appending and the name is the same as the next one in the sequence
88
if (
89
mode.type === "overwrite_last" &&
90
isRebasing &&
0 commit comments