git-ai
git-ai copied to clipboard
Rebase rewrites should be async
Rewriting authorship for especially large rebases does not need to block git command. We can collect the shas we need, dispatch them to a bg git ai thread, and let it add them to the resulting commits over ~1-10 seconds w/o blocking the user.