From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephan Beyer Subject: Re: squashing patches Date: Mon, 9 Jun 2008 18:29:09 +0200 Message-ID: <20080609162909.GC8079@leksak.fem-net> References: <20080607220101.GM31040@leksak.fem-net> <20080609114550.GA8079@leksak.fem-net> <484D47C9.9050509@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: git@vger.kernel.org, Junio C Hamano , Johannes Schindelin , Joerg Sommer , Daniel Barkalow , Christian Couder To: Paolo Bonzini X-From: git-owner@vger.kernel.org Mon Jun 09 18:30:16 2008 Return-path: Envelope-to: gcvg-git-2@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1K5kG2-0001G3-7C for gcvg-git-2@gmane.org; Mon, 09 Jun 2008 18:30:10 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751277AbYFIQ3P (ORCPT ); Mon, 9 Jun 2008 12:29:15 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751159AbYFIQ3P (ORCPT ); Mon, 9 Jun 2008 12:29:15 -0400 Received: from mail.gmx.net ([213.165.64.20]:43460 "HELO mail.gmx.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1750699AbYFIQ3O (ORCPT ); Mon, 9 Jun 2008 12:29:14 -0400 Received: (qmail invoked by alias); 09 Jun 2008 16:29:12 -0000 Received: from q137.fem.tu-ilmenau.de (EHLO leksak.fem-net) [141.24.46.137] by mail.gmx.net (mp062) with SMTP; 09 Jun 2008 18:29:12 +0200 X-Authenticated: #1499303 X-Provags-ID: V01U2FsdGVkX18FfW4oF6gFscD1cQed9fVWRrnI8tQKpWNL4HwrP4 NCdz4zMBUit0Lx Received: from sbeyer by leksak.fem-net with local (Exim 4.69) (envelope-from ) id 1K5kF3-0003OW-2M; Mon, 09 Jun 2008 18:29:09 +0200 Content-Disposition: inline In-Reply-To: <484D47C9.9050509@gnu.org> X-Y-GMX-Trusted: 0 Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Hi, > My feedback is in the message from the "-s theirs" thread that I CCed > you on. Well, I've noticed and read it, but haven't knowm what I wanted to reply. :) > Basic points: > > 1) I would like a "--strategy" option for cherry-pick and for the > sequencer's "pick"; If somebody adds a --strategy option to cherry-pick and it gets into "next", I have no problem to let sequencer pass the option to cherry-pick ;) Btw, I like the idea of cherry-pick --strategy=theirs (though I don't know if I'd ever use it), but this is currently beyond my task ;-) > 2) What about > > mark :1 > pick a > file b > pick c > squash --up-to :1 I like the idea. And the others? --- a/Documentation/git-sequencer.txt +++ b/Documentation/git-sequencer.txt @@ -212,6 +216,12 @@ squash [] :: + See 'GENERAL OPTIONS' for values of `