From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: Re: [PATCH v4 00/11] add options to for-each-ref Date: Sun, 21 Jun 2015 17:41:38 -0700 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Cc: Git , Matthieu Moy , Christian Couder To: Karthik Nayak X-From: git-owner@vger.kernel.org Mon Jun 22 02:42:04 2015 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 1Z6poK-0005av-1r for gcvg-git-2@plane.gmane.org; Mon, 22 Jun 2015 02:42:04 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752414AbbFVAl7 (ORCPT ); Sun, 21 Jun 2015 20:41:59 -0400 Received: from mail-ob0-f181.google.com ([209.85.214.181]:33344 "EHLO mail-ob0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751485AbbFVAl6 (ORCPT ); Sun, 21 Jun 2015 20:41:58 -0400 Received: by obpn3 with SMTP id n3so20870935obp.0 for ; Sun, 21 Jun 2015 17:41:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=waD5toNBimP2u3ytTvm9+kn0uY62nGw7beZRTzFI3Ew=; b=Az+vr7tDpC2/Pf4dIVDNqgep9HvrAhZ84INIfWqymproCKX99swqh4mCyhWzD+c1es k6rJqYH9jskRcF+ErLzf9WsKFBWoImsIRVix+3xM3FhLAWs+qfIOK9LaLCQTT2+nteG+ DEG9iJPNoTxKkyBNr0MT1ob5+9tm5Ei2IIKInepV0QGtglUZzm+wzT2Dc7BWgAjQB6KA dCLdqJDYDpJ6RrA36AyCzrLT1t6R6CeCRXonp8eiW6RA8VX/qWz/JLtexdXJLXWNyqmK jIJGaw5W2guavbNmA39V4Ql4DHx34w8O//HgWJUI4ZztKNTGr2vcKSCl8Cd0JGd4JwAG NdEg== X-Received: by 10.202.4.212 with SMTP id 203mr16492059oie.93.1434933717660; Sun, 21 Jun 2015 17:41:57 -0700 (PDT) Received: by 10.202.202.129 with HTTP; Sun, 21 Jun 2015 17:41:38 -0700 (PDT) In-Reply-To: X-Google-Sender-Auth: stmloXmKZS41Nm92CkFI3FbxOWM Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: On Sun, Jun 21, 2015 at 1:51 PM, Karthik Nayak wrote: > On Mon, Jun 22, 2015 at 2:15 AM, Karthik Nayak wrote: >> The previous version of the patch series can be found here : >> thread.gmane.org/gmane.comp.version-control.git/271754 >> >> Changes in this version : >> * 01/11: Remove unnecessary tests and add signed tag. >> * 04/11: Grammatical change. >> * 06/11: Introduce a comment to explain code. >> * 11/11: Grammatical change. >> >> Thanks to Matthieu for suggestions on the previous version >> > > The patches end at No 11. Even though they show XY/19. > I have more uncooked patches on my branch, which I'll eventually send > to the list. Just FYI, you can "git format-patch -11 my-work~8" or something like that and get 01/11 to 11/11 even if you have more commits that are not yet ready near the tip.