Add support for recurse-submodules on push dialog
By curt.mo... on December 07, 2012 20:37 (imported from Google Code)
What steps will reproduce the problem?
- Git push learned --recurse-submodules=check in Git 1.7.7 (https://raw.github.com/gitster/git/master/Documentation/RelNotes/1.7.7.txt)
- Add a "Recursive submodule check" option to the push dialog to expose this feature to TortoiseGit users
What is the expected output? What do you see instead?
Expect push dialog to contain a checkbox so users can use this feature from within TortoiseGit. The attached patchset adds support for this option on the push dialog.
What version of TortoiseGit and msysgit are you using? On
what operating system?
TortoiseGit Git SHA-1(793204) MSysGit 1.8.0 on Windows 7 Professional 64 bit
Please provide any additional information below.
Currently, the option is selected by default, it could easily be defaulted to un-selected. Likewise, it may be nice to enable/disable the option based on if any submodules are present in the project. I'm a newbie to the TortoiseGit codebase so I'm not sure of the best way to accomplish this from the push dialog as is done in the commit dialog.
0001-Add-recurse-submodules-check-option-to-push-dialog.patch