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

Optimize pulls merging #4921

Merged
merged 11 commits into from
Jan 23, 2019
Merged

Commits on Jan 19, 2019

  1. Optimize pulls merging

    By utilizing `git clone -s --no-checkout` rather than cloning the whole
    repo.
    typeless committed Jan 19, 2019
    Configuration menu
    Copy the full SHA
    d4fe971 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2f7a28 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03c126d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c7a509f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5a3c10b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    23d1f55 View commit details
    Browse the repository at this point in the history
  7. Remove logging code

    typeless committed Jan 19, 2019
    Configuration menu
    Copy the full SHA
    f67dd1b View commit details
    Browse the repository at this point in the history
  8. File list for sparse-checkout must be prefix with /

    Otherwise, they would match all files with the same name under
    subdirectories.
    typeless committed Jan 19, 2019
    Configuration menu
    Copy the full SHA
    1b9d699 View commit details
    Browse the repository at this point in the history
  9. Update onto the rebased head

    typeless committed Jan 19, 2019
    Configuration menu
    Copy the full SHA
    3c6b43c View commit details
    Browse the repository at this point in the history
  10. Use referecen repo to avoid fetching objects

    Mura Li authored and typeless committed Jan 19, 2019
    Configuration menu
    Copy the full SHA
    70dc42c View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2019

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