basu icon indicating copy to clipboard operation
basu copied to clipboard

Sync with upstream

Open emersion opened this issue 4 years ago • 2 comments

So far I've been doing this:

env GIT_DIR=$PWD/../systemd/.git git format-patch --stdout -1 <hash> | git am

And then manually add a ref to the original commit. There may be a better way to do this.

emersion avatar Nov 17 '20 08:11 emersion

What commit did you sink up to?

kennylevinsen avatar Nov 17 '20 20:11 kennylevinsen

I've started from https://github.com/systemd/systemd/commit/c4e48030cf299b56668b1cd360c4ec93e7f97b20, and just processed these three commits to see how the process could look like.

emersion avatar Nov 17 '20 21:11 emersion