Re: git bug: rebase fatal failure
- Date: Fri, 16 May 2008 12:01:43 +0100 (BST)
- From: Johannes Schindelin <Johannes.Schindelin@xxxxxx>
- Subject: Re: git bug: rebase fatal failure
Hi,
On Fri, 16 May 2008, Johannes Schindelin wrote:
> It is a .info file, so I suspect strange things going on with
> non-printable ASCII characters.
And indeed, this is the culprit:
-- snip --
BFD Index
*********
^@^H[index^@^H]
* Menu:
-- snap --
Note the NUL characters?
Now, the thing is: git format-patch still outputs it correctly. But
git-rebase pipes the output to git-am, which in turn calls git-mailsplit,
which suppresses that line.
Will keep you posted,
Dscho
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html