Merge commit 'v1.6.3-rc3' into mingw-master

This commit is contained in:
Steffen Prohaska
2009-05-03 16:31:08 +02:00

View File

@@ -342,7 +342,7 @@ cat > expect <<\EOF
* initial
EOF
test_expect_sucess 'log --graph with merge' '
test_expect_success 'log --graph with merge' '
git log --graph --date-order --pretty=tformat:%s |
sed "s/ *$//" >actual &&
test_cmp expect actual