On Sun, 2005-09-04 at 17:31 +0200, Jan Dittmer wrote:
David Woodhouse wrote:
quoted
On Fri, 2005-09-02 at 02:00 -0700, Linus Torvalds wrote:
quoted
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..
OK, done.
-git4 is again empty
Hm, yes.
+ rm -rf tmp-empty-tree
+ mkdir tmp-empty-tree
+ cd tmp-empty-tree
+ git-init-db
/pub/scm/linux/kernel/git/torvalds/linux-2.6.git/branches/: Permission denied
+ unset GIT_DIR
+ git-read-tree f505380ba7b98ec97bf25300c2a58aeae903530b
fatal: unable to create new cachefile
Fixed now; thanks.
--
dwmw2