From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff King Subject: Re: [PATCH 3/3] push: pass --progress down to git-pack-objects Date: Wed, 13 Oct 2010 21:24:15 -0400 Message-ID: <20101014012415.GA20685@sigill.intra.peff.net> References: <1286998311-5112-1-git-send-email-rctay89@gmail.com> <1286998311-5112-2-git-send-email-rctay89@gmail.com> <1286998311-5112-3-git-send-email-rctay89@gmail.com> <1286998311-5112-4-git-send-email-rctay89@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Cc: Git Mailing List , Jonathan Nieder , Chase Brammer , Junio C Hamano To: Tay Ray Chuan X-From: git-owner@vger.kernel.org Thu Oct 14 03:24:00 2010 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 1P6CY4-0003v6-2R for gcvg-git-2@lo.gmane.org; Thu, 14 Oct 2010 03:24:00 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753548Ab0JNBXy (ORCPT ); Wed, 13 Oct 2010 21:23:54 -0400 Received: from xen6.gtisc.gatech.edu ([143.215.130.70]:36744 "EHLO peff.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753205Ab0JNBXx (ORCPT ); Wed, 13 Oct 2010 21:23:53 -0400 Received: (qmail 3639 invoked by uid 111); 14 Oct 2010 01:23:52 -0000 Received: from 99-108-226-0.lightspeed.iplsin.sbcglobal.net (HELO sigill.intra.peff.net) (99.108.226.0) (smtp-auth username relayok, mechanism cram-md5) by peff.net (qpsmtpd/0.40) with ESMTPA; Thu, 14 Oct 2010 01:23:52 +0000 Received: by sigill.intra.peff.net (sSMTP sendmail emulation); Wed, 13 Oct 2010 21:24:15 -0400 Content-Disposition: inline In-Reply-To: Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: On Thu, Oct 14, 2010 at 08:59:41AM +0800, Tay Ray Chuan wrote: > On Thu, Oct 14, 2010 at 3:31 AM, Tay Ray Chuan wrote: > > From: Jeff King > > > > [snip] > > > > Reported-by: Chase Brammer > > Helped-by: Jonathan Nieder > > Signed-off-by: Tay Ray Chuan > > Chase, I switched the authorship to Jeff - after all, he was the one > who wrote the patch. I hope you're fine with that. > > Jeff, if this patch is ok, since you're the author, perhaps you might > want to add your SOB? Yeah, definitely: Signed-off-by: Jeff King -Peff