Saturday, 2021-09-04

opendevreviewJIHOJU proposed openstack/python-openstackclient master: Add more filter option of columns for server list -c COLUMN  https://review.opendev.org/c/openstack/python-openstackclient/+/80742006:32
thomasb06to go backward 3 commits, it's `git rebase -i HEAD~3`, then change pick by drop, then `git commit --amend` to change the commit message, and to end `git review`?07:20
gtemaWell, 2 options07:42
gtema1) in UI click rebase and select "to HEAD"07:42
gtema2) do "git review -d LAST_CHANGE" and "git rebase feature/R1"07:43
gtemaIn any way important: last line of commit message is changeid, this is the identifier for Gerrit. Once this changes you produce new change07:45
gtemaAnd every time you do regular commit your local hooks tend to ensure there is changeid there07:45
gtemaWrt 2) somehow I am not 100% sure it will work. It may decide to rebase whole change and not only the last change07:46
gtemaThus option 1) is the easiest way07:46
thomasb06as I have no UI, I'll go for option 2). Monday I'm back on the computer that has the repo, I'll try to rebase there. If clone the repository again on another computer and commit other changes, it's going to be messy I guess?09:16
thomasb06from another computer: https://review.opendev.org/c/openstack/openstacksdk/+/80742709:37
thomasb06branch is feature/r1 and it's one commit far from the Head09:38
gtemaUnder UI I mean gerrit09:47
thomasb06Yes, I haven't installed the gerrit UI yet. What I did was to clone the repository on another computer and as the copy was clean redo the modifications straight from the Head. Monday, I'll need to clean the three failed commit but I'm not sure about how to do it. Maybe `git fetch --force`?10:42
gtemaYou don't install it11:06
gtemaThe link you posted - simply open it with browser11:06

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!