]> git.ipfire.org Git - thirdparty/git.git/commit
annotate/blame tests updates.
authorJunio C Hamano <junkio@cox.net>
Mon, 6 Mar 2006 06:07:37 +0000 (22:07 -0800)
committerJunio C Hamano <junkio@cox.net>
Mon, 6 Mar 2006 06:09:15 +0000 (22:09 -0800)
commit92a903acfd0904e6dd6d18112428429938783d19
tree5e3e52c51775784c0673caab46e124067ee1875e
parent5fcab3d7db9bb29f3897a593da69d6ae83a405ef
annotate/blame tests updates.

This rewrites the result check code a bit.  The earlier one
using awk was splitting columns at any whitespace, which
confused lines attributed incorrectly to the merge made by the
default author "A U Thor <author@example.com>" with lines
attributed to author "A".

The latest test by Ryan to add the "starting from older commit"
test is also included, with another older commit test.

Signed-off-by: Junio C Hamano <junkio@cox.net>
t/annotate-tests.sh