Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: ceb8442af7367611c3f5db124a5dc1dbb7fb438f authored by Junio C Hamano on 19 March 2007, 09:28:29 UTC
GIT 1.5.1-rc1
Tip revision: ceb8442
t8002-blame.sh
#!/bin/sh

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

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

test_done
back to top