Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use upstream repos instead of forked ones #2

Merged
merged 3 commits into from
Oct 12, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
]
}