I'm looking for a snippet that will give me the "pseudo-remote" upstream branch used by git-svn for the currently checked out branch.
Let's say my local repository was cloned from svn with git svn clone -s --prefix=my-svn/ ... and I'm on some local branch topic/foo based on svn branch bar.
How can I figure out which branch under refs/remotes/ would be updated by a git svn fetch --parent? (Preferrably without hard-coding any layout information configured in the initial clone.)