3 test_description
='properly cull all ancestors'
10 git commit
-a -m $1 &&
14 test_expect_success setup
'
21 test_tick=$(($test_tick - 2400))
27 git log --pretty=oneline --abbrev-commit
30 test_expect_success
'one is ancestor of others and should not be shown' '
32 git rev-list one --not four >result &&
34 test_cmp expect result