From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from zeniv.linux.org.uk ([195.92.253.2]:42757 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752007AbcCZPuM (ORCPT ); Sat, 26 Mar 2016 11:50:12 -0400 Date: Sat, 26 Mar 2016 15:50:09 +0000 From: Al Viro To: Mike Marshall Cc: Linus Torvalds , Martin Brandenburg , linux-fsdevel Subject: Re: Orangefs, v4.5 and the merge window... Message-ID: <20160326155009.GQ17997@ZenIV.linux.org.uk> References: <20160326002116.GK17997@ZenIV.linux.org.uk> <20160326010140.GN17997@ZenIV.linux.org.uk> <20160326043041.GO17997@ZenIV.linux.org.uk> <20160326144700.GP17997@ZenIV.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Sat, Mar 26, 2016 at 11:34:22AM -0400, Mike Marshall wrote: > OK... I think this is what you're after: > > $ git request-pull ko/for-next > git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git > for-next > > The following changes since commit 45996492e5c85aa0ac93a95d1b2d1ed56851c865: > > orangefs: fix orangefs_superblock locking (2016-03-26 07:22:00 -0400) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git for-next > > for you to fetch changes up to 45996492e5c85aa0ac93a95d1b2d1ed56851c865: > > orangefs: fix orangefs_superblock locking (2016-03-26 07:22:00 -0400) Er... That ought to have generated shortlog and diffstat as well; the point is mostly to see what's intended to be included into pull. See "16) Sending "git pull" requests" in Documentation/SubmittingPatches: | A pull request should also include an overall message saying what will be | included in the request, a "git shortlog" listing of the patches | themselves, and a diffstat showing the overall effect of the patch series. | The easiest way to get all this information together is, of course, to let | git do it for you with the "git request-pull" command.