Re: Linux v2.6.17

From: Petr Baudis
Date: Sun Jun 18 2006 - 22:30:45 EST


Dear diary, on Sun, Jun 18, 2006 at 05:47:27AM CEST, I got a letter
where Linus Torvalds <torvalds@xxxxxxxx> said that...
> On Sat, 17 Jun 2006, Brice Goglin wrote:
> >
> > I guess I could use git to generate the full changelog once a new
> > release and keep it for later...
>
> Well, if you are already a git user (or willing to become one), there's no
> point in even keeping it for later.
>
> [torvalds@g5 linux]$ time git log v2.6.16..v2.6.17 > /dev/null
>
> real 0m0.484s
> user 0m0.448s
> sys 0m0.036s
>
> ie the logfile generation really is almost free. And yes, that's the
> _full_ big log (all 92 _thousand_ lines of it, from the 6113 commits in
> the 2.6.16->17 case) being generated in under half a second.

I assume that this is with hot cache, which is something you shouldn't
assume for a use like this - you likely aren't in the middle of doing
stuff with the repository but just want to peek at the changes list.

Anyway, the nice thing about the Changelog files MIGHT be Google - it's
nice when googling around about your kernel problem ends up yielding
a changelog entry indicating that it's already fixed in a newer kernel
version. That is, if only Google crawled the changelogs. Does it stay
away of them because they have no extension?

--
Petr "Pasky" Baudis
Stuff: http://pasky.or.cz/
A person is just about as big as the things that make them angry.
-
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/