git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Bert Wesarg <bert.wesarg@googlemail.com>
To: "Henrik Grubbström (Grubba)" <grubba@grubba.org>
Cc: git@vger.kernel.org
Subject: Re: [PATCH 1/4] convert: Safer handling of $Id$ contraction.
Date: Mon, 15 Mar 2010 16:39:35 +0100	[thread overview]
Message-ID: <36ca99e91003150839r3b159befr9086fa47eec61a8d@mail.gmail.com> (raw)
In-Reply-To: <be7e603837d8f55461c4d654fb07bd61c97b70e6.1268664693.git.grubba@grubba.org>

2010/3/15 Henrik Grubbström (Grubba) <grubba@grubba.org>:
> diff --git a/t/t0021-conversion.sh b/t/t0021-conversion.sh
> index 6cb8d60..a21a8d2 100755
> --- a/t/t0021-conversion.sh
> +++ b/t/t0021-conversion.sh
> @@ -65,17 +65,21 @@ test_expect_success expanded_in_repo '
>                echo "\$Id:NoSpaceAtFront \$"
>                echo "\$Id:NoSpaceAtEitherEnd\$"
>                echo "\$Id: NoTerminatingSymbol"
> +               echo "\$Id: Foreign Commit With Spaces $"

Missing \ for second $.

> +               echo "\$Id: NoTerminatingSymbolAtEOF"
>        } > expanded-keywords &&
>
>        {
>                echo "File with expanded keywords"
> -               echo "\$Id: 4f21723e7b15065df7de95bd46c8ba6fb1818f4c \$"
> -               echo "\$Id: 4f21723e7b15065df7de95bd46c8ba6fb1818f4c \$"
> -               echo "\$Id: 4f21723e7b15065df7de95bd46c8ba6fb1818f4c \$"
> -               echo "\$Id: 4f21723e7b15065df7de95bd46c8ba6fb1818f4c \$"
> -               echo "\$Id: 4f21723e7b15065df7de95bd46c8ba6fb1818f4c \$"
> -               echo "\$Id: 4f21723e7b15065df7de95bd46c8ba6fb1818f4c \$"
> +               echo "\$Id: fd0478f5f1486f3d5177d4c3f6eb2765e8fc56b9 \$"
> +               echo "\$Id: fd0478f5f1486f3d5177d4c3f6eb2765e8fc56b9 \$"
> +               echo "\$Id: fd0478f5f1486f3d5177d4c3f6eb2765e8fc56b9 \$"
> +               echo "\$Id: fd0478f5f1486f3d5177d4c3f6eb2765e8fc56b9 \$"
> +               echo "\$Id: fd0478f5f1486f3d5177d4c3f6eb2765e8fc56b9 \$"
> +               echo "\$Id: fd0478f5f1486f3d5177d4c3f6eb2765e8fc56b9 \$"
>                echo "\$Id: NoTerminatingSymbol"
> +               echo "\$Id: fd0478f5f1486f3d5177d4c3f6eb2765e8fc56b9 $"

Ditto.

> +               echo "\$Id: NoTerminatingSymbolAtEOF"
>        } > expected-output &&
>
>        git add expanded-keywords &&

  parent reply	other threads:[~2010-03-15 15:39 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-15 15:30 [PATCH 0/4] ident attribute related patches (resend w/ testsuite) Henrik Grubbström (Grubba)
2010-03-15 15:30 ` [PATCH 1/4] convert: Safer handling of $Id$ contraction Henrik Grubbström (Grubba)
2010-03-15 15:30   ` [PATCH 2/4] convert: Keep foreign $Id$ on checkout Henrik Grubbström (Grubba)
2010-03-15 15:30     ` [PATCH 3/4] convert: Inhibit contraction of foreign $Id$ during stats Henrik Grubbström (Grubba)
2010-03-15 15:30       ` [PATCH 4/4] convert: Added core.refilteronadd feature Henrik Grubbström (Grubba)
2010-03-15 15:42       ` [PATCH 3/4] convert: Inhibit contraction of foreign $Id$ during stats Bert Wesarg
2010-03-15 18:32         ` Henrik Grubbström
2010-03-15 15:39   ` Bert Wesarg [this message]
2010-03-15 18:21     ` [PATCH 1/4] convert: Safer handling of $Id$ contraction Henrik Grubbström
2010-03-15 18:16   ` René Scharfe
  -- strict thread matches above, loose matches on Subject: below --
2010-03-01 16:16 Henrik Grubbström
2010-03-03  1:10 ` Junio C Hamano
2010-03-03 10:40   ` Henrik Grubbström
2010-03-09  9:22     ` Henrik Grubbström

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=36ca99e91003150839r3b159befr9086fa47eec61a8d@mail.gmail.com \
    --to=bert.wesarg@googlemail.com \
    --cc=git@vger.kernel.org \
    --cc=grubba@grubba.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).