Skip to content

Better handling of large repositories when used as a git gem. #3378

@coilysiren

Description

@coilysiren

From @xaviershay on August 7, 2013 2:44

Using git for large gems is slow to clone and uses a lot of disk space. Moved from rubygems/bundler#228

Approaches discussed include:

  • Using a shallow clone (--depth 1). Doesn't work for fetching specific refs, which happens when loading from a Gemfile.lock, even if you don't specify the ref option in your Gemfile.
  • Solving the problem elsewhere (such as by excluding the git directory when compiling a slug for heroku).

Copied from original issue: rubygems/bundler-features#1

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions