Discussion:
[Interest] Qt Commits - Where to Find the Patches by Commit-Id
coroberti .
2018-10-20 17:16:56 UTC
Permalink
Hi,
The bug report https://bugreports.qt.io/browse/QTBUG-69281
refers to commit:

5be48d4238465b4efd36ed4bbb96ec407be9f217

Where I can find the patch by the commit-id.

Qt Codereview seems to be the place but without search by commit-id.
https://codereview.qt-project.org/#/q/status:open,n,z

Another question is whether Qt-5.11.3 branch exists?

Thanks in advance.

Kind regards,
Robert Iakobashvili
............................
Elvis Stansvik
2018-10-20 18:29:57 UTC
Permalink
Post by coroberti .
Hi,
The bug report https://bugreports.qt.io/browse/QTBUG-69281
5be48d4238465b4efd36ed4bbb96ec407be9f217
Where I can find the patch by the commit-id.
git show 5be48d4238465b4efd36ed4bbb96ec407be9f217 ?

Just kidding :) If you don't have a Git clone of the repo locally, you
can use code.qt.io:

http://code.qt.io/cgit/qt/qtwebengine.git/commit/?id=5be48d4238465b4efd36ed4bbb96ec407be9f217
Post by coroberti .
Qt Codereview seems to be the place but without search by commit-id.
https://codereview.qt-project.org/#/q/status:open,n,z
Another question is whether Qt-5.11.3 branch exists?
The 5.11 branch is at:

http://code.qt.io/cgit/qt/qtbase.git/log/?h=5.11

There's no v5.11.3 tag yet, if that's what you mean (see
http://code.qt.io/cgit/qt/qtbase.git/refs/tags).

Cheers,
Elvis
Post by coroberti .
Thanks in advance.
Kind regards,
Robert Iakobashvili
............................
_______________________________________________
Interest mailing list
http://lists.qt-project.org/mailman/listinfo/interest
Elvis Stansvik
2018-10-20 18:32:37 UTC
Permalink
Post by Elvis Stansvik
Post by coroberti .
Hi,
The bug report https://bugreports.qt.io/browse/QTBUG-69281
5be48d4238465b4efd36ed4bbb96ec407be9f217
Where I can find the patch by the commit-id.
git show 5be48d4238465b4efd36ed4bbb96ec407be9f217 ?
Just kidding :) If you don't have a Git clone of the repo locally, you
http://code.qt.io/cgit/qt/qtwebengine.git/commit/?id=5be48d4238465b4efd36ed4bbb96ec407be9f217
Post by coroberti .
Qt Codereview seems to be the place but without search by commit-id.
https://codereview.qt-project.org/#/q/status:open,n,z
Another question is whether Qt-5.11.3 branch exists?
http://code.qt.io/cgit/qt/qtbase.git/log/?h=5.11
There's no v5.11.3 tag yet, if that's what you mean (see
http://code.qt.io/cgit/qt/qtbase.git/refs/tags).
(Those two links were for qtbase, but there are similar ones for
qtwebengine.git.)
Post by Elvis Stansvik
Cheers,
Elvis
Post by coroberti .
Thanks in advance.
Kind regards,
Robert Iakobashvili
............................
_______________________________________________
Interest mailing list
http://lists.qt-project.org/mailman/listinfo/interest
coroberti .
2018-10-20 18:45:50 UTC
Permalink
Thanks, people.

Kind regards,
Robert Iakobashvili
............................
Post by Elvis Stansvik
Post by Elvis Stansvik
Post by coroberti .
Hi,
The bug report https://bugreports.qt.io/browse/QTBUG-69281
5be48d4238465b4efd36ed4bbb96ec407be9f217
Where I can find the patch by the commit-id.
git show 5be48d4238465b4efd36ed4bbb96ec407be9f217 ?
Just kidding :) If you don't have a Git clone of the repo locally, you
http://code.qt.io/cgit/qt/qtwebengine.git/commit/?id=5be48d4238465b4efd36ed4bbb96ec407be9f217
Post by coroberti .
Qt Codereview seems to be the place but without search by commit-id.
https://codereview.qt-project.org/#/q/status:open,n,z
Another question is whether Qt-5.11.3 branch exists?
http://code.qt.io/cgit/qt/qtbase.git/log/?h=5.11
There's no v5.11.3 tag yet, if that's what you mean (see
http://code.qt.io/cgit/qt/qtbase.git/refs/tags).
(Those two links were for qtbase, but there are similar ones for
qtwebengine.git.)
Post by Elvis Stansvik
Cheers,
Elvis
Post by coroberti .
Thanks in advance.
Kind regards,
Robert Iakobashvili
............................
_______________________________________________
Interest mailing list
http://lists.qt-project.org/mailman/listinfo/interest
Konstantin Tokarev
2018-10-20 20:04:27 UTC
Permalink
Post by coroberti .
Hi,
The bug report https://bugreports.qt.io/browse/QTBUG-69281
5be48d4238465b4efd36ed4bbb96ec407be9f217
Where I can find the patch by the commit-id.
Qt Codereview seems to be the place but without search by commit-id.
https://codereview.qt-project.org/#/q/status:open,n,z
You can just enter 5be48d4238465b4efd36ed4bbb96ec407be9f217
into search field
Post by coroberti .
Another question is whether Qt-5.11.3 branch exists?
Thanks in advance.
Kind regards,
Robert Iakobashvili
............................
_______________________________________________
Interest mailing list
http://lists.qt-project.org/mailman/listinfo/interest
--
Regards,
Konstantin
Thiago Macieira
2018-10-20 21:31:31 UTC
Permalink
Post by coroberti .
5be48d4238465b4efd36ed4bbb96ec407be9f217
Where I can find the patch by the commit-id.
Qt Codereview seems to be the place but without search by commit-id.
https://codereview.qt-project.org/#/q/status:open,n,z
That's what that big search field on the top left is for. Just paste the
commit SHA1 there and press enter.
--
Thiago Macieira - thiago.macieira (AT) intel.com
Software Architect - Intel Open Source Technology Center
coroberti .
2018-10-21 04:01:40 UTC
Permalink
On Sun, Oct 21, 2018 at 1:06 AM Thiago Macieira
Post by Thiago Macieira
Post by coroberti .
5be48d4238465b4efd36ed4bbb96ec407be9f217
Where I can find the patch by the commit-id.
Qt Codereview seems to be the place but without search by commit-id.
https://codereview.qt-project.org/#/q/status:open,n,z
That's what that big search field on the top left is for. Just paste the
commit SHA1 there and press enter.
--
Thiago Macieira - thiago.macieira (AT) intel.com
Software Architect - Intel Open Source Technology Center
Thanks, it works.

Loading...