3 test_description='git pull message generation'
9 test_expect_success setup '
10 test_commit initial afile original &&
17 git commit -m "add bfile"
19 test_tick && test_tick &&
20 echo "original $dollar" >afile &&
22 git commit -m "do not clobber $dollar signs"
25 test_expect_success pull '
30 git cat-file commit HEAD >result &&