Fixed issue #2746: SubWCRev equivalent required: GitWCRev added
commitd87fd3a5e7b63a51bbe6cb79aa4acc0093b24d8c
authorSven Strickroth <email@cs-ware.de>
Thu, 19 Jan 2017 19:57:14 +0000 (19 20:57 +0100)
committerSven Strickroth <email@cs-ware.de>
Thu, 19 Jan 2017 20:29:47 +0000 (19 21:29 +0100)
treef21d70f5bcf40453568c1d4e62f946f874aee2ef
parent4ce47f5e0fe4029babddb728c1f1f070702024de
Fixed issue #2746: SubWCRev equivalent required: GitWCRev added

Signed-off-by: Sven Strickroth <email@cs-ware.de>
37 files changed:
.gitignore
appveyor.yml
doc/source/en/TortoiseGit/tgit_dug/dug_settings_hooks.xml
doc/source/en/TortoiseGit/tgit_gitwcrev.xml [new file with mode: 0644]
doc/source/en/TortoiseGit/tortoisegit.xml
src/Changelog.txt
src/GitWCRev/GitWCRev.cpp [new file with mode: 0644]
src/GitWCRev/GitWCRev.h [new file with mode: 0644]
src/GitWCRev/GitWCRev.ico [new file with mode: 0644]
src/GitWCRev/GitWCRev.rc [new file with mode: 0644]
src/GitWCRev/GitWCRev.rc2 [new file with mode: 0644]
src/GitWCRev/GitWCRev.vcxproj [new file with mode: 0644]
src/GitWCRev/GitWCRev.vcxproj.filters [new file with mode: 0644]
src/GitWCRev/GitWCRevCOM.cpp [new file with mode: 0644]
src/GitWCRev/GitWCRevCOM.h [new file with mode: 0644]
src/GitWCRev/GitWCRevCOM.idl [new file with mode: 0644]
src/GitWCRev/GitWCRevCOM.rc [new file with mode: 0644]
src/GitWCRev/GitWCRevCOM.vcxproj [new file with mode: 0644]
src/GitWCRev/GitWCRevCOM.vcxproj.filters [new file with mode: 0644]
src/GitWCRev/Register.cpp [new file with mode: 0644]
src/GitWCRev/Register.h [new file with mode: 0644]
src/GitWCRev/Test.bat [new file with mode: 0644]
src/GitWCRev/Test.tmpl [new file with mode: 0644]
src/GitWCRev/TestW.tmpl [new file with mode: 0644]
src/GitWCRev/resource.h [new file with mode: 0644]
src/GitWCRev/resourcecom.h [new file with mode: 0644]
src/GitWCRev/status.cpp [new file with mode: 0644]
src/GitWCRev/status.h [new file with mode: 0644]
src/GitWCRev/stdafx.cpp [new file with mode: 0644]
src/GitWCRev/stdafx.h [new file with mode: 0644]
src/GitWCRev/testCOM.js [new file with mode: 0644]
src/GitWCRev/testCOMMemory.js [new file with mode: 0644]
src/TortoiseGit.sln
src/TortoiseGitSetup/FeaturesFragment.wxi
src/TortoiseGitSetup/Includes.wxi
src/TortoiseGitSetup/StructureFragment.wxi
src/Utils/SmartLibgit2Ref.h