On Fri, Jan 15, 2010 at 07:34:38PM +0100, Sven Eckelmann wrote:
> Marek Lindner wrote:
> > On Monday 11 January 2010 12:57:56 you wrote:
> > > This fixes the bug discovered by Marek Lindner which did not allow
> > > turning on the vis-server before an interface has been added. With this
> > > patch we are using a global atomic variable for activating and
> > > deactiating the vis-server-mode instead, which can be used before
> > > inserting an interface.
> >
> > Off-list:
> > Wollte mir grad deinen Patch reinziehen, aber trotz "git send-email" ist
> > auch diese Mail is base64 encoded ?? Im Header sehe ich jedenfalls
> > "X-Mailer: git- send-email 1.6.6". Evtl. h?ngt das mit charset (utf8)
> > zusammen ?
>
> Aaaalso. Ich habe ersteinmal keine Ahnung woher es kommt. git-format-patch
> produziert sowas jedenfalls nicht. git-send-email eigentlich auch nicht (der
> bleibt immer bei "Content-Type: text/plain; ...". Wenn ich jetzt im Git
> Quellcode suche, dann finde ich auch nur funktionen um base64 in Mails zu
> dekodieren.
All the patches i've generated so far from git have been plain old
ASCII, even though some contain extended characters, because of
umlauts in names. So i agree with Sven, it is more likely to be a
problem with the mail system somewhere, not git.
Andrew