git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/8] Attribute and conversion patches
@ 2010-04-06 12:46 Henrik Grubbström (Grubba)
  2010-04-06 12:46 ` [PATCH v4 1/8] convert: Safer handling of $Id$ contraction Henrik Grubbström (Grubba)
                   ` (7 more replies)
  0 siblings, 8 replies; 14+ messages in thread
From: Henrik Grubbström (Grubba) @ 2010-04-06 12:46 UTC (permalink / raw)
  To: git; +Cc: Henrik Grubbström  

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(-)

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2010-04-16 15:30 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-06 12:46 [PATCH v4 0/8] Attribute and conversion patches Henrik Grubbström (Grubba)
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)

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