gerrit changes depending one on another

Norbert Thiebaud nthiebaud at gmail.com
Wed Sep 21 14:59:40 UTC 2016


On Wed, Sep 21, 2016 at 12:15 PM, Maarten Bosmans <mkbosmans at gmail.com> wrote:
> I just tried to push 3 changes to gerrit with a topic set.
> The core/logerrit script does not have an option to set a topic, so I
> did a manual git push.
>
> This did not work:
> `git push origin HEAD:refs/for/master -o topic=tdf53698`
> It failed with the message "fatal: the receiving end does not support
> push options"
>
> The other (deprecated?) way did work:
> `git push origin HEAD:refs/for/master/topic=tdf53698`

 $ git push origin HEAD:refs/for/master%topic=multi-master
https://gerrit-review.googlesource.com/Documentation/intro-user.html#topics


More information about the LibreOffice mailing list