Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: 4bc94d289221e16cccbc72f73b3b5b1de0b822c5 authored by Junio C Hamano on 19 February 2007, 00:18:43 UTC
GIT 1.5.0.1
Tip revision: 4bc94d2
t8002-blame.sh
#!/bin/sh

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

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

test_done
back to top