Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: ba70de01bb0c8a08135b63ace183bd3f4b149d9e authored by Junio C Hamano on 12 January 2007, 02:22:48 UTC
GIT v1.5.0-rc1
Tip revision: ba70de0
t8002-blame.sh
#!/bin/sh

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

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

test_done
back to top