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

Do not use --depth=1 if the server does not support it, fixes #744 #747

Closed
wants to merge 4 commits into from

Commits on Aug 8, 2013

  1. 3
    Copy the full SHA
    2023c9c View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2013

  1. Remove unused variable.

    satazor committed Aug 9, 2013
    Copy the full SHA
    c12741a View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2013

  1. Do not add trailing .git for every source and protocol.

    There are some git servers that do not support trailing .git, like RhodeCode.
    Trailing .git was removed from the GitRemoteResolver and added to the GitHub resolver.
    The point of having a trailing git was to normalise the sources and cache entries.
    
    Test cases added and adjusted.
    satazor committed Aug 10, 2013
    Copy the full SHA
    18d3b10 View commit details
    Browse the repository at this point in the history
  2. Minor improvement.

    satazor committed Aug 10, 2013
    Copy the full SHA
    733e6b5 View commit details
    Browse the repository at this point in the history