Refactor BrowseRefsDlg logic and added tests
commit93045aab19e327a239b603a9fd4e1303308abcf4
authorSven Strickroth <email@cs-ware.de>
Sat, 28 Mar 2015 16:37:04 +0000 (28 17:37 +0100)
committerSven Strickroth <email@cs-ware.de>
Sat, 28 Mar 2015 16:38:49 +0000 (28 17:38 +0100)
tree9c2eafe3fed33fca6bd2a8b06fbc1adc516aab92
parent89226d1fb63445390d113a403ac0057a5ecd824c
Refactor BrowseRefsDlg logic and added tests

Signed-off-by: Sven Strickroth <email@cs-ware.de>
12 files changed:
src/Git/Git.cpp
src/Git/Git.h
src/Git/GitRevRefBrowser.cpp [new file with mode: 0644]
src/Git/GitRevRefBrowser.h [new file with mode: 0644]
src/Git/gittype.h
src/TortoiseProc/BrowseRefsDlg.cpp
src/TortoiseProc/TortoiseProc.vcxproj
src/TortoiseProc/TortoiseProc.vcxproj.filters
test/UnitTests/GitRevRefBrowseTest.cpp [new file with mode: 0644]
test/UnitTests/GitTest.cpp
test/UnitTests/UnitTests.vcxproj
test/UnitTests/UnitTests.vcxproj.filters