Open zazedd opened 1 month ago
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.
fetch
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.
irmin
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.