git.vger.kernel.org archive mirror
 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 v4 0/8] Attribute and conversion patches
Date: Tue,  6 Apr 2010 14:46:36 +0200	[thread overview]
Message-ID: <cover.1270554878.git.grubba@grubba.org> (raw)

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

Since last time the 'ident'-specific patch "Inhibit contraction of
foreign $Id$ during stats." is gone, and replaced with the generic
"Filter files that have changed only due to conversion changes.".

Henrik Grubbström (Grubba) (8):
  convert: Safer handling of $Id$ contraction.
  convert: Keep foreign $Id$ on checkout.
  status: Added missing calls to diff_unmodified_pair() in
    format_callbacks.
  diff: Filter files that have changed only due to conversion changes.
  convert: Added core.refilteronadd feature.
  attr: Fixed debug output for macro expansion.
  attr: Allow multiple changes to an attribute on the same line.
  attr: Expand macros immediately when encountered.

 Documentation/config.txt |   12 +++++++
 attr.c                   |   38 ++++++++++++++--------
 cache.h                  |    2 +
 config.c                 |   10 ++++++
 convert.c                |   28 ++++++++++++++++-
 diff.c                   |   42 +++++++++++++++++++++++++
 environment.c            |    2 +
 sha1_file.c              |   57 ++++++++++++++++++++++++++++++++++
 t/t0003-attributes.sh    |   15 +++++++++
 t/t0021-conversion.sh    |   76 ++++++++++++++++++++++++++++++++++++++++++----
 wt-status.c              |    4 ++
 11 files changed, 264 insertions(+), 22 deletions(-)

             reply	other threads:[~2010-04-06 12:47 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-06 12:46 Henrik Grubbström (Grubba) [this message]
2010-04-06 12:46 ` [PATCH v4 1/8] convert: Safer handling of $Id$ contraction Henrik Grubbström (Grubba)
2010-04-06 12:46 ` [PATCH v4 2/8] convert: Keep foreign $Id$ on checkout Henrik Grubbström (Grubba)
2010-04-06 12:46 ` [PATCH v4 3/8] status: Added missing calls to diff_unmodified_pair() in format_callbacks Henrik Grubbström (Grubba)
2010-04-10 22:31   ` Junio C Hamano
2010-04-12 13:00     ` Henrik Grubbström
2010-04-10 22:32   ` Junio C Hamano
2010-04-06 12:46 ` [PATCH v4 4/8] diff: Filter files that have changed only due to conversion changes Henrik Grubbström (Grubba)
2010-04-10 22:37   ` Junio C Hamano
2010-04-16 15:30     ` Henrik Grubbström
2010-04-06 12:46 ` [PATCH v4 5/8] convert: Added core.refilteronadd feature Henrik Grubbström (Grubba)
2010-04-06 12:46 ` [PATCH v4 6/8] attr: Fixed debug output for macro expansion Henrik Grubbström (Grubba)
2010-04-06 12:46 ` [PATCH v4 7/8] attr: Allow multiple changes to an attribute on the same line Henrik Grubbström (Grubba)
2010-04-06 12:46 ` [PATCH v4 8/8] attr: Expand macros immediately when encountered Henrik Grubbström (Grubba)

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.1270554878.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 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).