Formatting Team Meeting 2025-01-21

Team info
All meeting notes
Attendees: Sergey @0x4A6F @infinisil @das_j

Notes

7 Likes

Is there somewhere an example on how to use it?

Not yet, but very briefly:

If you have a commit that was automatically generated with a command, you can add

<commit hash> # !autorebase <command>

to .git-blame-ignore-revs.

Then you can use

git fetch upstream
maintainers/scripts/auto-rebase/run.sh upstream/master

just like git rebase upstream/master, to rebase while automatically resolving conflicts from the autorebaseable commits.

I’ll make use of this for the upcoming full treewide reformat.