top | item 43389853

(no title)

schacon | 11 months ago

The brand newest version of Git has a new `git backfill` command that may help with this.

https://git-scm.com/docs/git-backfill

discuss

order

jakub_g|11 months ago

Nice timing! Thanks!

p_wood|11 months ago

For rebasing `--reapply-cherry-picks` will avoid the annoying fetching you saw. `git backfill` is great for fetching the history of a file before running `git blame` on that file. I'm not sure how much it will help with detecting upstream cherry-picks.