Re: [ANNOUNCE] Git 1.7.9.3
From: BJ Hargrave <hidden>
Date: 2016-06-15 22:53:13
On Mar 5, 2012, at 18:24 , Junio C Hamano wrote:
Thomas Rast (6):
bundle: use a strbuf to scan the log for boundary commits
This fix (bc2fed496baa54ae99dede7da23dec938adbf0eb) modified test t5704 which now fails on my Mac (10.7.3)
*** t5704-bundle.sh ***
ok 1 - setup
ok 2 - tags can be excluded by rev-list options
ok 3 - die if bundle file cannot be created
not ok 4 - bundle --stdin # TODO known breakage
not ok 5 - bundle --stdin <rev-list options> # TODO known breakage
ok 6 - empty bundle file is rejected
not ok - 7 ridiculously long subject in boundary
#
# : >file4 &&
# test_tick &&
# git add file4 &&
# printf "%01200d
# " 0 | git commit -F - &&
# test_commit fifth &&
# git bundle create long-subject-bundle.bdl HEAD^..HEAD &&
# git bundle list-heads long-subject-bundle.bdl >heads &&
# test -s heads &&
# git fetch long-subject-bundle.bdl &&
# sed -n "/^-/{p;q}" long-subject-bundle.bdl >boundary &&
# grep "^-$_x40 " boundary
#
# still have 2 known breakage(s)
# failed 1 among remaining 5 test(s)
1..7
make[3]: *** [t5704-bundle.sh] Error 1
--
BJ Hargrave