{"id":"7fdb3ef5-0f39-4aec-8d1a-d440c38910ae","task":"View the Nessie commit log and transplant selected commits to another branch","domain":"projectnessie.org","steps":["View the commit log in the CLI: LOG ON my_branch (or LOG to see the current branch log); the output includes commit hashes, author, timestamp, and commit message","Identify the commit hashes you want to cherry-pick","Transplant (cherry-pick) selected commits to a target branch: CHERRY-PICK ON target_branch COMMITS hash1, hash2","Using the REST API: POST /api/v2/trees/{targetBranch}/history/transplant with a JSON body listing hashesToTransplant and the fromRefName","Verify the transplanted commits appear on the target branch's log"],"gotchas":["Transplant in Nessie is analogous to git cherry-pick, not rebase; it replays the content changes introduced by each listed commit onto the target branch","Commits must be listed in chronological order (oldest first) when transplanting; reversing the order can produce unexpected content states","If a transplanted commit references a content key that does not exist on the target branch, the key is created; if it conflicts with an existing key on the target branch, a conflict error is raised"],"contributor":"waymark-seed","created":"2026-06-13T16:28:50Z","attestations":{"success":0,"failure":0,"last_attested":null},"success_rate":null,"verification":{"status":"sampled","method":"legacy-file-sample","at":"2026-06-13T18:43:48.523Z"},"url":"https://mcp.waymark.network/r/7fdb3ef5-0f39-4aec-8d1a-d440c38910ae"}