From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ramkumar Ramachandra Subject: Re: [RFC] checkout --rebase Date: Fri, 19 Jul 2013 18:01:39 +0530 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Cc: Git List , Martin von Zweigbergk , Junio C Hamano To: Sebastian Staudt X-From: git-owner@vger.kernel.org Fri Jul 19 14:32:28 2013 Return-path: Envelope-to: gcvg-git-2@plane.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1V09rF-0006R2-Oc for gcvg-git-2@plane.gmane.org; Fri, 19 Jul 2013 14:32:26 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965385Ab3GSMcW (ORCPT ); Fri, 19 Jul 2013 08:32:22 -0400 Received: from mail-ie0-f169.google.com ([209.85.223.169]:57365 "EHLO mail-ie0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760121Ab3GSMcU (ORCPT ); Fri, 19 Jul 2013 08:32:20 -0400 Received: by mail-ie0-f169.google.com with SMTP id 10so9563092ied.0 for ; Fri, 19 Jul 2013 05:32:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=EJyGMs/gGdMwRoGKAj5+Az2768FloUaWMNkHkdFczgA=; b=MAhY0C3yu3XawDCX09wu6BrwNze+Gsguyp27fmOsp0jgjFIm4e8ojCKv/JArcJYTNj sHBSrvzuwEo9aGaYgAkWG5QuW+IKVpFimI+Z1aw9FVEDiGK4WCVZCXu5wKcbSKVWR8mJ ejldZ3QyIsA7aq1xnB3Ov7NhNu/S9OX9hYo0zlzs51vqLq53MTHOYeDKGmaTZd8QIvrI bTPE1BP/SnX0/Y7/IzWYTK/WxTS1rkMsH8LD4z65KysgRTqa/0aiFpGQFWVUZHEvAIHd 4xmgz0On3p1du4nnTAychgq110iB+TTEpTH2hDAkkTCdGgkkpOszS5UGO1p+allSEyLt BPZA== X-Received: by 10.43.9.4 with SMTP id ou4mr10215485icb.53.1374237140084; Fri, 19 Jul 2013 05:32:20 -0700 (PDT) Received: by 10.64.37.130 with HTTP; Fri, 19 Jul 2013 05:31:39 -0700 (PDT) In-Reply-To: Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Damn it: checkout doesn't get executed at all because the $mb = $onto condition fails; I was looking in the wrong place. It's format-patch and am that are slowing things down terribly. Has anyone looked into stripping out the dependency? Why is cherry-pick deficient? My current workaround is to use the faster `--keep-empty` codepath, but it doesn't persist state on conflict. Isn't this an undocumented fact (aka. bug)? Thanks.