author | Junio C Hamano <junkio@cox.net> | |
Tue, 24 Apr 2007 05:10:47 +0000 (22:10 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 24 Apr 2007 05:11:20 +0000 (22:11 -0700) | ||
commit | ab69e89c7e95f309564c3967222bd39f0587a74c | |
tree | 6d8ce74f63a28fec1eacb611458c51bffdb2433c | tree | snapshot |
parent | bd4b0aeb1f4db2d7552623f77b62b9a24f8cac9e | commit | diff |
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>
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 | diff | blob | history |