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 relative path for git submodule, so that the submodule follows master repo's access scheme. #405

Merged
merged 1 commit into from
Jul 2, 2023

Conversation

chjfth
Copy link
Contributor

@chjfth chjfth commented Jun 8, 2023

For example, if the user

  • clone's the master repo using git@github.com:kornelski/pngquant.git, then his git submodule update --init
  • will fetch submodule with git@github.com:ImageOptim/libimagequant.git.

If the user

  • clone's the master repo using https://github.com/kornelski/pngquant.git, then his git submodule update --init
  • will fetch submodule with https://github.com/ImageOptim/libimagequant.git.

@kornelski kornelski merged commit 4a48cfc into kornelski:main Jul 2, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants