From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonathan Nieder Subject: Re: [BUG] multi-commit cherry-pick messes up the order of commits Date: Thu, 12 Jan 2012 13:34:26 -0600 Message-ID: <20120112193426.GD6038@burratino> References: <20120111173101.GQ30469@goldbirke> <20120112144409.GV30469@goldbirke> <20120112165329.GA17173@sigill.intra.peff.net> <4F0F32CC.8040404@kdbg.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Johannes Sixt , Jeff King , SZEDER =?utf-8?B?R8OhYm9y?= , Christian Couder , Christian Couder , git@vger.kernel.org To: Ramkumar Ramachandra X-From: git-owner@vger.kernel.org Thu Jan 12 20:34:37 2012 Return-path: Envelope-to: gcvg-git-2@lo.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RlQQ0-0001jt-TB for gcvg-git-2@lo.gmane.org; Thu, 12 Jan 2012 20:34:37 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755078Ab2ALTed (ORCPT ); Thu, 12 Jan 2012 14:34:33 -0500 Received: from mail-iy0-f174.google.com ([209.85.210.174]:61182 "EHLO mail-iy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755031Ab2ALTec (ORCPT ); Thu, 12 Jan 2012 14:34:32 -0500 Received: by iabz25 with SMTP id z25so3147760iab.19 for ; Thu, 12 Jan 2012 11:34:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=9j+g9sQEs/g+BmXOb9GTg3iKNxjzgIthMKuv8fpHras=; b=UIl2ZNRP1dvhcxd1S5MxwqrYIksRoEPhJSF1bMSDcUDtrJJY4zcHh45Ga8pAo4BvVW Jr0XRtlFYTJZAZ3erDTjkN3ffFnRgpIvlBucua0st8TfS9eAoJurBlsEHiKV5G8LL9Fw /+Nz0L+jY86ORqgU9JLOT+cl6CVCJQfSuB5qk= Received: by 10.43.47.135 with SMTP id us7mr4820979icb.31.1326396871733; Thu, 12 Jan 2012 11:34:31 -0800 (PST) Received: from burratino (c-24-1-56-9.hsd1.il.comcast.net. [24.1.56.9]) by mx.google.com with ESMTPS id r18sm20350880ibh.4.2012.01.12.11.34.30 (version=SSLv3 cipher=OTHER); Thu, 12 Jan 2012 11:34:31 -0800 (PST) Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Ramkumar Ramachandra wrote: > That was my first reaction too -- then I saw builtin/push.c (the > builtin show is quite similar), and found out that it doesn't use the > revision walker at all. "git push", unlike "git show", does not accept arguments like maint..master.