When deleting remote tag, split into multiple git command line calls if the resulting...
commitd6cd83fcd8a572eb39646f06878b8495005e763a
authorSup Yut Sum <ch3cooli@gmail.com>
Sat, 26 Jan 2013 11:55:07 +0000 (26 19:55 +0800)
committerSup Yut Sum <ch3cooli@gmail.com>
Sat, 26 Jan 2013 11:55:07 +0000 (26 19:55 +0800)
treedb85a0e86306c4f42c47ad1fdb1583ad706bb0d4
parent2d1491b37f951f746b1c38b80abc77b8fb98371d
When deleting remote tag, split into multiple git command line calls if the resulting command line is too long

For Win XP and Vista, a single call can delete around 5 ~ 100 tags
For Win 7 or later, a single call can delete around 100 ~ 2500 tags

Signed-off-by: Sup Yut Sum <ch3cooli@gmail.com>
src/TortoiseProc/DeleteRemoteTagDlg.cpp