Commit a41b68a
committed
fix: switch back from native rebase to custom for finding commits, again
actually no need to use native rebase for __finding__ the commits.
for actually rebasing, we're already doing it w/ the native rebase.
for finding commits, using the native rebase had various issues,
it involved having to do other hacks & work-arounds,
and in general didn't represent what we were actually doing,
so e.g. could cause unwanted side-effects, e.g. by calling the
post-rewrite hook, when it's not actually meant to.
Signed-off-by: Kipras Melnikovas <kipras@kipras.org>1 parent ea6b2d6 commit a41b68a
1 file changed
+13
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
440 | 440 | | |
441 | 441 | | |
442 | 442 | | |
443 | | - | |
444 | | - | |
445 | | - | |
446 | | - | |
447 | | - | |
448 | | - | |
449 | | - | |
450 | | - | |
451 | | - | |
452 | | - | |
453 | | - | |
454 | | - | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
455 | 455 | | |
456 | 456 | | |
457 | 457 | | |
| |||
1359 | 1359 | | |
1360 | 1360 | | |
1361 | 1361 | | |
| 1362 | + | |
1362 | 1363 | | |
1363 | 1364 | | |
1364 | 1365 | | |
| |||
0 commit comments