[IPython-dev] Filename with accents in the Git repository

MinRK benjaminrk at gmail.com
Tue Jan 28 13:04:19 EST 2014


I haven't done any configuration, and it seems to be working fine.
But given that some are having this issue (Julian has seen similar on the
Ubuntu test bot), maybe we should compose that file at test time, rather
than just ship it.

-MinRK


On Tue, Jan 28, 2014 at 9:31 AM, Brian Granger <ellisonbg at gmail.com> wrote:

> I am seeing this as well. Min, how are you dealing with this?
>
> On Tue, Jan 28, 2014 at 4:03 AM, Konrad Hinsen
> <konrad.hinsen at fastmail.net> wrote:
> > Konrad Hinsen writes:
> >
> >  > Git seems to have problems with this filename, at least
> >  > under MacOS X. It reports is as "untracked", but if I delete
> >  > it, it becomes marked as "deleted". Even a fresh clone
> >  > of the repository, right from GitHub, has this untracked file.
> >  >
> >  > Is there some Git configuration trick to fix this?
> >
> > I just ran into a Git expert on the corridor, so I can answer my own
> > question.
> >
> > MacOS users need to set a special Git configuration option:
> >
> >   git config --global core.precomposeunicode true
> >
> > This takes effect for all repositories created or cloned in the
> > future. There is no way to fix existing repositories, they must
> > be cloned again.
> >
> > Konrad.
> > _______________________________________________
> > IPython-dev mailing list
> > IPython-dev at scipy.org
> > http://mail.scipy.org/mailman/listinfo/ipython-dev
>
>
>
> --
> Brian E. Granger
> Cal Poly State University, San Luis Obispo
> bgranger at calpoly.edu and ellisonbg at gmail.com
> _______________________________________________
> IPython-dev mailing list
> IPython-dev at scipy.org
> http://mail.scipy.org/mailman/listinfo/ipython-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20140128/e86d33d9/attachment.html>


More information about the IPython-dev mailing list