From mboxrd@z Thu Jan 1 00:00:00 1970 From: Len Brown Subject: Re: [PATCH 0/8] Suspend/hibernation patches for 2.6.25 Date: Tue, 20 Nov 2007 20:13:45 -0500 Message-ID: <200711202013.46051.lenb@kernel.org> References: <200711192332.15078.rjw@sisk.pl> <200711200141.06595.lenb@kernel.org> <200711210059.54210.rjw@sisk.pl> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: 7bit Return-path: Received: from hera.kernel.org ([140.211.167.34]:57532 "EHLO hera.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1765595AbXKUBOi (ORCPT ); Tue, 20 Nov 2007 20:14:38 -0500 In-Reply-To: <200711210059.54210.rjw@sisk.pl> Content-Disposition: inline Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org To: "Rafael J. Wysocki" Cc: Alan Stern , Pavel Machek , Johannes Berg , pm list , ACPI Devel Maling List , Adrian Bunk On Tuesday 20 November 2007 18:59, Rafael J. Wysocki wrote: > On Tuesday, 20 of November 2007, Len Brown wrote: > > thanks for re-sending, Rafael. > > > > I've created a new "suspend" branch -- currently > > rooted on Linus' latest. > > > > git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git suspend > > > > I've re-based the older hibernate patches onto > > the new branch, and added the batch you just sent. > > > > Note that the suspend branch is included in my test branch, > > which akpm pulls into -mm. > > Thanks for all that! > > I'm now seeing the suspend branch on gitweb, but when I do > > $ git clone git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 > > I get a repository with only one branch which is "test" and indeed > .git/refs/heads contains this one only. What should I do to get the suspend > branch (and the others) too with git clone (or git fetch)? per http://www.lesswatts.org/projects/acpi/git.php $ git branch -r to see the branches $ git checkout -b origin/suspend to get onto that particular branch. cheers, -Len