[git-svn] How to produce log of only remotes/git-svn regardless of current branch
From: Raymond Auge <hidden>
Date: 2016-06-15 22:49:09
Hello All, In trying to produce a log of only remotes/git-svn regardless of current branch, I've tried many variations of: --branches[=pattern] --tags[=pattern] --remotes[=pattern] with no luck. e.g. git --no-pager log --name-status --no-color -p -n 20 --remotes=remotes/git-svn Any ideas?