On Wed, Sep 21, 2016 at 12:15 PM, Maarten Bosmans <mkbosm...@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
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to