All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Henrik Grubbström (Grubba)" <grubba@grubba.org>
To: git@vger.kernel.org
Cc: "Henrik Grubbström  " <grubba@grubba.org>
Subject: [PATCH 0/5] ident attribute related patches (resend w/ testsuite v3)
Date: Mon, 29 Mar 2010 13:28:54 +0200	[thread overview]
Message-ID: <cover.1269860022.git.grubba@grubba.org> (raw)

These are some patches that are needed to get the support for the
'ident' attribute to a useable state.

Since last time, suggestions by Bert Wesarg <bert.wesarg@googlemail.com>
and René Scharfe <rene.scharfe@lsrfire.ath.cx> have been implemented.

The testsuite passes on Linux/x86 and Solaris/x86.

Henrik Grubbström (Grubba) (5):
  convert: Safer handling of $Id$ contraction.
  convert: Keep foreign $Id$ on checkout.
  convert: Use the enum constant SAFE_CRLF_FALSE.
  convert: Inhibit contraction of foreign $Id$ during stats.
  convert: Added core.refilteronadd feature.

 Documentation/config.txt |    6 ++++
 builtin/apply.c          |    3 +-
 builtin/blame.c          |    3 +-
 cache.h                  |    9 +++++-
 combine-diff.c           |    3 +-
 config.c                 |    5 +++
 convert.c                |   52 +++++++++++++++++++++++++++++----
 diff.c                   |    3 +-
 environment.c            |    1 +
 sha1_file.c              |   60 +++++++++++++++++++++++++++++++++++++-
 t/t0021-conversion.sh    |   72 ++++++++++++++++++++++++++++++++++++++++++----
 11 files changed, 199 insertions(+), 18 deletions(-)

             reply	other threads:[~2010-03-29 11:29 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-29 11:28 Henrik Grubbström (Grubba) [this message]
2010-03-29 11:28 ` [PATCH 1/5] convert: Safer handling of $Id$ contraction Henrik Grubbström (Grubba)
2010-03-29 12:46   ` Stephen R. van den Berg
2010-03-29 11:28 ` [PATCH 2/5] convert: Keep foreign $Id$ on checkout Henrik Grubbström (Grubba)
2010-03-29 12:48   ` Stephen R. van den Berg
2010-03-29 11:28 ` [PATCH 3/5] convert: Use the enum constant SAFE_CRLF_FALSE Henrik Grubbström (Grubba)
2010-03-29 12:49   ` Stephen R. van den Berg
2010-04-01 19:53   ` Junio C Hamano
2010-03-29 11:28 ` [PATCH 4/5] convert: Inhibit contraction of foreign $Id$ during stats Henrik Grubbström (Grubba)
2010-03-29 12:51   ` Stephen R. van den Berg
2010-04-01 19:56   ` Junio C Hamano
2010-04-06 11:53     ` Henrik Grubbström
2010-03-29 11:28 ` [PATCH 5/5] convert: Added core.refilteronadd feature Henrik Grubbström (Grubba)
2010-03-29 12:54   ` Stephen R. van den Berg

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=cover.1269860022.git.grubba@grubba.org \
    --to=grubba@grubba.org \
    --cc=git@vger.kernel.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 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.