I see mentions of "relation chain" in the gerrit documentation (e.g. here), but I can't find any documentation on how to actually create a relation chain, or set a parent change for a given change. This discussion talks about ancestor changes, but I'm not able to find and gerrit documentation on how to create an ancestor chain.
Can anyone point me to the documentation for this?
Regards,
Brad--
--
To unsubscribe, email repo-discuss...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/repo-discuss/23bb0f99-45c4-4294-85e7-dbc20b97dd5an%40googlegroups.com.
On Mon, Apr 8, 2024 at 9:47 PM Brad Triebwasser <btr...@chromium.org> wrote:I see mentions of "relation chain" in the gerrit documentation (e.g. here), but I can't find any documentation on how to actually create a relation chain, or set a parent change for a given change. This discussion talks about ancestor changes, but I'm not able to find and gerrit documentation on how to create an ancestor chain.Every git commit has a pointer to its parent commit (except one or few commits at the roots of the version graph).The relation chain is a visualization of commits linked via these parent pointers in the git version graphof a series of (open or recently closed) changes which are in one line of descent.Can anyone point me to the documentation for this?
Matthias Sohn schrieb am Montag, 8. April 2024 um 22:00:16 UTC+2:On Mon, Apr 8, 2024 at 9:47 PM Brad Triebwasser <btr...@chromium.org> wrote:I see mentions of "relation chain" in the gerrit documentation (e.g. here), but I can't find any documentation on how to actually create a relation chain, or set a parent change for a given change. This discussion talks about ancestor changes, but I'm not able to find and gerrit documentation on how to create an ancestor chain.Every git commit has a pointer to its parent commit (except one or few commits at the roots of the version graph).The relation chain is a visualization of commits linked via these parent pointers in the git version graphof a series of (open or recently closed) changes which are in one line of descent.Can anyone point me to the documentation for this?And in less technical words: If you push a whole local dev branch to gerrit, then you get a nice relation chain.