When I type git show-ref from a repo I get HASH-B (placeholder for an actual hash) for the refs/heads/master but HASH-A for the refs/remotes/origin/master. These are both bare repos. When I do a fetch or fetch --all, it says "Fetching origin", but nothing else.
What could be going on? Why might this fetch not be occurring?