Add Merge, new branch, new tag Dialog
commit24e1f9fb42357484852ec0bf19f20d217b65bbae
authorFrank Li <lznuaa@gmail.com>
Wed, 24 Dec 2008 06:14:47 +0000 (24 14:14 +0800)
committerFrank Li <lznuaa@gmail.com>
Wed, 24 Dec 2008 06:14:47 +0000 (24 14:14 +0800)
tree987d89d24d85e41028d22b00e88e0fc38bc40ff9
parentb9ce57d0414e6823125d54e7ceb81b6232f60c15
Add Merge, new branch, new tag Dialog
19 files changed:
src/Git/Git.cpp
src/Git/Git.h
src/Resources/TortoiseProcENG.rc
src/TortoiseProc/CherryPick.h [new file with mode: 0644]
src/TortoiseProc/Commands/BranchCommand.cpp [new file with mode: 0644]
src/TortoiseProc/Commands/BranchCommand.h [new file with mode: 0644]
src/TortoiseProc/Commands/Command.cpp
src/TortoiseProc/Commands/MergeCommand.cpp
src/TortoiseProc/Commands/TagCommand.cpp [new file with mode: 0644]
src/TortoiseProc/Commands/TagCommand.h [new file with mode: 0644]
src/TortoiseProc/CreateBranchTagDlg.cpp
src/TortoiseProc/CreateBranchTagDlg.h
src/TortoiseProc/MergeDlg.cpp [new file with mode: 0644]
src/TortoiseProc/MergeDlg.h [new file with mode: 0644]
src/TortoiseProc/TortoiseProc.vcproj
src/TortoiseProc/TortoiseProc.vcproj.FSL.B20596.user
src/TortoiseProc/resource.h
src/Utils/MiscUI/HistoryCombo.cpp
src/Utils/MiscUI/HistoryCombo.h