mkdir tag1 tag2
cd tag1
git clone git@github.com:hoge/hoge1.git -b tag1
git clone git@github.com:hoge/hoge2.git -b tag1
cd ../tag2
git clone git@github.com:hoge/hoge1.git -b tag2
git clone git@github.com:hoge/hoge2.git -b tag2
cd ..
tag1/hoge1
tag1/hoge2
tag2.txt
tag2/hoge1
tag2/hoge2
cloc --diff-list-files tag1.txt tag2.txt