-
Notifications
You must be signed in to change notification settings - Fork 144
/
.gitmodules
857 lines (857 loc) · 25 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
[submodule "apps/trailmix"]
path = apps/trailmix
url = [email protected]:codecation/trailmix.git
branch = master
[submodule "apps/lobsters"]
path = apps/lobsters
url = [email protected]:jcs/lobsters.git
branch = master
[submodule "apps/spree"]
path = apps/spree
url = [email protected]:spree/spree.git
branch = main
[submodule "apps/huginn"]
path = apps/huginn
url = [email protected]:cantino/huginn.git
branch = master
[submodule "apps/discourse"]
path = apps/discourse
url = [email protected]:discourse/discourse.git
branch = main
[submodule "apps/diaspora"]
path = apps/diaspora
url = [email protected]:diaspora/diaspora.git
branch = develop
[submodule "apps/enki"]
path = apps/enki
url = [email protected]:xaviershay/enki.git
branch = master
[submodule "apps/storytime"]
path = apps/storytime
url = [email protected]:FlyoverWorks/storytime.git
branch = master
[submodule "apps/refinerycms"]
path = apps/refinerycms
url = [email protected]:refinery/refinerycms.git
branch = main
[submodule "apps/radiant"]
path = apps/radiant
url = [email protected]:radiant/radiant.git
branch = master
[submodule "apps/fat_free_crm"]
path = apps/fat_free_crm
url = [email protected]:fatfreecrm/fat_free_crm.git
branch = master
[submodule "apps/errbit"]
path = apps/errbit
url = [email protected]:errbit/errbit.git
branch = main
[submodule "apps/dashing-rails"]
path = apps/dashing-rails
url = [email protected]:gottfrois/dashing-rails.git
branch = master
[submodule "apps/onebody"]
path = apps/onebody
url = [email protected]:churchio/onebody.git
branch = master
[submodule "apps/fulcrum"]
path = apps/fulcrum
url = [email protected]:fulcrum-agile/fulcrum.git
branch = master
[submodule "apps/squash-web"]
path = apps/squash-web
url = [email protected]:SquareSquash/web.git
branch = master
[submodule "apps/obtvse2"]
path = apps/obtvse2
url = [email protected]:natew/obtvse2.git
branch = master
[submodule "apps/locomotivecms-engine"]
path = apps/locomotivecms-engine
url = [email protected]:locomotivecms/engine.git
branch = master
[submodule "apps/redmine"]
path = apps/redmine
url = [email protected]:edavis10/redmine.git
branch = master
[submodule "apps/amahi-platform"]
path = apps/amahi-platform
url = [email protected]:amahi/platform.git
branch = master
[submodule "apps/catarse"]
path = apps/catarse
url = [email protected]:catarse/catarse.git
branch = develop
[submodule "apps/projectmonitor"]
path = apps/projectmonitor
url = [email protected]:pivotal/projectmonitor.git
branch = master
[submodule "apps/canvas-lms"]
path = apps/canvas-lms
url = [email protected]:instructure/canvas-lms.git
branch = master
[submodule "apps/hours"]
path = apps/hours
url = [email protected]:DefactoSoftware/Hours.git
branch = development
[submodule "apps/hound"]
path = apps/hound
url = [email protected]:thoughtbot/hound.git
branch = master
[submodule "apps/loomio"]
path = apps/loomio
url = [email protected]:loomio/loomio.git
branch = master
[submodule "apps/tracks"]
path = apps/tracks
url = [email protected]:TracksApp/tracks.git
branch = master
[submodule "apps/rubygems"]
path = apps/rubygems
url = [email protected]:rubygems/rubygems.org.git
branch = master
[submodule "apps/calagator"]
path = apps/calagator
url = [email protected]:calagator/calagator.git
branch = main
[submodule "apps/24pullrequests"]
path = apps/24pullrequests
url = [email protected]:24pullrequests/24pullrequests.git
branch = main
[submodule "apps/publify"]
path = apps/publify
url = [email protected]:publify/publify.git
branch = master
[submodule "apps/rails-contributors"]
path = apps/rails-contributors
url = [email protected]:fxn/rails-contributors.git
branch = master
[submodule "apps/tomatoes"]
path = apps/tomatoes
url = [email protected]:potomak/tomatoes.git
branch = master
[submodule "apps/openstreetmap-website"]
path = apps/openstreetmap-website
url = [email protected]:openstreetmap/openstreetmap-website.git
branch = master
[submodule "apps/alaveteli"]
path = apps/alaveteli
url = [email protected]:mysociety/alaveteli.git
branch = develop
[submodule "apps/open-source-billing"]
path = apps/open-source-billing
url = [email protected]:vteams/open-source-billing.git
branch = master
[submodule "apps/brimir"]
path = apps/brimir
url = [email protected]:ivaldi/brimir.git
branch = master
[submodule "apps/spina"]
path = apps/spina
url = [email protected]:denkGroot/Spina.git
branch = master
[submodule "apps/peatio"]
path = apps/peatio
url = [email protected]:peatio/peatio.git
branch = main
[submodule "apps/scumblr"]
path = apps/scumblr
url = [email protected]:Netflix/Scumblr.git
branch = master
[submodule "apps/bridge_troll"]
path = apps/bridge_troll
url = [email protected]:railsbridge/bridge_troll.git
branch = master
[submodule "apps/whitehall"]
path = apps/whitehall
url = [email protected]:alphagov/whitehall.git
branch = main
[submodule "apps/adopt-a-hydrant"]
path = apps/adopt-a-hydrant
url = [email protected]:codeforamerica/adopt-a-hydrant.git
branch = master
[submodule "apps/showterm.io"]
path = apps/showterm.io
url = [email protected]:ConradIrwin/showterm.io.git
branch = master
[submodule "apps/inch_ci-web"]
path = apps/inch_ci-web
url = [email protected]:inch-ci/inch_ci-web.git
branch = master
[submodule "apps/heaven"]
path = apps/heaven
url = [email protected]:atmos/heaven.git
branch = master
[submodule "apps/codemontage"]
path = apps/codemontage
url = [email protected]:CodeMontageHQ/codemontage.git
branch = master
[submodule "apps/ohana-api"]
path = apps/ohana-api
url = [email protected]:codeforamerica/ohana-api.git
branch = master
[submodule "apps/askthem"]
path = apps/askthem
url = [email protected]:opengovernment/askthem.git
branch = master
[submodule "apps/opengovernment"]
path = apps/opengovernment
url = [email protected]:opengovernment/opengovernment.git
branch = master
[submodule "apps/growstuff"]
path = apps/growstuff
url = [email protected]:Growstuff/growstuff.git
branch = dev
[submodule "apps/girldevelopit"]
path = apps/girldevelopit
url = [email protected]:girldevelopit/gdi-new-site.git
branch = staging
[submodule "apps/huboard-web"]
path = apps/huboard-web
url = [email protected]:huboard/huboard-web.git
branch = master
[submodule "apps/camaleon-cms"]
path = apps/camaleon-cms
url = [email protected]:owen2345/camaleon-cms.git
branch = master
[submodule "apps/contrib-hub"]
path = apps/contrib-hub
url = [email protected]:orendon/contrib-hub.git
branch = master
[submodule "apps/solidus"]
path = apps/solidus
url = [email protected]:solidusio/solidus.git
branch = main
[submodule "apps/e-petitions"]
path = apps/e-petitions
url = [email protected]:alphagov/e-petitions.git
branch = master
[submodule "apps/verboice"]
path = apps/verboice
url = [email protected]:instedd/verboice.git
branch = master
[submodule "apps/xrono"]
path = apps/xrono
url = [email protected]:isotope11/xrono.git
branch = master
[submodule "apps/signonotron2"]
path = apps/signonotron2
url = [email protected]:alphagov/signonotron2.git
branch = main
[submodule "apps/publisher"]
path = apps/publisher
url = [email protected]:alphagov/publisher.git
branch = main
[submodule "apps/frontend"]
path = apps/frontend
url = [email protected]:alphagov/frontend.git
branch = main
[submodule "apps/open-data-certificate"]
path = apps/open-data-certificate
url = [email protected]:theodi/open-data-certificate.git
branch = master
[submodule "apps/csvlint"]
path = apps/csvlint
url = [email protected]:theodi/csvlint.git
branch = main
[submodule "apps/uk-postcodes"]
path = apps/uk-postcodes
url = [email protected]:theodi/uk-postcodes.git
branch = master
[submodule "apps/panopticon"]
path = apps/panopticon
url = [email protected]:alphagov/panopticon.git
branch = master
[submodule "apps/kevlar"]
path = apps/kevlar
url = [email protected]:adambutler/kevlar.git
branch = master
[submodule "apps/c2"]
path = apps/c2
url = [email protected]:18F/C2.git
branch = master
[submodule "apps/kandan"]
path = apps/kandan
url = [email protected]:kandanapp/kandan.git
branch = master
[submodule "apps/ruby-china"]
path = apps/ruby-china
url = [email protected]:ruby-china/ruby-china.git
branch = main
[submodule "apps/feedbin"]
path = apps/feedbin
url = [email protected]:feedbin/feedbin.git
branch = main
[submodule "apps/gitlab-ci"]
path = apps/gitlab-ci
url = [email protected]:gitlabhq/gitlab-ci.git
branch = master
[submodule "apps/panamax-ui"]
path = apps/panamax-ui
url = [email protected]:CenturyLinkLabs/panamax-ui.git
branch = master
[submodule "apps/git-scm"]
path = apps/git-scm
url = [email protected]:git/git-scm.com.git
branch = main
[submodule "apps/ror_ecommerce"]
path = apps/ror_ecommerce
url = [email protected]:drhenner/ror_ecommerce.git
branch = master
[submodule "apps/cartodb"]
path = apps/cartodb
url = [email protected]:CartoDB/cartodb.git
branch = master
[submodule "apps/classroom"]
path = apps/classroom
url = [email protected]:education/classroom.git
branch = master
[submodule "apps/markus"]
path = apps/markus
url = [email protected]:MarkUsProject/Markus.git
branch = master
[submodule "apps/contribulator"]
path = apps/contribulator
url = [email protected]:andrew/contribulator.git
branch = master
[submodule "apps/twist"]
path = apps/twist
url = [email protected]:radar/twist.git
branch = master
[submodule "apps/mission-of-mercy"]
path = apps/mission-of-mercy
url = [email protected]:mission-of-mercy/mission-of-mercy.git
branch = master
[submodule "apps/cloudnet"]
path = apps/cloudnet
url = [email protected]:OnApp/cloudnet.git
branch = master
[submodule "apps/politwoops"]
path = apps/politwoops
url = [email protected]:sunlightlabs/politwoops.git
branch = master
[submodule "apps/phez"]
path = apps/phez
url = [email protected]:phezco/phez.git
branch = master
[submodule "apps/atet"]
path = apps/atet
url = [email protected]:ministryofjustice/atet.git
branch = master
[submodule "apps/fr-staffapp"]
path = apps/fr-staffapp
url = [email protected]:ministryofjustice/fr-staffapp.git
branch = master
[submodule "apps/parliamentary-questions"]
path = apps/parliamentary-questions
url = [email protected]:ministryofjustice/parliamentary-questions.git
branch = main
[submodule "apps/github-awards"]
path = apps/github-awards
url = [email protected]:vdaubry/github-awards.git
branch = master
[submodule "apps/prison-visits"]
path = apps/prison-visits
url = [email protected]:ministryofjustice/prison-visits.git
branch = master
[submodule "apps/case_file_editor"]
path = apps/case_file_editor
url = [email protected]:ministryofjustice/case_file_editor.git
branch = master
[submodule "apps/accelerated_claims"]
path = apps/accelerated_claims
url = [email protected]:ministryofjustice/accelerated_claims.git
branch = master
[submodule "apps/ds-auth"]
path = apps/ds-auth
url = [email protected]:ministryofjustice/ds-auth.git
branch = master
[submodule "apps/defence-request-service-rota"]
path = apps/defence-request-service-rota
url = [email protected]:ministryofjustice/defence-request-service-rota.git
branch = master
[submodule "apps/defence-request-service"]
path = apps/defence-request-service
url = [email protected]:ministryofjustice/defence-request-service.git
branch = master
[submodule "apps/rave-server"]
path = apps/rave-server
url = [email protected]:ministryofjustice/rave-server.git
branch = master
[submodule "apps/devise_authentication_api"]
path = apps/devise_authentication_api
url = [email protected]:ministryofjustice/devise_authentication_api.git
branch = master
[submodule "apps/orientation"]
path = apps/orientation
url = [email protected]:orientation/orientation.git
branch = master
[submodule "apps/eventkit-rails"]
path = apps/eventkit-rails
url = [email protected]:sendgrid/eventkit-rails.git
branch = master
[submodule "apps/imminence"]
path = apps/imminence
url = [email protected]:alphagov/imminence.git
branch = main
[submodule "apps/foodsoft"]
path = apps/foodsoft
url = [email protected]:foodcoops/foodsoft.git
branch = master
[submodule "apps/foreman"]
path = apps/foreman
url = [email protected]:theforeman/foreman.git
branch = develop
[submodule "apps/katello"]
path = apps/katello
url = [email protected]:Katello/katello.git
branch = master
[submodule "apps/earthdata-search"]
path = apps/earthdata-search
url = [email protected]:nasa/earthdata-search.git
branch = main
[submodule "apps/rescue-rails"]
path = apps/rescue-rails
url = [email protected]:ophrescue/RescueRails.git
branch = master
[submodule "apps/manageiq"]
path = apps/manageiq
url = [email protected]:ManageIQ/manageiq.git
branch = master
[submodule "apps/samson"]
path = apps/samson
url = [email protected]:zendesk/samson.git
branch = master
[submodule "apps/sharetribe"]
path = apps/sharetribe
url = [email protected]:sharetribe/sharetribe.git
branch = master
[submodule "apps/cfp-app"]
path = apps/cfp-app
url = [email protected]:rubycentral/cfp-app.git
branch = main
[submodule "apps/champaign"]
path = apps/champaign
url = [email protected]:SumOfUs/Champaign.git
branch = development
[submodule "apps/ruby-bench-web"]
path = apps/ruby-bench-web
url = [email protected]:ruby-bench/ruby-bench-web.git
branch = master
[submodule "apps/alonetone"]
path = apps/alonetone
url = [email protected]:sudara/alonetone.git
branch = main
ignore = dirty
[submodule "apps/alchemy_cms"]
path = apps/alchemy_cms
url = [email protected]:AlchemyCMS/alchemy_cms.git
branch = main
[submodule "apps/jobsworth"]
path = apps/jobsworth
url = [email protected]:ari/jobsworth.git
branch = master
[submodule "apps/openproject"]
path = apps/openproject
url = [email protected]:opf/openproject.git
branch = dev
[submodule "apps/e-manifest"]
path = apps/e-manifest
url = [email protected]:18F/e-manifest.git
branch = master
[submodule "apps/helpy"]
path = apps/helpy
url = [email protected]:helpyio/helpy.git
branch = master
[submodule "engines/thredded"]
path = engines/thredded
url = [email protected]:thredded/thredded.git
branch = main
[submodule "engines/administrate"]
path = engines/administrate
url = [email protected]:thoughtbot/administrate.git
branch = main
[submodule "engines/payola"]
path = engines/payola
url = [email protected]:peterkeen/payola.git
branch = master
[submodule "engines/griddler"]
path = engines/griddler
url = [email protected]:thoughtbot/griddler.git
branch = main
[submodule "engines/letter_opener_web"]
path = engines/letter_opener_web
url = [email protected]:fgrehm/letter_opener_web.git
branch = master
[submodule "engines/pghero"]
path = engines/pghero
url = [email protected]:ankane/pghero.git
branch = master
[submodule "apps/rubytogether.org"]
path = apps/rubytogether.org
url = [email protected]:rubytogether/rubytogether.org.git
branch = main
[submodule "engines/exception_notification"]
path = engines/exception_notification
url = [email protected]:smartinez87/exception_notification.git
branch = master
[submodule "engines/high_voltage"]
path = engines/high_voltage
url = [email protected]:thoughtbot/high_voltage.git
branch = main
[submodule "engines/plutus"]
path = engines/plutus
url = [email protected]:mbulat/plutus.git
branch = master
[submodule "apps/libraries.io"]
path = apps/libraries.io
url = [email protected]:librariesio/libraries.io.git
branch = main
[submodule "engines/rapidfire"]
path = engines/rapidfire
url = [email protected]:code-mancers/rapidfire.git
branch = master
[submodule "apps/bender"]
path = apps/bender
url = [email protected]:collectiveidea/bender.git
branch = main
[submodule "apps/metrics"]
path = apps/metrics
url = [email protected]:collectiveidea/metrics.git
branch = master
[submodule "apps/hourglass"]
path = apps/hourglass
url = [email protected]:collectiveidea/hourglass.git
branch = master
[submodule "engines/blazer"]
path = engines/blazer
url = [email protected]:ankane/blazer.git
branch = master
[submodule "engines/searchjoy"]
path = engines/searchjoy
url = [email protected]:ankane/searchjoy.git
branch = master
[submodule "engines/ahoy"]
path = engines/ahoy
url = [email protected]:ankane/ahoy.git
branch = master
[submodule "engines/ahoy_email"]
path = engines/ahoy_email
url = [email protected]:ankane/ahoy_email.git
branch = master
[submodule "engines/chartkick"]
path = engines/chartkick
url = [email protected]:ankane/chartkick.git
branch = master
[submodule "engines/notable"]
path = engines/notable
url = [email protected]:ankane/notable.git
branch = master
[submodule "engines/mailkick"]
path = engines/mailkick
url = [email protected]:ankane/mailkick.git
branch = master
[submodule "apps/osem"]
path = apps/osem
url = [email protected]:openSUSE/osem.git
branch = master
[submodule "apps/open-build-service"]
path = apps/open-build-service
url = [email protected]:openSUSE/open-build-service.git
branch = master
[submodule "apps/reservations"]
path = apps/reservations
url = [email protected]:YaleSTC/reservations.git
branch = master
[submodule "apps/ifme"]
path = apps/ifme
url = [email protected]:julianguyen/ifme.git
branch = main
[submodule "apps/prague-server"]
path = apps/prague-server
url = [email protected]:controlshift/prague-server.git
branch = master
[submodule "apps/spectre"]
path = apps/spectre
url = [email protected]:wearefriday/spectre.git
branch = master
[submodule "apps/remit"]
path = apps/remit
url = [email protected]:mysociety/remit.git
branch = master
[submodule "apps/planningalerts"]
path = apps/planningalerts
url = [email protected]:openaustralia/planningalerts.git
branch = master
[submodule "apps/morph"]
path = apps/morph
url = [email protected]:openaustralia/morph.git
branch = master
[submodule "apps/cuttlefish"]
path = apps/cuttlefish
url = [email protected]:mlandauer/cuttlefish.git
branch = master
[submodule "apps/publicwhip"]
path = apps/publicwhip
url = [email protected]:openaustralia/publicwhip.git
branch = master
[submodule "engines/cangaroo"]
path = engines/cangaroo
url = [email protected]:nebulab/cangaroo.git
branch = master
[submodule "engines/pageflow"]
path = engines/pageflow
url = [email protected]:codevise/pageflow.git
branch = master
[submodule "apps/klaxon"]
path = apps/klaxon
url = [email protected]:themarshallproject/klaxon.git
branch = main
[submodule "apps/cm42-central"]
path = apps/cm42-central
url = [email protected]:Codeminer42/cm42-central.git
branch = master
[submodule "engines/shipit-engine"]
path = engines/shipit-engine
url = [email protected]:Shopify/shipit-engine.git
branch = main
[submodule "engines/shopify_app"]
path = engines/shopify_app
url = [email protected]:Shopify/shopify_app.git
branch = main
[submodule "apps/test_track"]
path = apps/test_track
url = [email protected]:Betterment/test_track.git
branch = main
[submodule "apps/codetriage"]
path = apps/codetriage
url = [email protected]:codetriage/codetriage.git
branch = main
[submodule "engines/tolk"]
path = engines/tolk
url = [email protected]:tolk/tolk.git
branch = main
[submodule "engines/health-monitor-rails"]
path = engines/health-monitor-rails
url = [email protected]:lbeder/health-monitor-rails.git
branch = master
[submodule "engines/rapporteur"]
path = engines/rapporteur
url = [email protected]:envylabs/rapporteur.git
branch = main
[submodule "engines/rucaptcha"]
path = engines/rucaptcha
url = [email protected]:huacnlee/rucaptcha.git
branch = main
[submodule "engines/talking_stick"]
path = engines/talking_stick
url = [email protected]:mojolingo/talking_stick.git
branch = develop
[submodule "engines/stripe_event"]
path = engines/stripe_event
url = [email protected]:integrallis/stripe_event.git
branch = master
[submodule "engines/attachinary"]
path = engines/attachinary
url = [email protected]:assembler/attachinary.git
branch = master
[submodule "engines/flip"]
path = engines/flip
url = [email protected]:pda/flip.git
branch = master
[submodule "engines/postgresql_lo_streamer"]
path = engines/postgresql_lo_streamer
url = [email protected]:diogob/postgresql_lo_streamer.git
branch = master
[submodule "engines/dbhero"]
path = engines/dbhero
url = [email protected]:catarse/dbhero.git
branch = master
[submodule "apps/octobox"]
path = apps/octobox
url = [email protected]:octobox/octobox.git
branch = master
[submodule "engines/field_test"]
path = engines/field_test
url = [email protected]:ankane/field_test.git
branch = master
[submodule "apps/uberzeit"]
path = apps/uberzeit
url = [email protected]:ninech/uberzeit.git
branch = master
[submodule "engines/browse-everything"]
path = engines/browse-everything
url = [email protected]:projecthydra/browse-everything.git
branch = main
[submodule "engines/local_time"]
path = engines/local_time
url = [email protected]:basecamp/local_time.git
branch = main
[submodule "engines/easymon"]
path = engines/easymon
url = [email protected]:basecamp/easymon.git
branch = master
[submodule "engines/motorhead"]
path = engines/motorhead
url = [email protected]:amatsuda/motorhead.git
branch = master
[submodule "apps/speakerline"]
path = apps/speakerline
url = [email protected]:nodunayo/speakerline.git
branch = master
[submodule "apps/feedbunch"]
path = apps/feedbunch
url = [email protected]:amatriain/feedbunch.git
branch = master
[submodule "apps/lale-help"]
path = apps/lale-help
url = [email protected]:lale-help/lale-help.git
branch = master
[submodule "apps/timeoverflow"]
path = apps/timeoverflow
url = [email protected]:coopdevs/timeoverflow.git
branch = develop
[submodule "apps/openfoodnetwork"]
path = apps/openfoodnetwork
url = [email protected]:openfoodfoundation/openfoodnetwork.git
branch = master
[submodule "engines/communityengine"]
path = engines/communityengine
url = [email protected]:bborn/communityengine.git
branch = master
[submodule "engines/quick_search"]
path = engines/quick_search
url = [email protected]:NCSU-Libraries/quick_search.git
branch = master
[submodule "engines/lentil"]
path = engines/lentil
url = [email protected]:NCSU-Libraries/lentil.git
branch = master
[submodule "apps/pester"]
path = apps/pester
url = [email protected]:thoughtbot/pester.git
branch = main
[submodule "apps/freshfoodconnect"]
path = apps/freshfoodconnect
url = [email protected]:thoughtbot/freshfoodconnect.git
branch = main
[submodule "engines/french_toast"]
path = engines/french_toast
url = [email protected]:thoughtbot/french_toast.git
branch = main
[submodule "apps/postal"]
path = apps/postal
url = [email protected]:atech/postal.git
branch = main
[submodule "apps/hyku"]
path = apps/hyku
url = [email protected]:samvera-labs/hyku.git
branch = main
[submodule "apps/crimethinc-website"]
path = apps/crimethinc-website
url = [email protected]:crimethinc/website.git
branch = main
[submodule "apps/claim-for-crown-court-defence"]
path = apps/claim-for-crown-court-defence
url = [email protected]:ministryofjustice/Claim-for-Crown-Court-Defence.git
branch = master
[submodule "apps/bike_index"]
path = apps/bike_index
url = [email protected]:bikeindex/bike_index.git
branch = main
[submodule "apps/coursemology2"]
path = apps/coursemology2
url = [email protected]:Coursemology/coursemology2.git
branch = master
[submodule "engines/hyrax"]
path = engines/hyrax
url = [email protected]:samvera/hyrax.git
branch = main
[submodule "apps/wiki_edu_dashboard"]
path = apps/wiki_edu_dashboard
url = [email protected]:WikiEducationFoundation/WikiEduDashboard.git
branch = master
[submodule "apps/envizon"]
path = apps/envizon
url = [email protected]:evait-security/envizon.git
branch = master
[submodule "apps/snibox"]
path = apps/snibox
url = [email protected]:snibox/snibox.git
branch = master
[submodule "apps/dev.to"]
path = apps/dev.to
url = [email protected]:thepracticaldev/dev.to.git
branch = main
[submodule "apps/zammad"]
path = apps/zammad
url = [email protected]:zammad/zammad.git
branch = develop
[submodule "apps/rubytoolbox"]
path = apps/rubytoolbox
url = [email protected]:rubytoolbox/rubytoolbox.git
branch = main
[submodule "apps/code_fund_ads"]
path = apps/code_fund_ads
url = [email protected]:gitcoinco/code_fund_ads.git
branch = master
[submodule "apps/speakerinnen_liste"]
path = apps/speakerinnen_liste
url = [email protected]:rubymonsters/speakerinnen_liste.git
branch = master
[submodule "apps/on_ruby"]
path = apps/on_ruby
url = [email protected]:phoet/on_ruby.git
branch = master
[submodule "apps/eff-action-center-platform"]
path = apps/eff-action-center-platform
url = [email protected]:EFForg/action-center-platform.git
branch = master
[submodule "apps/chatwoot"]
path = apps/chatwoot
url = https://github.com/chatwoot/chatwoot
branch = develop
[submodule "engines/heya"]
path = engines/heya
url = [email protected]:honeybadger-io/heya.git
branch = main
[submodule "apps/identity-idp"]
path = apps/identity-idp
url = [email protected]:18F/identity-idp.git
branch = main
[submodule "apps/upcase"]
path = apps/upcase
url = [email protected]:thoughtbot/upcase.git
branch = main
[submodule "apps/pupilfirst"]
path = apps/pupilfirst
url = [email protected]:pupilfirst/pupilfirst.git
branch = master
[submodule "apps/shinycms-ruby"]
path = apps/shinycms-ruby
url = [email protected]:denny/ShinyCMS-ruby.git
branch = main
[submodule "apps/theodinproject"]
path = apps/theodinproject
url = [email protected]:TheOdinProject/theodinproject.git
branch = main
[submodule "engines/sail"]
path = engines/sail
url = [email protected]:vinistock/sail.git
branch = master
[submodule "apps/mastodon"]
path = apps/mastodon
url = [email protected]:mastodon/mastodon.git
branch = main
[submodule "apps/gitlabhq"]
path = apps/gitlabhq
url = [email protected]:gitlabhq/gitlabhq.git
branch = master
[submodule "apps/worldcubeassociation.org"]
path = apps/worldcubeassociation.org
url = [email protected]:thewca/worldcubeassociation.org.git
branch = main
[submodule "apps/kitsu-server"]
path = apps/kitsu-server
url = [email protected]:hummingbird-me/kitsu-server.git
branch = the-future