From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [GIT PULL 0/5] KVM: s390: Fixups for changes in merge window for 4.0 Date: Thu, 05 Mar 2015 11:33:54 +0100 Message-ID: <54F83112.2080002@redhat.com> References: <1425469314-48913-1-git-send-email-borntraeger@de.ibm.com> <20150305010743.GA10924@amt.cnet> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20150305010743.GA10924@amt.cnet> Sender: kvm-owner@vger.kernel.org List-Archive: List-Post: To: Marcelo Tosatti , Christian Borntraeger Cc: KVM , linux-s390 , Cornelia Huck , Jens Freimann , Alexander Graf List-ID: On 05/03/2015 02:07, Marcelo Tosatti wrote: > Can you generate pull against current master? > > $ git pull --ff-only git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git > tags/kvm-s390-master-20150303 Why insist that the pull request be ff-only? By using the tag, the merge commit will include the tag description, so you get more information by not doing a fast forward. Paolo