From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tejun Heo Subject: Re: [GIT PULL] libata fixes for v3.16-rc6 Date: Mon, 21 Jul 2014 14:33:22 -0400 Message-ID: <20140721183322.GA29601@mtj.dyndns.org> References: <20140721121740.GB12921@htj.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-qa0-f46.google.com ([209.85.216.46]:63857 "EHLO mail-qa0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933219AbaGUSd0 (ORCPT ); Mon, 21 Jul 2014 14:33:26 -0400 Content-Disposition: inline In-Reply-To: Sender: linux-ide-owner@vger.kernel.org List-Id: linux-ide@vger.kernel.org To: Linus Torvalds Cc: Linux Kernel Mailing List , IDE-ML , Hans de Goede Hello, Linus. On Mon, Jul 21, 2014 at 11:27:18AM -0700, Linus Torvalds wrote: > On Mon, Jul 21, 2014 at 5:17 AM, Tejun Heo wrote: > > > > git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git > > > > for you to fetch changes up to b32bfc06aefab61acc872dec3222624e6cd867ed: > > Nope, nothing like that there. > > Did you perhaps mean for me to pull the "for-3.16-fixes" branch? > Because that does indeed match what you are speaking of... > > I pulled the correct branch, but please, please, *please* fix your > scripts to have the right branch name. Urgh... sorry about that. This is the same git-request-pull problem that occurred the last time. I forgot adding cc:stable to the last patch and force-pushed that out before generating the pull request (I had it sitting in my local branch for some days) and git-request-pull dropped the branch name because the commit IDs of local and remote disagreed. git --version says 1.9.3. Maybe it's not fixed in this version yet? Thanks. -- tejun