>> Whatever: `git push' has worked now, thanks. I suppose you've >> executed `git gc'? > > Nope, just a 'git fsck' which is supposed to be read-only (and which > triggered no worrying warning, just a 'dangling commit', which > happens in lots of repos).
Hmm. Strange. You can get rid of the `dangling' warnings with `git prune'. Werner