Code

t1200: use --topo-order to keep the show-branch output stable.
authorJunio C Hamano <junkio@cox.net>
Fri, 11 Nov 2005 02:27:44 +0000 (18:27 -0800)
committerJunio C Hamano <junkio@cox.net>
Fri, 11 Nov 2005 18:52:39 +0000 (10:52 -0800)
commit4bc51db0feb4a93a285d6333f206cad77c83ed57
tree77c8876405eaedadeb309558ecf44c447f748e8d
parent6b209d473378cc25708ab9839d0edd493afc1e8f
t1200: use --topo-order to keep the show-branch output stable.

Because a batch-oriented script creates many commits within a second
on a fast machine, show-branch output of the test results are unstable
without topo-order.

Signed-off-by: Junio C Hamano <junkio@cox.net>
t/t1200-tutorial.sh