t3412: use log|name-rev instead of log --graph
authorThomas Rast <trast@student.ethz.ch>
Fri, 30 Jan 2009 22:47:01 +0000 (23:47 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 2 Feb 2009 02:54:04 +0000 (18:54 -0800)
Replace all 'git log --graph' calls for history verification with the
combination of 'git log ...| git name-rev' first introduced by a6c7a27
(rebase -i: correctly remember --root flag across --continue,
2009-01-26). This should be less susceptible to format changes than
the --graph code.

Signed-off-by: Thomas Rast <trast@student.ethz.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found