▲ | chrismorgan 3 days ago | |
Yeah, using the real repository and rebasing atop the release commit has always seemed fine to me, provided the project uses Git. And if you want to keep track of the patches on old versions, just tag them—if upstream has tag 1.2.3, tag 1.2.3+chrismorgan or similar. This occasionally messes with build scripts—but then, not tagging sometimes does too. > GitHub also for some reason insists on displaying the date of the last rebase, rather than the date of when the patch was committed. Not sure why. Sounds like you’re running into the difference between author and committer, which Git models distinctly. |