All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Waitz <tali@admingilde.org>
To: Ramsay Jones <ramsay@ramsay1.demon.co.uk>
Cc: git@vger.kernel.org
Subject: Re: [PATCH 9/10] Remove cmd_usage() routine and re-organize the help/usage code.
Date: Wed, 2 Aug 2006 15:21:50 +0200	[thread overview]
Message-ID: <20060802132149.GG16364@admingilde.org> (raw)
In-Reply-To: <00c201c6b5cf$8089a580$c47eedc1@ramsay1.demon.co.uk>

[-- Attachment #1: Type: text/plain, Size: 1087 bytes --]

hoi :)

On Wed, Aug 02, 2006 at 02:03:44AM +0100, Ramsay Jones wrote:
>  builtin-help.c |   54
> +++++++++++++++++++++++-------------------------------
>  builtin.h      |    7 ++-----
>  git.c          |    7 +++++--
>  3 files changed, 30 insertions(+), 38 deletions(-)

this patch is at the tip of "master" now, but with one more change:
builtin-help.c           |   54 ++++++++++++++++++++--------------------------
builtin.h                |    7 ++----
git.c                    |    7 ++++--
t/t9100-git-svn-basic.sh |    7 +++---
4 files changed, 33 insertions(+), 42 deletions(-)

diff --git a/t/t9100-git-svn-basic.sh b/t/t9100-git-svn-basic.sh
index bf1d638..34a3ccd 100755
--- a/t/t9100-git-svn-basic.sh
+++ b/t/t9100-git-svn-basic.sh
@@ -170,7 +170,7 @@ then
             test -L $SVN_TREE/exec-2.sh"

        name='modify a symlink to become a file'
-       git help > help || true
+       echo git help > help || true
        rm exec-2.sh
        cp help exec-2.sh
        git update-index exec-2.sh

this looks strange.

-- 
Martin Waitz

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

  reply	other threads:[~2006-08-02 13:22 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-08-02  1:03 [PATCH 9/10] Remove cmd_usage() routine and re-organize the help/usage code Ramsay Jones
2006-08-02 13:21 ` Martin Waitz [this message]
2006-08-02 18:18   ` Junio C Hamano
2006-08-03 18:26     ` Ramsay Jones
2006-08-03 19:30       ` Junio C Hamano
2006-08-04  4:33       ` Junio C Hamano
2006-08-02 18:47   ` Ramsay Jones

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20060802132149.GG16364@admingilde.org \
    --to=tali@admingilde.org \
    --cc=git@vger.kernel.org \
    --cc=ramsay@ramsay1.demon.co.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.