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

Allow repositories without an 'origin' remote #353

Merged
merged 4 commits into from
Mar 17, 2020

Commits on Mar 17, 2020

  1. Enlistment: be robust to repos with no 'origin'

    Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
    derrickstolee committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    9c8bd99 View commit details
    Browse the repository at this point in the history
  2. Enlistment: allow repos without 'origin'

    Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
    derrickstolee committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    0827468 View commit details
    Browse the repository at this point in the history
  3. ScalarEnlistment: properly store working directory when creating with…

    …out URL
    
    Remove the other constructor that allows this by default to avoid this
    problem in the future.
    
    Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
    derrickstolee committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    e1b2a97 View commit details
    Browse the repository at this point in the history
  4. Docs: update fetch step about multiple remotes:

    Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
    derrickstolee committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    d09d345 View commit details
    Browse the repository at this point in the history