Nytro Posted September 5, 2011 Report Posted September 5, 2011 Linux Kernel Moves To GithubFrom Linus Torvalds <>Date Sun, 4 Sep 2011 16:27:25 -0700Subject Linux 3.1-rc5So it's been another week, and it's time for another -rc.However, master.kernel.org is still down, and there really hasn't beena ton of development going on, so I considered just skipping a week.But hey, the whole point (well, *one* of the points) of distributeddevelopment is that no single place is really any different from anyother, so since I did a github account for my divelog thing, why notsee how well it holds up to me just putting my whole kernel repo theretoo?So while kernel.org is down for the count, let's just see how github does: https://github.com/torvalds/linux.gitNOTE! One thing to look out for when you see a new random publichosting place usage like that is to verify that yes, it's really theperson you think it is. So is it?You can take a few different approaches: (a) Heck, it's open source, I don't care who I pull from, I just wanta new kernel, and not having a new update from kernel.org in the lastfew days, I *really* need my new kernel fix. I'll take it, because Ineed to exercise my CPU's by building randconfig kernels. Besides, Ilike living dangerously. ( Yeah, the email looks like it comes from Linus, and we all knowthat SMTP cannot possibly be spoofed, so it must be him. © Ok, I can fetch that tree, and I know that Linus always doessigned tags, and I can verify the 3.1-rc5 tag with Linus known publicGPG key that I have somewhere. If it matches, I don't care who theperson doing the release announcement is, I'll trust that Linus signedthe tree (d) I'll just wait for kernel.org to feel better.Whatever works for you.One thing to note: If you just do git pull https://github.com/torvalds/linux.gityou probably won't get the tags, since it's not your origin branch. So do git fetch --tags <...>too, so that you get not only the actual changes, but the tag that youcan verify too.And I *would* suggest you just pull into an existing tree, rather thanclone a new copy. I bet the github people will appreciate that.Anything worth saying about the changes themselves? The appendedshortlog pretty much speaks for itself: there really hasn't been muchexcitement on the kernel development front.Now, if you want to talk to me about dive logging software, that's awhole different kettle of fish.. LinusSursa: Linux Kernel Moves To Github - SlashdotInfo: https://lkml.org/lkml/2011/9/4/92 Quote
Zatarra Posted September 5, 2011 Report Posted September 5, 2011 Si asa se dezvolta/creste/castiga coderi git-ul.. nu inteleg mutarea, dar e problema lor.. Quote
rattrap Posted September 6, 2011 Report Posted September 6, 2011 @Zatarra Git-ul e scris de Linus Torvalds, github e doar un serviciu.Anywhore... Git rulz! Quote