| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
When running `git node land <pr> --autorebase --fixupAll`, ncu should squash all the commits first, then ignore the `--autorebase` flag as there is only one commit left. Refs: nodejs/node#40696 (comment)
Codecov Report
@@ Coverage Diff @@
## main #593 +/- ##
=======================================
Coverage 80.19% 80.19%
=======================================
Files 37 37
Lines 1828 1828
=======================================
Hits 1466 1466
Misses 362 362 Continue to review full report at Codecov.
|
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
When running git node land <pr> --autorebase --fixupAll, ncu should squash all the commits first, then ignore the --autorebase flag as there is only one commit left.
This comes up in the CQ for nodejs/node repo, we could fix the CQ script so it only supply one flag or the other, but since I didn't find any documentation stating the --fixupAll is ignored when using --autorebase, I thought it would be worth fixing it.
Refs: nodejs/node#40696 (comment)