From: Mark Junker <hidden> Date: 2016-06-15 22:44:07
Use FIX_UTF8_MAC to enable conversion from UTF8-MAC to UTF8 for readdir
and get_pathspec.
I had to change get_pathspec too because otherwise git-add wouldn't work
anymore because it uses the output of get_pathspec as strings to compare
with the output of readdir.
I'm quite unsure because this is my first patch for the git project and
I have several questions:
1. Is FIX_UTF8_MAC the right name for this "feature"?
2. Do I have to introduce a configuration option for this "feature"?
Signed-off-by: Mark Junker <redacted>
---
Makefile | 5 +++++
compat/readdir.c | 26 ++++++++++++++++++++++++++
git-compat-util.h | 5 +++++
setup.c | 12 ++++++++++++
4 files changed, 48 insertions(+), 0 deletions(-)
From: Johannes Schindelin <hidden> Date: 2016-06-15 22:44:07
Hi,
On Mon, 21 Jan 2008, Mark Junker wrote:
Use FIX_UTF8_MAC to enable conversion from UTF8-MAC to UTF8 for readdir
and get_pathspec.
I had to change get_pathspec too because otherwise git-add wouldn't work
anymore because it uses the output of get_pathspec as strings to compare
with the output of readdir.
I'm quite unsure because this is my first patch for the git project and
I have several questions:
1. Is FIX_UTF8_MAC the right name for this "feature"?
2. Do I have to introduce a configuration option for this "feature"?
Signed-off-by: Mark Junker <redacted>
I hate three facts about this patch:
- it is too specific to the MacOSX filesystem issues (and better
alternatives have _already_ been proposed),
- it is a new feature and not a bug fix, very, _very_ late in the rc
cycle,
- it contains questions in the commit message? WTF? Should it not be
marked as PATCH/RFC, possibly without a signoff to make sure that you
want to discuss it first?
It's possible I am grumpy because everybody and her dog seems to work on
her little projects, while I listen to Junio and try to work with/on
"master" already since a month.
Ciao,
Dscho
From: Johannes Schindelin <hidden> Date: 2016-06-15 22:44:07
Hi,
On Mon, 21 Jan 2008, Johannes Schindelin wrote:
On Mon, 21 Jan 2008, Mark Junker wrote:
quoted
Johannes Schindelin schrieb:
quoted
- it is too specific to the MacOSX filesystem issues (and better
alternatives have _already_ been proposed),
I know that there were proposed alternatives but I like to use git on
MacOSX now and not in XY months.
quoted
- it is a new feature and not a bug fix, very, _very_ late in the rc
cycle,
It was never meant for inclusion now. I know that this is post-1.5.4
stuff.
In this case, I am going to work on my suggestion myself.
Now.
I retract that. Although I put some work into it, I agree that it is post
1.5.4.
Plus, I do not want anybody to think that shouting and being a PITA buys
him anything.
Ciao,
Dscho