pub/scm/linux/kernel/git/olof/chrome-platform.git  about / heads / tags
Chromebook/box platform drivers
   commit 2c53b436a30867eb6b47dd7bab23ba638d1fb0d2 (patch)
   parent 40779859de0f73 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6
     tree e8fd1bccb66c465b9a53d1f278d863cbfa8719ac
   author Linus Torvalds <torvalds@linux-foundation.org>  2011-06-13 15:29:59 -0700
committer Linus Torvalds <torvalds@linux-foundation.org>  2011-06-13 15:29:59 -0700

Linux 3.0-rc3

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 72c0e321f2daaa..badb9239e2bb4a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 VERSION = 3
 PATCHLEVEL = 0
 SUBLEVEL = 0
-EXTRAVERSION = -rc2
+EXTRAVERSION = -rc3
 NAME = Sneaky Weasel
 
 # *DOCUMENTATION*


glossary
--------
Commit objects reference one tree, and zero or more parents.

Single parent commits can typically generate a patch in
unified diff format via `git format-patch'.

Multiple parents means the commit is a merge.

Root commits have no ancestor.  Note that it is
possible to have multiple root commits when merging independent histories.

Every commit references one top-level tree object.

git clone https://yhbt.net/lore/pub/scm/linux/kernel/git/olof/chrome-platform.git