Revision db21872395a1a092faa85ef9c1ea53588d8414f0 authored by Brian Hetro on 24 August 2007, 00:40:08 UTC, committed by Junio C Hamano on 25 August 2007, 01:54:37 UTC
When not referring to the cvs command, CVS makes more sense.

Signed-off-by: Brian Hetro <whee@smaertness.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 9ec398d
Raw File
t8002-blame.sh
#!/bin/sh

test_description='git blame'
. ./test-lib.sh

PROG='git blame -c'
. ../annotate-tests.sh

test_done
back to top