From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephan Beyer Subject: Re: [PATCH] git-am: add --directory= option Date: Thu, 15 Jan 2009 00:46:02 +0100 Message-ID: <20090114234602.GD32313@leksak.fem-net> References: <7vbpudjanf.fsf@gitster.siamese.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: git , Simon 'corecode' Schubert , Kevin Ballard To: Junio C Hamano X-From: git-owner@vger.kernel.org Thu Jan 15 00:47:43 2009 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 1LNFSY-0004mD-AM for gcvg-git-2@gmane.org; Thu, 15 Jan 2009 00:47:42 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756825AbZANXqT (ORCPT ); Wed, 14 Jan 2009 18:46:19 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756633AbZANXqS (ORCPT ); Wed, 14 Jan 2009 18:46:18 -0500 Received: from mail.gmx.net ([213.165.64.20]:50970 "HELO mail.gmx.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1755662AbZANXqR (ORCPT ); Wed, 14 Jan 2009 18:46:17 -0500 Received: (qmail invoked by alias); 14 Jan 2009 23:46:16 -0000 Received: from q137.fem.tu-ilmenau.de (EHLO leksak.fem-net) [141.24.46.137] by mail.gmx.net (mp033) with SMTP; 15 Jan 2009 00:46:16 +0100 X-Authenticated: #1499303 X-Provags-ID: V01U2FsdGVkX19Yx9oqx8dY68jdR1vusAwlLWgfX8gsBmheBIYWno TQOB0Hh+xQVIBC Received: from sbeyer by leksak.fem-net with local (Exim 4.69) (envelope-from ) id 1LNFQw-0000kL-Ud; Thu, 15 Jan 2009 00:46:02 +0100 Content-Disposition: inline In-Reply-To: <7vbpudjanf.fsf@gitster.siamese.dyndns.org> X-Y-GMX-Trusted: 0 X-FuHaFi: 0.44 Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Hi Junio, Junio C Hamano wrote: > > git-am.sh | 17 +++++++++++++---- > t/t4252-am-options.sh | 8 ++++++++ > 2 files changed, 21 insertions(+), 4 deletions(-) I think this is missing some diff --git a/Documentation/git-am.txt b/Documentation/git-am.txt index b9c6fac..64c8178 100644 --- a/Documentation/git-am.txt +++ b/Documentation/git-am.txt @@ -66,6 +66,7 @@ default. You could use `--no-utf8` to override this. -C:: -p:: +--directory=:: These flags are passed to the 'git-apply' (see linkgit:git-apply[1]) program that applies the patch. or even diff --git a/Documentation/git-am.txt b/Documentation/git-am.txt index b9c6fac..327bc3d 100644 --- a/Documentation/git-am.txt +++ b/Documentation/git-am.txt @@ -59,13 +59,10 @@ default. You could use `--no-utf8` to override this. it is supposed to apply to, and we have those blobs available locally. ---whitespace=