All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/4] EOL conversion series, take 5
@ 2010-05-19 20:43 Eyvind Bernhardsen
  2010-05-19 20:43 ` [PATCH v5 1/4] Add tests for per-repository eol normalization Eyvind Bernhardsen
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Eyvind Bernhardsen @ 2010-05-19 20:43 UTC (permalink / raw)
  To: git; +Cc: msysGit, Junio C Hamano

This is a resend of the latest crlf fix/rename series, including the
final "add core.eol" config variable patch and some minor fixes to the
tests.  I didn't include Finn Arne's "safe autocrlf" patch this time,
but it is still required.
-- 
Eyvind


Eyvind Bernhardsen (4):
  Add tests for per-repository eol normalization
  Add per-repository eol normalization
  Rename the "crlf" attribute "text"
  Add "core.eol" config variable

 Documentation/config.txt        |   28 +++++--
 Documentation/git-cvsserver.txt |   13 +--
 Documentation/gitattributes.txt |  167 +++++++++++++++++++++++++++++++--------
 Makefile                        |    3 +
 attr.c                          |    2 +-
 cache.h                         |   22 +++++-
 config.c                        |   18 ++++-
 convert.c                       |  148 ++++++++++++++++++++++++++---------
 environment.c                   |    3 +-
 git-cvsserver.perl              |   13 ++-
 t/t0025-crlf-auto.sh            |  155 ++++++++++++++++++++++++++++++++++++
 t/t0026-eol-config.sh           |   83 +++++++++++++++++++
 12 files changed, 562 insertions(+), 93 deletions(-)
 create mode 100755 t/t0025-crlf-auto.sh
 create mode 100755 t/t0026-eol-config.sh

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

end of thread, other threads:[~2010-05-19 20:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-19 20:43 [PATCH v5 0/4] EOL conversion series, take 5 Eyvind Bernhardsen
2010-05-19 20:43 ` [PATCH v5 1/4] Add tests for per-repository eol normalization Eyvind Bernhardsen
2010-05-19 20:43 ` [PATCH v5 2/4] Add " Eyvind Bernhardsen
2010-05-19 20:43 ` [PATCH v5 3/4] Rename the "crlf" attribute "text" Eyvind Bernhardsen
2010-05-19 20:43 ` [PATCH v5 4/4] Add "core.eol" config variable Eyvind Bernhardsen

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.