Code Monkey home page Code Monkey logo

Comments (4)

luislavena avatar luislavena commented on August 19, 2024

@knoopx travis works around that by just cloning a depth of 50?

https://travis-ci.org/rails/rails/jobs/18690738

$ git clone --depth=50 --branch=master git://github.com/rails/rails.git rails/rails
remote: Counting objects: 19660, done.
remote: Compressing objects: 100% (10381/10381), done.
remote: Total 19660 (delta 12408), reused 14804 (delta 8669)
Receiving objects: 100% (19660/19660), 8.87 MiB | 118.00 KiB/s, done.
Resolving deltas: 100% (12408/12408), done.

Versus:

remote: Counting objects: 406499, done.
remote: Compressing objects: 100% (110094/110094), done.
Receiving objects:  62% (252585/406499), 33.39 MiB | 117.00 KiB/s
...

from gitness.

bradrydzewski avatar bradrydzewski commented on August 19, 2024

@luislavena good suggestion. adding --depth is really simple. let's try this first

from gitness.

yosssi avatar yosssi commented on August 19, 2024

I checked the travis's process.

It sets --depth=50 by default. When we specified the git clone depth on .travis.yml as described below, travis sets its value as the depth.

git:
  depth: 1

Travis's manner looks good for me because developers can specify the git clone depth as they like.

I will try to implement this function later.

from gitness.

luislavena avatar luislavena commented on August 19, 2024

@bradrydzewski I think this can be closed due the work done in #62?

from gitness.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.