14:55:36 how can I delete the image from this MR? https://repo.getmonero.org/monero-project/monero-site/merge_requests/1207/diffs 15:04:07 sgp_: remove it locally and force push 15:04:44 Do you have the MR set to squash commits? 15:04:56 Otherwise the merge would include all your auxiliary commits 15:11:07 sarang: yes 15:11:45 honestly at this point I'd rather just close the MR and start over. using another computer for this so doing the other process out of the browser would be tedious 15:15:22 You don't need to do that 15:15:34 You can do a soft reset of the intermediate commits, which keeps your changes 15:15:42 Then make a single new commit encompassing the changes, and force-push that 15:15:45 Then the MR has one commit 15:15:54 It's pretty straightforward 15:16:15 `git reset --soft HEAD~number_of_commits` 15:16:31 `git add . && git commit -m 'Here are all the changes now'` 15:16:35 `git push --force` 15:16:39 should do it, I think 15:17:23 Oh, you're doing this from the web interface... not sure how to handle it from there 15:19:59 sarang: yeah, opened 1208 instead 15:23:05 You have my thumbs-up 15:23:34 Would be nice to have an option to squash commits from the web interface; seems pretty common 15:23:49 But I suppose that's the reason for the "squash commits" option that applies on merge 16:17:54 it annoys the hell out of me you cant squash commits from web interface 20:11:41 .merge+ #1208 20:11:41 Added 20:14:40 .merge+ 23454 20:14:50 .merge+ #23454 20:14:51 Added 20:14:55 oh come on 20:15:10 That's not very secure. 20:15:14 .merge- #23454 20:15:15 Removed 20:15:56 :D 20:16:03 What do you mean it's not secure? Luigi is not going to merge stuff if it's not reviewed anyway. The bot only makes the process easier 20:16:19 ah ok