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

Support insteadOf replacements in git remote URLs #694

Merged
merged 6 commits into from
Aug 21, 2021
Merged

Commits on Aug 21, 2021

  1. Support insteadOf replacements in git remote URLs

    Use libgit2 to query remote URL instead of querying remote.origin.url
    directly. This has the consequence that `insteadOf` replacements are
    honored.
    
    See https://git-scm.com/docs/git-config#Documentation/git-config.txt-urlltbasegtinsteadOf
    
    Fixes #693
    dandavison committed Aug 21, 2021
    Configuration menu
    Copy the full SHA
    98485fc View commit details
    Browse the repository at this point in the history
  2. Revert "Support insteadOf replacements in git remote URLs"

    This reverts commit d97227d.
    dandavison committed Aug 21, 2021
    Configuration menu
    Copy the full SHA
    3722146 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cdea154 View commit details
    Browse the repository at this point in the history
  4. Support insteadOf replacements in git remote URLs

    Use libgit2 to query remote URL instead of querying remote.origin.url
    directly. This has the consequence that `insteadOf` replacements are
    honored.
    
    See https://git-scm.com/docs/git-config#Documentation/git-config.txt-urlltbasegtinsteadOf
    
    Fixes #693
    dandavison committed Aug 21, 2021
    Configuration menu
    Copy the full SHA
    64fa4c6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    601ebdb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cf686e9 View commit details
    Browse the repository at this point in the history