All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] ident attribute related patches (resend w/ testsuite)
@ 2010-03-15 15:30 Henrik Grubbström (Grubba)
  2010-03-15 15:30 ` [PATCH 1/4] convert: Safer handling of $Id$ contraction Henrik Grubbström (Grubba)
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Henrik Grubbström (Grubba) @ 2010-03-15 15:30 UTC (permalink / raw)
  To: git; +Cc: Henrik Grubbström  

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

Since last time, some issues that caused the the existing testsuite to
fail have been fixed, and the testsuite has been extended to test the
issues fixed by the patches.

Henrik Grubbström (Grubba) (4):
  convert: Safer handling of $Id$ contraction.
  convert: Keep foreign $Id$ on checkout.
  convert: Inhibit contraction of foreign $Id$ during stats.
  convert: Added core.refilteronadd feature.

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

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

end of thread, other threads:[~2010-03-15 18:32 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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:39   ` Bert Wesarg
2010-03-15 18:21     ` Henrik Grubbström
2010-03-15 18:16   ` René Scharfe
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:42   ` Bert Wesarg
2010-03-15 18:32     ` Henrik Grubbström
2010-03-15 15:30 ` [PATCH 4/4] convert: Added core.refilteronadd feature Henrik Grubbström (Grubba)

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.