Re: empty patch-2.6.13-git? patches on ftp.kernel.org

From: Linus Torvalds
Date: Fri Sep 02 2005 - 04:00:38 EST




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 linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/