On Sat, Dec 30, 2006 at 11:30:19PM -0500, Shawn O. Pearce wrote: > Many users find it unfriendly that they can create a bare git > repository easily with `git clone --bare` but are then unable to > run simple commands like `git log` once they cd into that newly > created bare repository. This occurs because we do not check to > see if the current working directory is a git repository. Thanks for coding this up! If you do this, does this mean that we can also eliminate the global variable --bare, since git will be able to figure out we're in a bare repository all by itself? - Ted - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html