t6030: grab commit object name as we go
commitab69e89c7e95f309564c3967222bd39f0587a74c
authorJunio C Hamano <junkio@cox.net>
Tue, 24 Apr 2007 05:10:47 +0000 (23 22:10 -0700)
committerJunio C Hamano <junkio@cox.net>
Tue, 24 Apr 2007 05:11:20 +0000 (23 22:11 -0700)
tree6d8ce74f63a28fec1eacb611458c51bffdb2433c
parentbd4b0aeb1f4db2d7552623f77b62b9a24f8cac9e
t6030: grab commit object name as we go

Instead of running rev-list and picking earlier lines using head/tail pipeline,
grab commit object name as we build commits.  This also removes a non POSIX
use of tail with -linenum (more posixly-correct way to say it is "-n linenum")

Signed-off-by: Junio C Hamano <junkio@cox.net>
t/t6030-bisect-porcelain.sh