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

feat(#133): url-format #134

Merged
merged 3 commits into from
Jan 27, 2023
Merged

feat(#133): url-format #134

merged 3 commits into from
Jan 27, 2023

Conversation

barrett-ruth
Copy link
Contributor

Allows user to provide url_format config as following before requiring paq:

require('paq').setup {
    -- Use SSH urls by default instead of HTTPS
    url_format = '[email protected]:%s.git'
}

Does not change the default from HTTPS nor interfere with user provided urls.

Copy link
Owner

@savq savq left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi Barrett. Thanks for the PR. Sorry for not reviewing sooner.

lua/paq.lua Outdated Show resolved Hide resolved
@savq savq merged commit 540642d into savq:master Jan 27, 2023
@savq savq mentioned this pull request Jun 9, 2023
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.

2 participants