Re: git blame crashes with internal error

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Björn <B.Steinbrink@...>
Cc: <gitster@...>, <git@...>
Date: Sunday, October 14, 2007 - 12:37 pm

Björn Steinbrink, Sun, Oct 14, 2007 16:36:28 +0200:

It is not crashing. It is just not handling unexpected situation
properly:

    $ testcase.sh
    ...
    Switched to branch "foo"
    CONFLICT (delete/modify): file1 deleted in HEAD and modified in master. Version master of file1 left in tree.
    Automatic merge failed; fix conflicts and then commit the result.
    fatal: internal error: ce_mode is 0
    $ git ls-files --cached --stage
    100644 72139f38953679bd19b3a7938c479d73c1aa7b59 1       file1
    100644 3181f904ce3f9364b08524edd262a7a2ac766c9c 3       file1
    100644 24e1ea80d6dcc497f60597b2a6d7cf65ecaa958a 0       file2

See? There is an unresolved merge.

The question is, what's the problem...

-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
git blame crashes with internal error, Björn, (Sun Oct 14, 10:36 am)
Re: git blame crashes with internal error, Linus Torvalds, (Mon Oct 15, 11:39 am)
Re: git blame crashes with internal error, Alex Riesen, (Sun Oct 14, 12:37 pm)
Re: git blame crashes with internal error, Johannes Schindelin, (Sun Oct 14, 1:51 pm)
Re: git blame crashes with internal error, Alex Riesen, (Sun Oct 14, 1:33 pm)
Re: git blame crashes with internal error, Andreas Ericsson, (Sun Oct 14, 10:51 am)
Re: git blame crashes with internal error, Björn, (Sun Oct 14, 11:23 am)
Re: git blame crashes with internal error, Johannes Schindelin, (Sun Oct 14, 1:32 pm)
Re: git blame crashes with internal error, Björn, (Sun Oct 14, 4:18 pm)
Re: git blame crashes with internal error, Johannes Schindelin, (Sun Oct 14, 4:21 pm)
Re: git blame crashes with internal error, David Kastrup, (Sun Oct 14, 10:56 am)
Re: git blame crashes with internal error, Pierre Habouzit, (Sun Oct 14, 12:50 pm)