Welcome to mirror list, hosted at ThFree Co, Russian Federation.

t8002-blame.sh « t - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 597cf0486fbe1034594d3eec821f5278d9648d43 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

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

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

test_done