]> git.ipfire.org Git - thirdparty/git.git/commit - t/t4202-log.sh
graph.c: infinite loop in git whatchanged --graph -m
authorMichał Kiedrowicz <michal.kiedrowicz@gmail.com>
Fri, 24 Jul 2009 23:45:00 +0000 (01:45 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 25 Sep 2012 18:07:15 +0000 (11:07 -0700)
commit656197ad380506ca0e8a0355701f9d9a4a398f66
tree25e0cd38fc65b43709f3c1665dbb558e3c2652cc
parent0ce2e396ee9fb0fa07e8381b338e49859dbf03db
graph.c: infinite loop in git whatchanged --graph -m

Running "whatchanged --graph -m" on a simple two-head merges
can fall into infinite loop.

Signed-off-by: Michał Kiedrowicz <michal.kiedrowicz@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/technical/api-history-graph.txt
graph.c
t/t4202-log.sh