On Tue, Nov 4, 2014 at 1:24 PM, Junio C Hamano wrote:
> Thanks, both. The patch looks good (modulo the indentation of
> nparents assignment, which I'll locally fix up).
>
> Will queue.
Awesome, thanks!
(I can't believe I missed that tab. Well, at least one of my two
lines was correct :-) )
rega
Tzvetan Mikov writes:
> line-log tries to access all parents of a commit, but only the first
> parent has been loaded if "--first-parent" is specified, resulting
> in a crash.
>
> Limit the number of parents to one if "--first-parent" is specified.
>
> Reported-by: Eric N. Vander Weele
> Signed-
line-log tries to access all parents of a commit, but only the first
parent has been loaded if "--first-parent" is specified, resulting
in a crash.
Limit the number of parents to one if "--first-parent" is specified.
Reported-by: Eric N. Vander Weele
Signed-off-by: Tzvetan Mikov
---
PATCH v2:
3 matches
Mail list logo