From mboxrd@z Thu Jan 1 00:00:00 1970 From: jason@lakedaemon.net (Jason Cooper) Date: Tue, 03 Feb 2015 11:45:26 -0500 Subject: [GIT PULL] ARM: mvebu: DT changes for v3.20 (round 3) In-Reply-To: <20150203163950.GR4827@lukather> References: <54D0ECF2.9050104@free-electrons.com> <54D0EE90.1040708@lakedaemon.net> <20150203163950.GR4827@lukather> Message-ID: <54D0FB26.6030207@lakedaemon.net> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 2/3/15 11:39 AM, Maxime Ripard wrote: > On Tue, Feb 03, 2015 at 10:51:44AM -0500, Jason Cooper wrote: >>> are available in the git repository at: >>> >>> ssh://git.infradead.org/srv/git/linux-mvebu.git tags/mvebu-dt-3.20-3 >> >> oops. Please resend with the git:// url. I tend to have two remotes for >> this sort of thing, 'mvebu' -> ssh://, and 'mvebu-pub' -> git:// >> >> Then, I just make sure I see 'mvebu-pub' in the middle of the request-pull >> command. > > There's actually two different URLs you can set up for the remotes in > your git config: "url", for when you want to pull, and "pushURL", for > when you want to push. > > That way, you just have a single remote, and everything just works, > avoiding mistakes like the above. Ah, that is the more correct answer. Thanks. thx, Jason.