Google Germany GmbH, Erika-Mann-Strasse 33, 80636 Munich
Registergericht und -nummer: Hamburg, HRB 86891
Sitz der Gesellschaft: Hamburg
Geschäftsführer: Paul Manicle, Liana Sebastian
On 19 Jul 2022, at 15:53, 'Kamil Musin' via Repo and Gerrit Discussion <repo-d...@googlegroups.com> wrote:> Authors can simply reply 'ack' to all unresolved comments to get them resolved.
Acking all comments is still possible and I expect it will be used. The footer is simply a bit of edge-case-proofing, if for some reason you want to leave an unresolved comment you can (and don't have to do "resolve-submit-unresolve" workaround)
On Tue, Jul 19, 2022 at 4:45 PM Han-Wen Nienhuys <han...@google.com> wrote:--On Tue, Jul 19, 2022 at 12:29 PM 'Kamil Musin' via Repo and Gerrit Discussion <repo-d...@googlegroups.com> wrote:Dear Gerrit ContributorsQuick heads-up. We plan to enable a submit requirement on all changes in gerrit-review.googlesource.com that contain unresolved comments.The change won't be able to be submitted if there are unresolved comments, unless a following line is part of the commit message.> Unresolved-Comment-Reason: <reason>Adding a footer creates a new patchset, so it can cause extra churn on the review (dropped approvals etc.). Why not drop the header completely? Authors can simply reply 'ack' to all unresolved comments to get them resolved.Han-Wen Nienhuys - Google MunichI work 80%. Don't expect answers from me on Fridays.--Google Germany GmbH, Erika-Mann-Strasse 33, 80636 MunichRegistergericht und -nummer: Hamburg, HRB 86891Sitz der Gesellschaft: HamburgGeschäftsführer: Paul Manicle, Liana Sebastian
--
--
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/CAEA6Yacea4JPC5wVCDOA2y3w%3D2Eodnv1zuAJ4Gsiw9XNJzcwFA%40mail.gmail.com.
--
--
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/YtkMkYE8rBXFoCSA%40ugly.
-Martin
-Martin
--
--
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/64b96030-cb8b-4958-9398-c0a223ac8eden%40googlegroups.com.
----
-Martin
--
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/64b96030-cb8b-4958-9398-c0a223ac8eden%40googlegroups.com.
--
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/CAKSZd3SXTVOdLk6-avVJRotFkM6%3D1XeffQ_g-_08zN3V2L%2BQUg%40mail.gmail.com.
On Thursday, July 21, 2022 at 5:00:42 PM UTC+2 quic_...@quicinc.com wrote:
FWIW I'm also not a fan of using a footer in the commit message to do the override for the reasons that have been mentioned:
1. you need to edit the commit message to add the footer, which potentially makes the change require new approvals
(I think this is not relevant for the gerrit project because we copy approvals when only the commit message was changed,
but it's not unlikely other projects will copy our approach and they may not have such a copy rule in place)
2. It leaves a reference in the commit message and hence in the git history, but this information is only relevant at the moment
when the change is being submitted and hence should not be kept forever in the git history.
However I want to propose an alternative. Instead of a footer in the commit message, could we maybe use a hashtag on the change
to signal that the change can be submitted with unresolved comments? We do have a hashtag predicate and it should be possible
to use that in the override expression. With using a hashtag the 2 problems above should not be an issue. WDYT?
+1
-Martin