summaryrefslogtreecommitdiffstats
path: root/.gitmodules
Commit message (Collapse)AuthorAgeFilesLines
* Replace chromium and ninja submodule by a single 3rdparty submodule.Zeno Albisser2013-08-171-7/+4
| | | | | | | | | | The new 3rdparty submodule contains snapshots of both ninja and chromium. This drastically reduces the size of the repository and can be used by our CI system. Change-Id: Ie7482181f2ba9dba5fc181b1f221a5fae714c8c8 Reviewed-by: Pierre Rossi <pierre.rossi@gmail.com> Reviewed-by: Zeno Albisser <zeno.albisser@digia.com>
* ninja repo: use https:// URL instead if git:// URLPeter Hartmann2013-07-021-1/+1
| | | | | | | ... to be able to clone it from behind a restrictive firewall. Change-Id: Ie722c268da2ae1932c524337c35e7ea888c8f71f Reviewed-by: Zeno Albisser <zeno.albisser@digia.com>
* Add ignore = all for chromium submodule.Zeno Albisser2013-06-271-0/+1
| | | | | | | | | | | | This prevents chromium from showing up in git diff all the time after applying patches. It also prevents from accidentially updating the submodule sha sum. A nice side effect is also that git diff is all of a sudden much faster again. ;) Change-Id: I6f48b8f90a2853b2e3716011c2c42bb661d09060 Reviewed-by: Zeno Albisser <zeno.albisser@digia.com> Reviewed-by: Andras Becsi <andras.becsi@digia.com>
* Add Chromium as a submodule.Zeno Albisser2013-06-271-0/+3
| | | | | Change-Id: Iba5f11ecf2b45d33b91252d4394010458c783bce Reviewed-by: Andras Becsi <andras.becsi@digia.com>
* Add ninja as a submodule.Zeno Albisser2013-06-271-0/+3
Change-Id: Id12c5810e83c47a1c7289515cabc5ddd9a8a280b Reviewed-by: Pierre Rossi <pierre.rossi@gmail.com> Reviewed-by: Andras Becsi <andras.becsi@digia.com>