On Fri, Jan 30, 2009 at 01:34:28AM +0100, Johannes Schindelin wrote: > - error("refusing to update checked out branch: %s", name); > + error("refusing to update checked out branch: %s\n" > + "if you know what you are doing, you can allow it by " > + "setting\n\n" > + "\tgit config receive.denyCurrentBranch true\n", name); Shouldn't this be git config receive.denyCurrentBranch ignore instead of "true"?