All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eyvind Bernhardsen <eyvind.bernhardsen@gmail.com>
To: git@vger.kernel.org
Cc: msysGit <msysgit@googlegroups.com>, Junio C Hamano <gitster@pobox.com>
Subject: [PATCH v5 0/4] EOL conversion series, take 5
Date: Wed, 19 May 2010 22:43:08 +0200	[thread overview]
Message-ID: <cover.1274301351.git.eyvind.bernhardsen@gmail.com> (raw)

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

             reply	other threads:[~2010-05-19 20:43 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-19 20:43 Eyvind Bernhardsen [this message]
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

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.1274301351.git.eyvind.bernhardsen@gmail.com \
    --to=eyvind.bernhardsen@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.com \
    --cc=msysgit@googlegroups.com \
    /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 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.