Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: 31e0b2ca81ad985a8768c33c0aba547a51d05277 authored by Junio C Hamano on 23 February 2008, 19:31:04 UTC
GIT 1.5.4.3
Tip revision: 31e0b2c
t8002-blame.sh
#!/bin/sh

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

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

test_done
back to top