Uncheck "Track" checkbox when creating a branch with different name to remote branch
commit51fdeda103c2e515ef06750b2c65efb97ff0dc10
authorSup Yut Sum <ch3cooli@gmail.com>
Sun, 13 Jan 2013 02:41:18 +0000 (13 10:41 +0800)
committerSup Yut Sum <ch3cooli@gmail.com>
Sun, 13 Jan 2013 02:41:18 +0000 (13 10:41 +0800)
tree10ba5d2b96c61fe0d4251f2de5c78238ceff03e4
parenta19913db701e6fdcd2bf3c0ae1f504a883f981b0
Uncheck "Track" checkbox when creating a branch with different name to remote branch
If name is different, the user is probably creating a new topic branch
This prevents from creating unwanted remote tracking relationship, hence prevents from pushing to wrong branch
The user can still tick the checkbox again if he wants to

Signed-off-by: Sup Yut Sum <ch3cooli@gmail.com>
src/Changelog.txt
src/TortoiseProc/CreateBranchTagDlg.cpp
src/TortoiseProc/CreateBranchTagDlg.h
src/TortoiseProc/GitSwitchDlg.cpp
src/TortoiseProc/GitSwitchDlg.h