Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information