On Fri, 2 Sep 2005, David Woodhouse wrote:
> 
>       rm -rf tmp-empty-tree
>       mkdir -p tmp-empty-tree/.git
>       cd tmp-empty-tree

Ahh. Please change that to

        rm -rf tmp-empty-tree
        mkdir tmp-empty-tree
        cd tmp-empty-tree
        git-init-db

because otherwise you'll almost certainly hit something else later on..

                Linus
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to