I have a bare git-svn repository and did a ‘git svn fetch’ on it.
Running ‘git log’ doesn’t show the updates. I’m sure there are updates as it displayed the files changed after ‘git svn fetch’ and ‘git svn log’ shows them also.
Please note that I purposely made this a bare repo so ‘git rebase’ will not work.
What is the appropriate command to get the fetched changes?
Try
git log git-svn– I don’t have a bare repo, but I’ve just rungit svn fetch, and standardgit loggives me the current (rebased) log, but with the git-svn arg (which is the other branch besides master that is identified bygit branch -ain my case) I get the log up to the fetched revision