Introduce CGit::REF_TYPE::ANNOTATED_TAG to distinguish annotated tag from tag
commit537ceee5763a34f3523a5ff6a509a7e1deb96650
authorYue Lin Ho <b8732003@student.nsysu.edu.tw>
Thu, 10 Dec 2015 10:04:53 +0000 (10 18:04 +0800)
committerSven Strickroth <email@cs-ware.de>
Sat, 19 Dec 2015 22:12:13 +0000 (19 23:12 +0100)
treeae4d235f8ba0eaca2b1127910e53db528d8f5af6
parenta28fc9b3ccd6ea93dbed3d0eb7685eaf66a234c4
Introduce CGit::REF_TYPE::ANNOTATED_TAG to distinguish annotated tag from tag

Signed-off-by: Yue Lin Ho <b8732003@student.nsysu.edu.tw>
src/Git/Git.cpp
src/Git/Git.h
src/TortoiseProc/GitRefCompareList.cpp
test/UnitTests/GitTest.cpp