Skip to content

git: implement Fetch() to fetch remote refs#2536

Merged
ttaylorr merged 1 commit intomasterfrom
git-fetch-impl
Aug 30, 2017
Merged

git: implement Fetch() to fetch remote refs#2536
ttaylorr merged 1 commit intomasterfrom
git-fetch-impl

Conversation

@ttaylorr
Copy link
Contributor

This pull request implements git.Fetch(), which takes in a variable number of remotes, and performs a git fetch operation on them.

This is work done in anticipation of first calling git-fetch(1) from the migrator, to ensure that the necessary remote refs are present locally when comparing them against the output of git-ls-remote(1) in order to determine what should be included and not included in the migration.


/cc @git-lfs/core

@ttaylorr ttaylorr merged commit 23d24e1 into master Aug 30, 2017
@ttaylorr ttaylorr deleted the git-fetch-impl branch August 30, 2017 16:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants