On Thu, Sep 4, 2008 at 3:08 AM, Shawn O. Pearce <[EMAIL PROTECTED]> wrote: > Alexander Gladysh <[EMAIL PROTECTED]> wrote: >> On Wed, Aug 27, 2008 at 1:16 PM, Alexander Gladysh <[EMAIL PROTECTED]> wrote: >> > I like 'stage hunk for commit' feature in Git Gui, but often it gives >> > me an error message box: >> > >> > fatal: git-apply: bad git-diff - inconsistent old filename on line 4 > ... > I've never seen that before, but its clearly dumping a bad diff > into git-apply. > > Open up lib/diff.tcl and find "proc apply_hunk". Inside of the > catch maybe insert a puts to see the diff, e.g.: > <...> > Then if you can scrub the context and +/- lines for a bad diff and > send us at least the headers, or tell us how they are malformed, > it would help to debug it.
Thank you! 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? Thanks again, Alexander. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Git for human beings" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/git-users?hl=en -~----------~----~----~----~------~----~------~--~---
