|
|
|
|
|
by coryrc
183 days ago
|
|
Gerrit introduces the concept of Commit-Id; essentially a uuid ties to the first review which merged a proposed commit into the trunk. Cherry picks preserve that Commit-Id. And so do rebases; because they're just text in a commit message. So you can track history of patches that way, if you needed to. Which you won't. (PS some team at google didn't understand git or their true requirements, so they wasted SWE-decades at that point on some rebasing bullshit; I was at least able to help them make it slightly less bad and prevent other teams from copying it) |
|
> Which you won't.
Why not? Doesn't it make sense to be able to track the history of what patches have been applied for a debian package?