Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: e449f105805ffa49ccf7cf080db897ecf65a1a0f authored by Junio C Hamano on 18 June 2008, 20:09:43 UTC
GIT 1.5.6
Tip revision: e449f10
t8002-blame.sh
#!/bin/sh

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

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

test_done
back to top