Skip to content

Commit

Permalink
Merge pull request #2 from yujinakayama/use-upstream-repos-instead-of…
Browse files Browse the repository at this point in the history
…-forked-ones

Use upstream repos instead of forked ones
  • Loading branch information
yujinakayama authored Oct 12, 2021
2 parents b763879 + 25898a1 commit e675ead
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 10 deletions.
16 changes: 8 additions & 8 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
[submodule "work/rspec-monorepo"]
path = work/rspec-monorepo
url = https://github.com/yujinakayama/rspec-monorepo.git
[submodule "work/original_repos/rspec"]
path = work/original_repos/rspec
url = https://github.com/yujinakayama/rspec.git
url = https://github.com/rspec/rspec.git
[submodule "work/original_repos/rspec-core"]
path = work/original_repos/rspec-core
url = https://github.com/yujinakayama/rspec-core.git
url = https://github.com/rspec/rspec-core.git
[submodule "work/original_repos/rspec-expectations"]
path = work/original_repos/rspec-expectations
url = https://github.com/yujinakayama/rspec-expectations.git
url = https://github.com/rspec/rspec-expectations.git
[submodule "work/original_repos/rspec-mocks"]
path = work/original_repos/rspec-mocks
url = https://github.com/yujinakayama/rspec-mocks.git
url = https://github.com/rspec/rspec-mocks.git
[submodule "work/original_repos/rspec-support"]
path = work/original_repos/rspec-support
url = https://github.com/yujinakayama/rspec-support.git
[submodule "work/rspec-monorepo"]
path = work/rspec-monorepo
url = https://github.com/yujinakayama/rspec-monorepo.git
url = https://github.com/rspec/rspec-support.git
9 changes: 9 additions & 0 deletions work/commit_map.json
Original file line number Diff line number Diff line change
Expand Up @@ -42328,5 +42328,14 @@
],
"ef0bb46e069d9d2775e8aabda8fd940a37f99cf4@rspec": [
"67151a12731bcbbb775ea5a2331b258648dad9d4"
],
"3b7115339e025aa048b2bfb31563b2c41e06ae5b@rspec-core": [
"cb03d5cd99131681a21a81f0d280e8cf11ec2151"
],
"a4ad10215e16430fb27f258247751668b5580236@rspec-core": [
"fdccbb52e9996a3a971537eeecd5851e24d6e346"
],
"053fcfeb6b0b6627edf7261737553a6f7df8cc14@rspec-core": [
"5264b68896a3bc03bd31e5ae8190863d9c69a503"
]
}

0 comments on commit e675ead

Please sign in to comment.