Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
Qt Creator 4.12.0-beta1
-
-
937e2b56e7ef63ff55d0c34a4461a795871c330e (qt-creator/qt-creator/4.12)
Description
When pushing multiple patches to Gerrit, an URL is added to the VCS output for every patch.
Unfortunately, only the first is converted to a link, the others stay as plain text.
I've tried to debug the issue, but didn't got far.
Here is the debug output (qDebug() << text added as first line in the lambda append(). If you have an idea, let me know
(Every single text chunk is enclosed by quotes. So you see, the middle chunk containing both URLs, comes at once. That may be part of the problem)
"\n22:30:18 Running in /home/andre/git/qtserialport: /usr/bin/git push gerrit a079a7a:refs/for/5.14%private\n" "remote: Processing changes: refs: 1, new: 2 (\\) \rremote: Processing changes: refs: 1, new: 2 (\\) \rremote: Processing changes: refs: 1, new: 2, done \nremote: \nremote: SUCCESS \nremote: \nremote: https://codereview.qt-project.org/c/qt/qtserialport/+/290804 do [PRIVATE] [NEW] \nremote: https://codereview.qt-project.org/c/qt/qtserialport/+/290805 da [PRIVATE] [NEW] \nremote: \n" "To ssh://codereview.qt-project.org:29418/qt/qtserialport.git \n * [new branch] a079a7a -> refs/for/5.14%private\n" "The command \"/usr/bin/git push gerrit a079a7a:refs/for/5.14%private\" finished successfully.\n"