[qt/qt/qtrepotools]: Summary of bulk changes made
KDE Git Services - Bulk Change <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git repository change summary for qt/qt/qtrepotools Pushed by mirror-service into branch 'master'. Changed from 5249ca1728366f1026ff367c7013081e0a5b8ddb to 0c9e500e057e2491c3783459b34dd858d3063005 Acknowledgement was received that this change introduces only existing code that has been pushed to another public open source repository. This change contains the following new commits: Git commit 0c9e500e057e2491c3783459b34dd858d3063005 by Daniel Smith on 31/07/2026 at 09:22.. sanitize-commit: recognize tqtc/wip/ branches as work-in-progress The pickbot "on dev" test suppresses the "Omission of Pick-to footer" nagging for wip/ branches, but the target check only matched a leading "wip/". A TQtC-private (tqtc-) repository mirrors the public branches under their plain names and reserves the "tqtc/" prefix for branches that exist only there, so the WIP counterpart of a public "wip/foo" is "tqtc/wip/foo" -- which never matched the bypass. WIP changes on such a branch were therefore nagged to add a Pick-to footer they do not want, and dropping the prefix is no workaround, as the mirror would prune the branch. Accept an optional "tqtc/" prefix so tqtc/wip/* branches get the same WIP treatment as public wip/* branches. A bare tqtc/ (non-wip) branch, e.g. tqtc/modernization, is unaffected and still nags. The $masterName comparison deliberately keeps matching the plain name only; see the comment added next to it. Change-Id: I656c7b6f863e5c2452b33f0f8b54d9d185f44c07 Reviewed-by: Oswald Buddenhagen <[email protected]> Reviewed-by: Daniel Smith <[email protected]> https://invent.kde.org/qt/qt/qtrepotools/-/commit/0c9e500e057e2491c3783459b34dd858d3063005