[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1273000031.4143.56.camel@Joe-Laptop.home>
Date: Tue, 04 May 2010 12:07:11 -0700
From: Joe Perches <joe@...ches.com>
To: Greg KH <gregkh@...e.de>
Cc: H Hartley Sweeten <hartleys@...ionengravers.com>,
"devel@...verdev.osuosl.org" <devel@...verdev.osuosl.org>,
"ss@....gov.au" <ss@....gov.au>,
Linux Kernel <linux-kernel@...r.kernel.org>
Subject: Re: Staging: dt3155: Cleanup memory mapped i/o access
On Mon, 2010-05-03 at 19:54 -0700, Greg KH wrote:
> > git push?
> I have, and they look to be there to me:
> http://git.kernel.org/?p=linux/kernel/git/gregkh/staging-next-2.6.git;a=commit;h=4f923d004396ef272600d381a365cac9d832486d
> So something must be odd on your side.
Yup, sorry, my mistake.
staging-next is the name of your repository as well as
a branch within your repository and git after git clone
doesn't by default show all remote branches.
$ git clone --reference=linux-2.6 \
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-next-2.6.git
$ git branch -r
origin/HEAD -> origin/master
origin/master
origin/staging-next
I needed to add a git checkout origin/staging-next
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists