Hi, Please CC me in replies, I'm not on the list. I've noticed that git log assumes the default branch is master, even if it doesn't exist... My latest repo has it set to "mainline" and all was well until I pushed it to a bare repo on my server. Expectation: If I run git log in the bare repo, it should log the default (or only!) branch. Reality: git log # fatal: your current branch 'master' does not have any commits yet -Ian