I'm looking to move a git remote from one stash server to another. I can use git to clone and have seen many other recommendations using --mirror and other git commands to insure all branches and commits are copied and this does work for the most important parts.
What's missing is the pull request history. Is there anyway to extract this from one stash server and import it to another?