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

Add option for shallow clones (--depth N) #372

Merged
merged 8 commits into from
Apr 20, 2019

Commits on Apr 10, 2019

  1. Add option for git clone --depth N.

    This option is applied only for packages without version lock.
    shwaka committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    9d17732 View commit details
    Browse the repository at this point in the history
  2. Remove unnecessary comment

    shwaka committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    fb298f8 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2019

  1. Change format specifier

    raxod502 committed Apr 15, 2019
    Configuration menu
    Copy the full SHA
    4bd9f87 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2019

  1. Add documentation of the option for shallow clones.

    Add documentation of the keyword `:depth` for the Git backend and the
    variable `straight-vc-git-default-clone-depth`.
    shwaka committed Apr 19, 2019
    Configuration menu
    Copy the full SHA
    09b74ed View commit details
    Browse the repository at this point in the history
  2. Fix failure of Travis CI.

    In the previous commits, byte-compilation warns that the variable `err` in
    `condition-case` in `straight-vc-get--clone-internal` is an unused lexical
    variable. This commit fixes this issue, by replacing `err` with `nil`.
    shwaka committed Apr 19, 2019
    Configuration menu
    Copy the full SHA
    e01ae1d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ceb68b0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f4bc4e2 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2019

  1. Configuration menu
    Copy the full SHA
    c70f80e View commit details
    Browse the repository at this point in the history