I've forked Homebrew, branched to add a formula, and pushed to my fork.
Now I'm on a new machine, my fork is several (tens, hundreds, thousands of) commits behind.
The local Homebrew repo is thus a shallow clone, where my branch occurs in the distant and not-held past.
How can I fetch my fork into a local branch rebased onto master?
Anticipating "you can't with missing history", I would say - there's surely a way, when the patch is so simple as a few commits that add a single subsequently modified file?