Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-04-23 | t6030: grab commit object name as we go | Junio C Hamano | 1 | -7/+10 | |
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> | |||||
2007-04-16 | Bisect: rename "t/t6030-bisect-run.sh" to "t/t6030-bisect-porcelain.sh". | Christian Couder | 1 | -0/+102 | |
[jc: also fix 0a5280a9 that incorrectly changed the title of one test.] Signed-off-by: Christian Couder <chriscool@tuxfamily.org> Signed-off-by: Junio C Hamano <junkio@cox.net> |