All of lore.kernel.org
 help / color / mirror / Atom feed
From: Richard MICHAEL <rmichael@leadformance.com>
To: git@vger.kernel.org
Subject: git-filter-branch : LANG / LC_ALL = C breaks UTF-8 author names
Date: Fri, 20 Aug 2010 15:20:09 +0200	[thread overview]
Message-ID: <4C6E8109.5030202@leadformance.com> (raw)

  Hello all,

I am filtering our repo with git-filter-branch, but as the sed script 
runs with LANG=C LC_ALL=C (7 bit US ASCII), it dies on commits authored 
by our team members with accented names. Why are the locales "C"?  For 
compatibility with older sed?  I've changed to LANG=en_US.UTF-8, will my 
change will cause other git-breakage?


git-filter-branch

95: LANG=C LC_ALL=C sed -ne "$pick_id_script"

95: LANG=en_US.UTF-8 sed -ne "$pick_id_script"


Regards,
Richard

             reply	other threads:[~2010-08-20 13:26 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-20 13:20 Richard MICHAEL [this message]
2010-08-20 13:32 ` git-filter-branch : LANG / LC_ALL = C breaks UTF-8 author names Jonathan Nieder
2010-08-20 13:44   ` Richard MICHAEL
2010-09-01  1:08     ` Jonathan Nieder

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=4C6E8109.5030202@leadformance.com \
    --to=rmichael@leadformance.com \
    --cc=git@vger.kernel.org \
    /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.