pub/scm/linux/kernel/git/olof/chrome-platform.git  about / heads / tags
Chromebook/box platform drivers
   commit 5ecd3100e695228ac5e0ce0e325e252c0f11806f (patch)
   parent ec4883b015c321 Merge git://git.infradead.org/mtd-2.6
     tree b494a3be23da558214079c479b540cc771b96b1c
   author Linus Torvalds <torvalds@woody.linux-foundation.org>  2007-06-04 17:57:25 -0700
committer Linus Torvalds <torvalds@woody.linux-foundation.org>  2007-06-04 17:57:25 -0700

Linux 2.6.22-rc4

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

diff --git a/Makefile b/Makefile
index 562a90902cf698..30d685b629a46a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 VERSION = 2
 PATCHLEVEL = 6
 SUBLEVEL = 22
-EXTRAVERSION = -rc3
+EXTRAVERSION = -rc4
 NAME = Jeff Thinks I Should Change This, But To What?
 
 # *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