I'm using git-svn to work with a codebase and I need to merge changes in trunk to my branch.
I have both branches fetched in git, and when I run git diff trunk while in my branch, I can see all the changes.
When I run git merge heads/trunk, however, I get a message "Already up-to-date".
It's clearly not up to date. What am I doing wrong?