Add GetRefsCommitIsOn dialog
commit1ebbbd7bec06c91ccabb5595e27373dd9300282d
authorSven Strickroth <email@cs-ware.de>
Thu, 4 Aug 2016 16:47:17 +0000 (4 18:47 +0200)
committerSven Strickroth <email@cs-ware.de>
Sun, 14 Aug 2016 15:11:08 +0000 (14 17:11 +0200)
tree039f8c566707316e1ed66723053dcc4d8f3f8bb7
parent8790559e78ea7823b6a775e41d105db1964b9462
Add GetRefsCommitIsOn dialog

Signed-off-by: Sven Strickroth <email@cs-ware.de>
15 files changed:
src/Git/Git.cpp
src/Git/Git.h
src/Resources/TortoiseProcENG.rc
src/TortoiseProc/BrowseRefsDlg.cpp
src/TortoiseProc/Commands/Command.cpp
src/TortoiseProc/Commands/CommitIsOnRefsCommand.cpp [new file with mode: 0644]
src/TortoiseProc/Commands/CommitIsOnRefsCommand.h [new file with mode: 0644]
src/TortoiseProc/CommitIsOnRefsDlg.cpp [new file with mode: 0644]
src/TortoiseProc/CommitIsOnRefsDlg.h [new file with mode: 0644]
src/TortoiseProc/GitLogListAction.cpp
src/TortoiseProc/TortoiseProc.vcxproj
src/TortoiseProc/TortoiseProc.vcxproj.filters
src/TortoiseProc/resource.h
src/Utils/SmartLibgit2Ref.h
test/UnitTests/GitTest.cpp