git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] ident attribute related patches (resend w/ testsuite v3)
@ 2010-03-29 11:28 Henrik Grubbström (Grubba)
  2010-03-29 11:28 ` [PATCH 1/5] convert: Safer handling of $Id$ contraction Henrik Grubbström (Grubba)
  0 siblings, 1 reply; 14+ messages in thread
From: Henrik Grubbström (Grubba) @ 2010-03-29 11:28 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, 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(-)

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

end of thread, other threads:[~2010-04-06 11:53 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-29 11:28 [PATCH 0/5] ident attribute related patches (resend w/ testsuite v3) Henrik Grubbström (Grubba)
2010-03-29 11:28 ` [PATCH 1/5] convert: Safer handling of $Id$ contraction Henrik Grubbström (Grubba)
2010-03-29 11:28   ` [PATCH 2/5] convert: Keep foreign $Id$ on checkout Henrik Grubbström (Grubba)
2010-03-29 11:28     ` [PATCH 3/5] convert: Use the enum constant SAFE_CRLF_FALSE Henrik Grubbström (Grubba)
2010-03-29 11:28       ` [PATCH 4/5] convert: Inhibit contraction of foreign $Id$ during stats Henrik Grubbström (Grubba)
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
2010-03-29 12:51         ` [PATCH 4/5] convert: Inhibit contraction of foreign $Id$ during stats Stephen R. van den Berg
2010-04-01 19:56         ` Junio C Hamano
2010-04-06 11:53           ` Henrik Grubbström
2010-03-29 12:49       ` [PATCH 3/5] convert: Use the enum constant SAFE_CRLF_FALSE Stephen R. van den Berg
2010-04-01 19:53       ` Junio C Hamano
2010-03-29 12:48     ` [PATCH 2/5] convert: Keep foreign $Id$ on checkout Stephen R. van den Berg
2010-03-29 12:46   ` [PATCH 1/5] convert: Safer handling of $Id$ contraction Stephen R. van den Berg

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