aboutsummaryrefslogtreecommitdiff
path: root/t/t8002-blame.sh
Commit message (Collapse)AuthorAge
* annotate-blame test: don't "source", but say "."Junio C Hamano2006-03-05
| | | | | | | | | Just I am old fashioned. Source inclusion in bourne shell is "." (dot), not "source" -- that's csh. [jc: yes I know bash groks it, but I am old fashioned.] Signed-off-by: Junio C Hamano <junkio@cox.net>
* git-blame: Use the same tests for git-blame as for git-annotateFredrik Kuivinen2006-03-05
Signed-off-by: Fredrik Kuivinen <freku045@student.liu.se> Signed-off-by: Junio C Hamano <junkio@cox.net>