Re: Linux 2.6.12-rc3

2005-04-21 Thread Pavel Machek
Hi!

It seems that someone should write Kernel hacker's guide to
git... Documentation/git.txt seems like good place. I guess I'll do
it.

  just plain vanilla without rm -rf?
 
 git cancel will give you plain last commit. If you need plain vanilla,
 the hard way now is to just do
 
   commit-id .git/HEAD
 
 but your current HEAD will be lost forever. Or do
 
   git fork vanilla ~/vanilla linus
 
 and you will have the vanilla tree tracking linus in ~/vanilla.

Ok, thanks.

 I'm not yet sure if we should have some Cogito interface for doing this
 and what its semantics should be.

What is Cogito, BTW?

  I see quite a lot of problems with fsck-tree. Is that normal?
  (I ran out of disk space few times during different operations...)
 
 Actually, in case your tree is older than about two days, I hope you did
 the convert-cache magic or fetched a fresh tree?

No, I did not anything like that. I guess it is rm -rf time, then...

Pavel
-- 
Boycott Kodak -- for their patent abuse against Java.
-
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


Re: Linux 2.6.12-rc3

2005-04-21 Thread Petr Baudis
Dear diary, on Thu, Apr 21, 2005 at 11:38:11PM CEST, I got a letter
where Pavel Machek [EMAIL PROTECTED] told me that...
 Hi!
 
 It seems that someone should write Kernel hacker's guide to
 git... Documentation/git.txt seems like good place. I guess I'll do
 it.

I've also started writing some tutorial-like guide to Cogito on my
notebook, but I have time for that only during lectures. :^)

  I'm not yet sure if we should have some Cogito interface for doing this
  and what its semantics should be.
 
 What is Cogito, BTW?

New name for git-pasky. Everyone will surely rejoice as the usage will
change significantly. But better let's clean it up now.

(For more details, check git@ archives for git-pasky-0.6 announcement.)

   I see quite a lot of problems with fsck-tree. Is that normal?
   (I ran out of disk space few times during different operations...)
  
  Actually, in case your tree is older than about two days, I hope you did
  the convert-cache magic or fetched a fresh tree?
 
 No, I did not anything like that. I guess it is rm -rf time, then...

That's the root of all your problems then.

-- 
Petr Pasky Baudis
Stuff: http://pasky.or.cz/
C++: an octopus made by nailing extra legs onto a dog. -- Steve Taylor
-
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