Alexander Gladysh <agladysh@xxxxxxxxx> wrote: > On Thu, Sep 4, 2008 at 3:08 AM, Shawn O. Pearce <spearce@xxxxxxxxxxx> wrote: > > > > Open up lib/diff.tcl and find "proc apply_hunk". Inside of the > > catch maybe insert a puts to see the diff, e.g.: > > <...> > > Header looks well-formed to me: > > diff --git a/path/file.ext b/path/file.ext > --- a/path/file.ext > +++ b/path/file.ext > > I have sent you full output privately. I do not see anything unusual > in it... Anyplace where I may put more logging? Actually the header you sent me privately wasn't well formed. It looked something like this: diff --git a/path/file.ext b/path/file.ext --- a/path/file.ext +++ b/path/file.ext --- assert(a != b) --- assert(a != c) @@ -10,1 +10,2 @@ It looks to me like some part of the context became part of the diff header, with three "-" stuck in front of it. Which git-apply then thinks is the pre-image path name. Can you put in some more puts in that same section of the code so we can find out which of the puts has these extra asserts? Is it the first one for $current_diff_header or is it the second one that is supposed to be pulling in the patch hunk? Do you see these extra asserts in the diff viewer like this before you try to apply the patch? -- Shawn. -- 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