In a particular situation[1], we have code that wants to handle existing and nonexisting repositories similarly; we do this by creaing an empty repository if necessary. This leads to this message warning: You appear to have cloned an empty repository from git clone -l -q --mirror /path/to/repository I looked in the manpages for git-clone, git-config and git(1), searching for various keywords, and didn't see any way to suppress this warning. Could there be one, please? Thanks, Ian.