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

irmin_git: fetch_all for fetching all refs of a remote repo #2345

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

zazedd
Copy link
Contributor

@zazedd zazedd commented Oct 8, 2024

This PR adds a function very similar to fetch but that fetches and stores every remote Ref instead of just the one associated with a branch. It returns the list of all Ref heads.


I use this function (available from a vendored version of irmin) to get all of the branch names in a remote repo and to prepare to merge a branch into main.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant