Re: git blame crashes with internal error

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Johannes Schindelin <Johannes.Schindelin@...>
Cc: Andreas Ericsson <ae@...>, <gitster@...>, <git@...>
Date: Sunday, October 14, 2007 - 4:18 pm

On 2007.10.14 18:32:44 +0100, Johannes Schindelin wrote:

OK, using that approach, I bisected it, and even found a "guilty"
commit, although it is pretty much useless:

1cfe77333f274c9ba9879c2eb61057a790eb050f is first bad commit
commit 1cfe77333f274c9ba9879c2eb61057a790eb050f
Author: Junio C Hamano <junkio@cox.net>
Date:   Tue Jan 30 01:11:08 2007 -0800

    git-blame: no rev means start from the working tree file.

    Warning: this changes the semantics.

    This makes "git blame" without any positive rev to start digging
    from the working tree copy, which is made into a fake commit
    whose sole parent is the HEAD.

    It also adds --contents <file> option to pretend as if the
    working tree copy has the contents of the named file.  You can
    use '-' to make the command read from the standard input.

    If you want the command to start annotating from the HEAD
    commit, you need to explicitly give HEAD parameter.

    Signed-off-by: Junio C Hamano <junkio@cox.net>


Nothing in there yet AFAICT. Will try to get a patch done tomorrow.

thanks,
Björn
-
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)