pub/scm/linux/kernel/git/olof/chrome-platform.git  about / heads / tags
Chromebook/box platform drivers
   commit 88d7bd8cb9eb8d64bf7997600b0d64f7834047c5 (patch)
   parent 2d58cc9a437f38 [PATCH] uml: x86_64 fixes
     tree eed337ef5e9ae7d62caa84b7974a11fddc7f06e0
   author Linus Torvalds <torvalds@ppc970.osdl.org>  2005-05-06 22:20:31 -0700
committer Linus Torvalds <torvalds@ppc970.osdl.org>  2005-05-06 22:20:31 -0700

Linux v2.6.12-rc4

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

diff --git a/Makefile b/Makefile
index f7eb55878f1157..bddcb861b49bbb 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 VERSION = 2
 PATCHLEVEL = 6
 SUBLEVEL = 12
-EXTRAVERSION =-rc3
+EXTRAVERSION =-rc4
 NAME=Woozy Numbat
 
 # *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