git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Marcus Comstedt <marcus@mc.pp.se>
To: git@vger.kernel.org
Cc: gitster@pobox.com
Subject: [PATCH v3 0/4] fix normalization of foreign idents
Date: Sat, 18 Sep 2010 16:30:51 +0200	[thread overview]
Message-ID: <cover.1284820251.git.marcus@mc.pp.se> (raw)

New in this reroll:

  * Added documentation of foreign idents

  * Raised the level of abstraction for the arguments to
    convert_to_git which control the conversion process (both
    old and new), as suggested by Junio

Marcus Comstedt (4):
  convert: generalize checksafe parameter
  convert: fix normalization of foreign idents
  t0021: test checkout and commit of foreign idents
  Documentation: document foreign idents

 Documentation/gitattributes.txt |    7 +++++
 builtin/apply.c                 |    2 +-
 builtin/blame.c                 |    2 +-
 cache.h                         |   13 ++++++++-
 combine-diff.c                  |    2 +-
 convert.c                       |   26 +++++++++++++----
 diff.c                          |    2 +-
 sha1_file.c                     |    3 +-
 t/t0021-conversion.sh           |   58 +++++++++++++++++++++++++++++++++++++++
 9 files changed, 103 insertions(+), 12 deletions(-)

-- 
1.7.2

             reply	other threads:[~2010-09-18 14:47 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-18 14:30 Marcus Comstedt [this message]
2010-08-23  7:05 ` [PATCH v3 2/4] convert: fix normalization of foreign idents Marcus Comstedt
2010-09-18 21:31   ` Junio C Hamano
2010-09-18 22:38     ` Marcus Comstedt
2010-09-07 19:16 ` [PATCH v3 3/4] t0021: test checkout and commit " Marcus Comstedt
2010-09-13 22:00 ` [PATCH v3 1/4] convert: generalize checksafe parameter Marcus Comstedt
2010-09-18 13:53 ` [PATCH v3 4/4] Documentation: document foreign idents Marcus Comstedt

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.1284820251.git.marcus@mc.pp.se \
    --to=marcus@mc.pp.se \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.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 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).