summaryrefslogtreecommitdiffstats
path: root/git-hooks/qt-codereview-mirror
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright headersJani Heikkinen2015-02-111-2/+2
| | | | | | | | | | Qt copyrights are now in The Qt Company, so we could update the source code headers accordingly. In the same go we should also fix the links to point to qt.io. Change-Id: If3c8d221bcf8e5010048ed5f1c50cd35c04e7199 Reviewed-by: Jani Heikkinen <jani.heikkinen@theqtcompany.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
* Unify the use of shSamuel Gaist2015-01-301-1/+1
| | | | | | | | | Currently there's a mix between bash and sh in the scripts. This patch aims to unify the use of sh since there's no code involving bash specific features Change-Id: I30fdae59511b72910facf5e5be3bb9827f4f537c Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
* add mirror scriptOswald Buddenhagen2013-06-251-0/+63
this is a polling-based mirror script. notable feature: does *not* use git clone --mirror, as object-by-object clones of gerrit repositories are incredibly inefficient with normal git clients. Change-Id: Ic87381c97211dd2d5421d561a5b636f2191d7f3f Reviewed-by: Liang Qi <liang.qi@digia.com> Reviewed-by: Christian Stenger <christian.stenger@digia.com>