3 test_description
='properly cull all ancestors'
7 test_expect_success setup
'
14 test_tick=$(($test_tick - 2400)) &&
20 git log --pretty=oneline --abbrev-commit
23 test_expect_success
'one is ancestor of others and should not be shown' '
25 git rev-list one --not four >result &&
27 test_cmp expect result