| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Fast-track has been requested by @Trott. Please 👍 to approve. |
Sorry, something went wrong.
|
@lpinca Does the "fixup!" in "fixup! meta: update AUTHORS" has special function? I see this notation multiple time but don't know what is mean. |
Sorry, something went wrong.
It's the result of using git commit --fixup. In the CLI, it makes it possible to use git rebase -i --autosquash. https://fle.github.io/git-tip-keep-your-branch-clean-with-fixup-and-autosquash.html Within our PRs and commit queue, it also indicates that the commit should be squashed into the previous commit rather than kept separate when the PR lands. |
Sorry, something went wrong.
Thanks for the info. I learn something from you. |
Sorry, something went wrong.
PR-URL: #43480 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
PR-URL: #43480 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
PR-URL: #43480 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
PR-URL: nodejs/node#43480 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
| Back | FazBrowse Home | New Git URL |
Here are some new additions to the AUTHORS file. This is an automatically generated PR by the authors.yml GitHub Action, which runs tools/update-authors.mjs.