From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Mon, 11 Aug 2014 10:51:54 -0700 Subject: [U-Boot] [PATCH v6 13/20] buildman: Allow selection of the number of commits to build In-Reply-To: <1407619996-3637-14-git-send-email-sjg@chromium.org> References: <1407619996-3637-1-git-send-email-sjg@chromium.org> <1407619996-3637-14-git-send-email-sjg@chromium.org> Message-ID: <53E902BA.4060300@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 08/09/2014 02:33 PM, Simon Glass wrote: > It is useful to be able to build only some of the commits in a branch. Add > support for the -c option to allow this. It was previously parsed by > buildman but not implemented. > > Suggested-by: York Sun > Signed-off-by: Simon Glass > --- > Acked-by: York Sun York