merge(third_party/git): Merge squashed git subtree at v2.23.0
Merge commit '1b593e1ea4
' as 'third_party/git'
This commit is contained in:
commit
7ef0d62730
3629 changed files with 1139935 additions and 0 deletions
16
third_party/git/t/t8001-annotate.sh
vendored
Executable file
16
third_party/git/t/t8001-annotate.sh
vendored
Executable file
|
@ -0,0 +1,16 @@
|
|||
#!/bin/sh
|
||||
|
||||
test_description='git annotate'
|
||||
. ./test-lib.sh
|
||||
|
||||
PROG='git annotate'
|
||||
. "$TEST_DIRECTORY"/annotate-tests.sh
|
||||
|
||||
test_expect_success 'annotate old revision' '
|
||||
git annotate file master >actual &&
|
||||
awk "{ print \$3; }" <actual >authors &&
|
||||
test 2 = $(grep A <authors | wc -l) &&
|
||||
test 2 = $(grep B <authors | wc -l)
|
||||
'
|
||||
|
||||
test_done
|
Loading…
Add table
Add a link
Reference in a new issue